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

1990/0617/port/devpipe.c (diff list | history)

1990/0513/sys/src/9/port/devpipe.c:92,981990/0617/sys/src/9/port/devpipe.c:92,97 (short | long | prev | next)
1990/0227    
void 
pipecreate(Chan *c, char *name, int omode, ulong perm) 
{ 
	print("pipecreate\n"); 
	error(0, Egreg); 
} 
 
1990/0513/sys/src/9/port/devpipe.c:99,1051990/0617/sys/src/9/port/devpipe.c:98,103
1990/0227    
void 
piperemove(Chan *c) 
{ 
	print("piperemove\n"); 
	error(0, Egreg); 
} 
 
1990/0513/sys/src/9/port/devpipe.c:106,1131990/0617/sys/src/9/port/devpipe.c:104,110
1990/0227    
void 
pipewstat(Chan *c, char *db) 
{ 
	print("pipewstat\n"); 
	error(0, Egreg); 
1990/0617    
	error(0, Eperm); 
1990/0227    
} 
 
void 


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