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

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

1990/0629/sys/src/9/port/devpipe.c:87,961990/0801/sys/src/9/port/devpipe.c:87,93 (short | long | prev | next)
1990/0227    
void 
pipestat(Chan *c, char *db) 
{ 
	Dir dir; 
                 
	devdir(c, c->qid, "pipe", 0, 0, &dir); 
	convD2M(&dir, db); 
1990/0801    
	streamstat(c, db, "pipe"); 
1990/0227    
} 
 
Chan * 


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