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

1995/0108/port/devroot.c (diff list | history)

1993/1031/sys/src/9/port/devroot.c:211,2161995/0108/sys/src/9/port/devroot.c:211,222 (short | long | prev | next)
1993/0724    
	return n; 
1990/0227    
} 
 
1995/0108    
Block* 
rootbread(Chan *c, long n, ulong offset) 
{ 
	return devbread(c, n, offset); 
} 
 
1990/0227    
long	  
1991/0411    
rootwrite(Chan *c, void *buf, long n, ulong offset) 
1990/0227    
{ 
1993/1031/sys/src/9/port/devroot.c:230,2351995/0108/sys/src/9/port/devroot.c:236,247
1993/0501    
		return n; 
	} 
	return 0; 
1995/0108    
} 
 
long 
rootbwrite(Chan *c, Block *bp, ulong offset) 
{ 
	return devbwrite(c, bp, offset); 
1990/0227    
} 
 
void	  


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