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

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

1993/0501/sys/src/9/port/devenv.c:220,2251995/0108/sys/src/9/port/devenv.c:220,231 (short | long | prev | next)
1990/0227    
	return n; 
} 
 
1995/0108    
Block* 
envbread(Chan *c, long n, ulong offset) 
{ 
	return devbread(c, n, offset); 
} 
 
1990/0227    
long 
1991/1018    
envwrite(Chan *c, void *a, long n, ulong offset) 
1990/0227    
{ 
1993/0501/sys/src/9/port/devenv.c:257,2621995/0108/sys/src/9/port/devenv.c:263,274
1992/0623    
	memmove(e->value+offset, a, n); 
	qunlock(eg); 
	return n; 
1995/0108    
} 
 
long 
envbwrite(Chan *c, Block *bp, ulong offset) 
{ 
	return devbwrite(c, bp, offset); 
1992/0625    
} 
 
void 


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