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

1993/1103/port/qio.c (diff list | history)

1993/1102/sys/src/9/port/qio.c:365,3711993/1103/sys/src/9/port/qio.c:365,371 (short | long | prev | next)
1993/0526    
		b = iallocb(len); 
		if(b == 0){ 
			unlock(q); 
			return -1; 
1993/1103    
			return -2; 
1993/0526    
		} 
1993/0527    
		memmove(b->wp, p, len); 
1993/0526    
		b->wp += len; 


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