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

1992/1015/pc/devether.c (diff list | history)

1992/0925/sys/src/9/pc/devether.c:353,3661992/1015/sys/src/9/pc/devether.c:353,366 (short | long | prev | next)
1992/0410    
			qunlock(tp); 
1992/0404    
			continue; 
		} 
		if(waserror() == 0){ 
1992/1015    
		if(!waserror()){ 
1992/0424    
			bp = allocb(len); 
			memmove(bp->rptr, p, len); 
			bp->wptr += len; 
1992/0404    
			bp->flags |= S_DELIM; 
1992/0410    
			PUTNEXT(tp->q, bp); 
1992/1015    
			poperror(); 
1992/0404    
		} 
		poperror(); 
1992/0410    
		qunlock(tp); 
1992/0404    
	} 
} 


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