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

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

1990/0726/sys/src/9/gnot/errno.h:1,581990/0728/sys/src/9/gnot/errno.h:1,59 (short | long | prev | next)
1990/03091    
enum{ 
	Enevermind,	/* never mind */ 
	Enofd,		/* no free file descriptors */ 
	Ebadfd,		/* fd out of range or not open */ 
	Ebadusefd,	/* inappropriate use of fd */ 
	Ebadarg,	/* bad arg in system call */ 
	Enonexist,	/* file does not exist */ 
	Efilename,	/* file name syntax */ 
	Ebadchar,	/* bad character in file name */ 
	Ebadsharp,	/* unknown device in # filename */ 
	Ebadexec,	/* a.out header invalid */ 
	Eioload,	/* i/o error in demand load */ 
	Eperm,		/* permission denied */ 
	Enotdir,	/* not a directory */ 
	Enochild,	/* no living children */ 
	Enoseg,		/* no free segments */ 
	Ebadmount,	/* inconsistent mount */ 
	Enomount,	/* mount table full */ 
	Enomntdev,	/* no free mount devices */ 
	Eshutdown,	/* mounted device shut down */ 
	Einuse,		/* device or object already in use */ 
	Eio,		/* i/o error */ 
	Eisdir,		/* file is a directory */ 
	Ebaddirread,	/* directory read not quantized */ 
	Esegaddr,	/* illegal segment addresses or size */ 
	Enoenv,		/* no free environment resources */ 
	Eprocdied,	/* process exited */ 
	Enocreate,	/* mounted directory forbids creation */ 
	Enotunion,	/* attempt to union with non-mounted directory */ 
	Emount,		/* inconsistent mount */ 
	Enosrv,		/* no free server slots */ 
	Enoqueue,	/* no free stream queues */ 
	Ebadld,		/* illegal line discipline */ 
	Enostream,	/* no free stream heads */ 
	Etoobig,	/* read or write too large */ 
	Etoosmall,	/* read or write too small */ 
	Ehungup,	/* write to hungup stream */ 
	Ebadnet,	/* illegal network address */ 
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/0327    
	Ebadblt,	/* bad bitblt or bitmap request */ 
	Enobitmap,	/* out of bitmap descriptors */ 
	Enobitstore,	/* out of bitmap storage */ 
1990/0329    
	Ebadbitmap,	/* unallocated bitmap */ 
1990/0728    
	Ebadfont,	/* unallocated font */ 
1990/05313    
	Eshortmsg,	/* short message */ 
	Ebadmsg,	/* format error or mismatch in message */ 
1990/0703    
	Ebadcnt,	/* read count greater than requested */ 
1990/0623    
	Enofont,	/* out of font descriptors */ 
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)