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

1992/0113/port/error.h (diff list | history)

1992/0112/sys/src/9/port/error.h:2,71992/0113/sys/src/9/port/error.h:2,10 (short | long | prev | next)
Add many. Reword Enofont. Remove many.
rsc Fri Mar 4 12:44:25 2005
1992/0111    
extern char Emount[];		/* inconsistent mount */ 
extern char Eunmount[];		/* not mounted */ 
extern char Eunion[];		/* not in union */ 
1992/0113    
extern char Emountrpc[];	/* mount rpc error */ 
extern char Eshutdown[];	/* mounted device shut down */ 
extern char Enomntdev[];	/* no free mount devices */ 
1992/0111    
extern char Enocreate[];	/* mounted directory forbids creation */ 
extern char Enonexist[];	/* file does not exist */ 
extern char Ebadsharp[];	/* unknown device in # filename */ 
1992/0112/sys/src/9/port/error.h:21,271992/0113/sys/src/9/port/error.h:24,30
1992/0111    
extern char Enobitmap[];	/* out of bitmap descriptors */ 
extern char Enobitstore[];	/* out of bitmap storage */ 
extern char Ebadfont[];		/* unallocated font */ 
extern char Enofont[];		/* out of font descriptors */ 
1992/0113    
extern char Enofont[];		/* no free font descriptors */ 
1992/0111    
extern char Eauth[];		/* authentication failure */ 
1992/0112    
extern char Ebadaddr[];		/* bad network address */ 
1992/0111    
extern char Emsgsize[];		/* message is too big for protocol */ 
1992/0112/sys/src/9/port/error.h:32,391992/0113/sys/src/9/port/error.h:35,48
1992/0111    
extern char Enoifc[];		/* bad interface or no free interface slots */ 
1992/0112    
extern char Enolisten[];	/* not announced */ 
1992/0111    
extern char Ehungup[];		/* write to hungup stream */ 
1992/0113    
extern char Ebadctl[];		/* bad process or stream control request */ 
1992/0111    
extern char Enodev[];		/* no free devices */ 
extern char Enoenv[];		/* no free environment resources */ 
1992/0113    
extern char Emuxshutdown[];	/* mux server shut down */ 
extern char Emuxbusy[];		/* all mux channels busy */ 
extern char Enomux[];		/* no free multiplexers */ 
extern char Emuxmsg[];		/* bad mux message format or mismatch */ 
extern char Enopipe[];		/* no free pipes */ 
1992/0111    
 
extern char Enofd[];		/* no free file descriptors */ 
extern char Ebadfd[];		/* fd out of range or not open */ 
1992/0112/sys/src/9/port/error.h:42,501992/0113/sys/src/9/port/error.h:51,56
1992/0111    
extern char Enochild[];		/* no living children */ 
extern char Enoseg[];		/* no free segments */ 
extern char Ebadmount[];	/* inconsistent mount */ 
extern char Enomount[];		/* mount table full */ 
extern char Enomntdev[];	/* no free mount devices */ 
extern char Eshutdown[];	/* mounted device shut down */ 
extern char Ebaddirread[];	/* directory read not quantized */ 
extern char Esegaddr[];		/* illegal segment addresses or size */ 
extern char Eprocdied[];	/* process exited */ 
1992/0112/sys/src/9/port/error.h:53,591992/0113/sys/src/9/port/error.h:59,64
1992/0111    
extern char Ebadld[];		/* illegal line discipline */ 
extern char Enostream[];	/* no free stream heads */ 
extern char Ebadnet[];		/* illegal network address */ 
extern char Ebadctl[];		/* bad process or stream control request */ 
extern char Enonote[];		/* note overflow */ 
extern char Eintr[];		/* interrupted */ 
extern char Edestbusy[];	/* datakit destination busy */ 
1992/0112/sys/src/9/port/error.h:60,711992/0113/sys/src/9/port/error.h:65,73
1992/0111    
extern char Edestotl[];		/* datakit destination out to lunch */ 
extern char Enetotl[];		/* datakit controller out to lunch */ 
extern char Erejected[];	/* datakit destination rejected call */ 
extern char Eshortmsg[];	/* short message */ 
extern char Ebadmsg[];		/* format error or mismatch in message */ 
extern char Ebadcnt[];		/* read count greater than requested */ 
extern char Enovmem[];		/* virtual memory allocation failed */ 
extern char Enoasync[];		/* out of async stream modules */ 
extern char Enopipe[];		/* out of pipes */ 
extern char Enetunreach[];	/* network unreachable */ 
extern char Etimedout[];	/* connection timed out */ 
extern char Econrefused[];	/* connection refused */ 


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