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

1990/1020/power/devhotrod.c (diff list | history)

1990/1018/sys/src/9/power/devhotrod.c:169,1761990/1020/sys/src/9/power/devhotrod.c:169,177 (short | long | prev | next)
1990/1018    
	to = buf; 
	from = &dp->mem[c->offset/sizeof(ulong)]; 
	end = to + (n/sizeof(ulong)); 
	while(to != end) 
1990/1020    
	while(to != end){ 
1990/1018    
		*to++ = *from++; 
1990/1020    
	} 
1990/1013    
	qunlock(hp); 
	return n; 
} 


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