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

1990/0513/port/stream.c (diff list | history)

1990/0511/sys/src/9/port/stream.c:192,1971990/0513/sys/src/9/port/stream.c:192,199 (short | long | prev | next)
1990/0227    
	Bclass *bcp; 
1990/0312    
	int tries; 
1990/0227    
 
1990/0513    
	if((bp->flags&S_CLASS) >= Nclass) 
		panic("freeb class"); 
1990/0227    
	bcp = &bclass[bp->flags & S_CLASS]; 
	lock(bcp); 
1990/0312    
	bp->rptr = bp->wptr = 0; 


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