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

1995/0108/port/devboot.c (diff list | history)

1995/0108/sys/src/9/port/devboot.c:60,751995/0804/sys/src/9/port/devboot.c:60,73 (short | long | prev | next)
1990/0424    
} 
 
void	  
bootcreate(Chan *c, char *name, int omode, ulong perm) 
1995/0804    
bootcreate(Chan*, char*, int, ulong) 
1990/0424    
{ 
1992/0711    
	USED(c, name, omode, perm); 
1990/11211    
	error(Eperm); 
1990/0424    
} 
 
void	  
bootclose(Chan *c) 
1995/0804    
bootclose(Chan*) 
1990/0424    
{ 
1992/0320    
	USED(c); 
1990/0424    
} 
 
long	  
1995/0108/sys/src/9/port/devboot.c:133,1471995/0804/sys/src/9/port/devboot.c:131,143
1990/0424    
} 
 
void	  
bootremove(Chan *c) 
1995/0804    
bootremove(Chan*) 
1990/0424    
{ 
1992/0320    
	USED(c); 
1990/11211    
	error(Eperm); 
1990/0424    
} 
 
void	  
bootwstat(Chan *c, char *dp) 
1995/0804    
bootwstat(Chan*, char*) 
1990/0424    
{ 
1992/0711    
	USED(c, dp); 
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)