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

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

1990/1104/sys/src/9/port/devpipe.c:27,331990/1113/sys/src/9/port/devpipe.c:27,40 (short | long | prev | next)
1990/0227    
static void pipeiput(Queue*, Block*); 
static void pipeoput(Queue*, Block*); 
static void pipestclose(Queue *); 
1990/0403    
Qinfo pipeinfo = { pipeiput, pipeoput, 0, pipestclose, "pipe" }; 
1990/1113    
Qinfo pipeinfo = 
{ 
	pipeiput, 
	pipeoput, 
	0, 
	pipestclose, 
	"pipe" 
}; 
1990/0227    
 
1990/1009    
Dirtab pipedir[]={ 
	"data",		Sdataqid,	0,			0600, 


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