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

1992/0320/port/devboot.c (diff list | history)

1992/0111/sys/src/9/port/devboot.c:62,671992/0320/sys/src/9/port/devboot.c:62,68 (short | long | prev | next)
1990/0424    
void	  
bootcreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1992/0320    
	USED(c); 
1990/11211    
	error(Eperm); 
1990/0424    
} 
 
1992/0111/sys/src/9/port/devboot.c:68,731992/0320/sys/src/9/port/devboot.c:69,75
1990/0424    
void	  
bootclose(Chan *c) 
{ 
1992/0320    
	USED(c); 
1990/0424    
} 
 
long	  
1992/0111/sys/src/9/port/devboot.c:111,1161992/0320/sys/src/9/port/devboot.c:113,119
1990/0424    
void	  
bootremove(Chan *c) 
{ 
1992/0320    
	USED(c); 
1990/11211    
	error(Eperm); 
1990/0424    
} 
 
1992/0111/sys/src/9/port/devboot.c:117,1211992/0320/sys/src/9/port/devboot.c:120,125
1990/0424    
void	  
bootwstat(Chan *c, char *dp) 
{ 
1992/0320    
	USED(c); 
1990/11211    
	error(Eperm); 
1990/0424    
} 


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