plan 9 kernel history: overview | file list | diff list

1991/1115/port/devroot.c (diff list | history)

1991/1112/sys/src/9/port/devroot.c:101,1061991/1115/sys/src/9/port/devroot.c:101,107 (short | long | prev | next)
1990/0227    
void	  
rootcreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1991/1115    
	USED(c, name, omode, perm); 
1990/11211    
	error(Eperm); 
1990/0227    
} 
 
1991/1112/sys/src/9/port/devroot.c:110,1151991/1115/sys/src/9/port/devroot.c:111,117
1990/0227    
void	  
rootclose(Chan *c) 
{ 
1991/1115    
	USED(c); 
1990/0227    
} 
 
#include	"boot.h" 
1991/1112/sys/src/9/port/devroot.c:156,1611991/1115/sys/src/9/port/devroot.c:158,164
1990/0227    
long	  
1991/0411    
rootwrite(Chan *c, void *buf, long n, ulong offset) 
1990/0227    
{ 
1991/1115    
	USED(c, buf, n, offset); 
1990/11211    
	error(Egreg); 
1990/0227    
} 
 
1991/1112/sys/src/9/port/devroot.c:162,1671991/1115/sys/src/9/port/devroot.c:165,171
1990/0227    
void	  
rootremove(Chan *c) 
{ 
1991/1115    
	USED(c); 
1990/11211    
	error(Eperm); 
1990/0227    
} 
 
1991/1112/sys/src/9/port/devroot.c:168,1721991/1115/sys/src/9/port/devroot.c:172,177
1990/0227    
void	  
rootwstat(Chan *c, char *dp) 
{ 
1991/1115    
	USED(c, dp); 
1990/11211    
	error(Eperm); 
1990/0227    
} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)