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

1991/0411/power/devhotrod.c (diff list | history)

1991/0403/sys/src/9/power/devhotrod.c:272,2781991/0411/sys/src/9/power/devhotrod.c:272,278 (short | long | prev | next)
1990/1013    
 */ 
1991/0212    
 
1990/1013    
long	  
hotrodread(Chan *c, void *buf, long n) 
1991/0411    
hotrodread(Chan *c, void *buf, long n, ulong offset) 
1990/1013    
{ 
	Hotrod *hp; 
1991/0403    
	Hotmsg *mp, **hmp; 
1991/0403/sys/src/9/power/devhotrod.c:389,3951991/0411/sys/src/9/power/devhotrod.c:389,395
1990/1013    
} 
 
long	  
hotrodwrite(Chan *c, void *buf, long n) 
1991/0411    
hotrodwrite(Chan *c, void *buf, long n, ulong offset) 
1990/1013    
{ 
	Hotrod *hp; 
1991/0403    
	Hotmsg *mp, **hmp; 


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