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

2001/1204/ip/devip.c (diff list | history)

2001/1120/sys/src/9/ip/devip.c:499,5162001/1204/sys/src/9/ip/devip.c:499,504 (short | long | prev | next)
1997/0327    
	return c; 
} 
 
static void 
ipcreate(Chan*, char*, int, ulong) 
{ 
	error(Eperm); 
} 
                 
static void 
ipremove(Chan*) 
{ 
	error(Eperm); 
} 
                 
2001/0527    
static int 
ipwstat(Chan *c, uchar *dp, int n) 
1997/0327    
{ 
2001/1120/sys/src/9/ip/devip.c:1187,11992001/1204/sys/src/9/ip/devip.c:1175,1187
1997/0327    
	ipwalk, 
	ipstat, 
	ipopen, 
	ipcreate, 
2001/1204    
	devcreate, 
1997/0327    
	ipclose, 
	ipread, 
	ipbread, 
	ipwrite, 
	ipbwrite, 
	ipremove, 
2001/1204    
	devremove, 
1997/0327    
	ipwstat, 
}; 
 


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