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

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

1994/1230/sys/src/9/port/devsd.c:229,2381995/0108/sys/src/9/port/devsd.c:229,250 (short | long | prev | next)
1994/0913    
	return sdio(c, 0, a, n, offset); 
} 
 
1995/0108    
Block* 
sdbread(Chan *c, long n, ulong offset) 
{ 
	return devbread(c, n, offset); 
} 
 
1994/0913    
long 
sdwrite(Chan *c, char *a, long n, ulong offset) 
{ 
	return sdio(c, 1, a, n, offset); 
1995/0108    
} 
 
long 
sdbwrite(Chan *c, Block *bp, ulong offset) 
{ 
	return devbwrite(c, bp, offset); 
1994/0913    
} 
 
static void 


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