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

1990/0312/gnot/errno.h (diff list | history)

1990/03091/sys/src/9/gnot/errno.h:36,451990/0312/sys/src/9/gnot/errno.h:36,50 (short | long | prev | next)
1990/03091    
	Etoosmall,	/* read or write too small */ 
	Ehungup,	/* write to hungup stream */ 
	Ebadnet,	/* illegal network address */ 
	Enoifc,		/* no free nonet interface slots */ 
1990/0312    
	Enoifc,		/* no free interface slots */ 
1990/03091    
	Enodev,		/* no free devices */ 
	Ebadctl,	/* bad process control request */ 
	Enonote,	/* note overflow */ 
	Eintr,		/* interrupted */ 
1990/0312    
	Edestbusy,	/* datakit destination busy */ 
	Enetbusy,	/* datakit controller busy */ 
	Edestotl,	/* datakit destination out to lunch */ 
	Enetotl,	/* datakit controller out to lunch */ 
	Erejected,	/* datakit destination rejected call */ 
1990/03091    
	Egreg,		/* it's all greg's fault */ 
}; 


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