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

1990/0319/port/devlance.c (diff list | history)

1990/0312/sys/src/9/port/devlance.c:605,6111990/0319/sys/src/9/port/devlance.c:605,611 (short | long | prev | next)
1990/0227    
void	  
lancestat(Chan *c, char *dp) 
{ 
	if(c->qid == CHDIR) 
1990/0319    
	if(c->qid==CHDIR || c->qid==Ltraceqid) 
1990/03042    
		devstat(c, dp, lancedir, Ndir, devgen); 
1990/0227    
	else 
		devstat(c, dp, 0, 0, streamgen); 


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