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

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

1991/1109/sys/src/9/port/devpipe.c:193,1981991/1115/sys/src/9/port/devpipe.c:193,199 (short | long | prev | next)
1990/0227    
void 
pipecreate(Chan *c, char *name, int omode, ulong perm) 
{ 
1991/1115    
	USED(c, name, omode, perm); 
1990/11211    
	error(Egreg); 
1990/0227    
} 
 
1991/1109/sys/src/9/port/devpipe.c:199,2041991/1115/sys/src/9/port/devpipe.c:200,206
1990/0227    
void 
piperemove(Chan *c) 
{ 
1991/1115    
	USED(c); 
1990/11211    
	error(Egreg); 
1990/0227    
} 
 
1991/1109/sys/src/9/port/devpipe.c:205,2101991/1115/sys/src/9/port/devpipe.c:207,213
1990/0227    
void 
pipewstat(Chan *c, char *db) 
{ 
1991/1115    
	USED(c, db); 
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)