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

1992/0622/port/devconc.c (diff list | history)

1992/0622/sys/src/9/port/devconc.c:6,131992/0627/sys/src/9/port/devconc.c:6,11 (short | long | prev | next)
1992/0609    
#include	"io.h" 
#include	"../port/error.h" 
 
#include	"fcall.h" 
                 
#define	concdebug	1 
 
#define	DPRINT	if(concdebug)kprint 
1992/0622/sys/src/9/port/devconc.c:285,2911992/0627/sys/src/9/port/devconc.c:283,289
1992/0609    
	q->ptr = 0; 
	q->other->ptr = 0; 
	dp->rq = 0; 
1992/0620    
	streamexit(cp->s); 
1992/0627    
	streamexit(cp->s, 1); 
1992/0609    
	qunlock(cp); 
} 
 


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