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

2001/0619/port/qio.c (diff list | history)

2001/0619/sys/src/9/port/qio.c:1220,12282001/0624/sys/src/9/port/qio.c:1220,1229 (short | long | prev | next)
2001/0619    
	QDEBUG if(!islo()) 
1999/0501    
		print("qwrite hi %lux\n", getcallerpc(&q)); 
1995/0714    
 
2001/0624    
	next = nil; 
2001/0619    
	b = mem2bl(vp, len); 
	if(waserror()){ 
		freeblist(b); 
2001/0624    
		freeblist(next); 
2001/0619    
		nexterror(); 
	} 
	for(; b != nil; b = next){ 


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