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

1998/0512/port/dev.c (diff list | history)

1998/0326/sys/src/9/port/dev.c:235,2411998/0512/sys/src/9/port/dev.c:235,241 (short | long | prev | next)
Whitespace edit.
rsc Fri Mar 4 12:44:25 2005
1990/0227    
	return c; 
} 
1995/0108    
 
1997/0327    
void	  
1998/0512    
void 
1997/0327    
devcreate(Chan*, char*, int, ulong) 
{ 
	error(Eperm); 
1998/0326/sys/src/9/port/dev.c:266,2721998/0512/sys/src/9/port/dev.c:266,272
1997/0327    
	n = devtab[c->type]->write(c, bp->rp, BLEN(bp), offset); 
1995/0108    
	freeb(bp); 
 
	return n;	 
1998/0512    
	return n; 
1995/0108    
} 
 
1997/0327    
void 


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