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

1991/0318/power/devbit3.c (diff list | history)

1990/1123/sys/src/9/power/devbit3.c:164,1701991/0318/sys/src/9/power/devbit3.c:164,170 (short | long | prev | next)
1990/06061    
			do 
				n = bp->rcount; 
			while(n == 0); 
1990/0324    
			memcpy(buf, bit3.buf, n); 
1991/0318    
			memmove(buf, bit3.buf, n); 
1990/06061    
			qunlock(&bit3.buflock); 
		} 
1990/0324    
		return n; 
1990/1123/sys/src/9/power/devbit3.c:192,1981991/0318/sys/src/9/power/devbit3.c:192,198
1990/06061    
			qlock(&bit3.buflock); 
1990/0608    
 
1990/06061    
			qlock(&bit3); 
1990/0324    
			memcpy(bit3.buf, buf, n); 
1991/0318    
			memmove(bit3.buf, buf, n); 
1990/0324    
			bit3send(bp, WRITE, bit3.buf, n); 
1990/0608    
			do; while(*BIT3ADDR); 
1990/06061    
			qunlock(&bit3); 


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