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

2000/1220/port/error.h (diff list | history)

2000/1220/sys/src/9/port/error.h:1,472001/0115/sys/src/9/port/error.h:1,46 (short | long | prev | next)
Remove Ectlsyntax.
rsc Fri Mar 4 12:44:25 2005
1992/0111    
extern char Enoerror[];		/* no error */ 
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 */ 
1992/0111    
extern char Enocreate[];	/* mounted directory forbids creation */ 
extern char Enonexist[];	/* file does not exist */ 
1999/0122    
extern char Eexist[];		/* file already exists */ 
1992/0111    
extern char Ebadsharp[];	/* unknown device in # filename */ 
extern char Enotdir[];		/* not a directory */ 
extern char Eisdir[];		/* file is a directory */ 
extern char Ebadchar[];		/* bad character in file name */ 
extern char Efilename[];	/* file name syntax */ 
extern char Eperm[];		/* permission denied */ 
extern char Ebadusefd[];	/* inappropriate use of fd */ 
extern char Ebadarg[];		/* bad arg in system call */ 
extern char Einuse[];		/* device or object already in use */ 
extern char Eio[];		/* i/o error */ 
extern char Etoobig[];		/* read or write too large */ 
extern char Etoosmall[];	/* read or write too small */ 
1992/0112    
extern char Enoport[];		/* network port not available */ 
1994/0828    
extern char Ehungup[];		/* write to hungup channel */ 
1995/0207    
extern char Ebadctl[];		/* bad process or channel control request */ 
1992/0111    
extern char Enodev[];		/* no free devices */ 
extern char Eprocdied[];	/* process exited */ 
1992/0114    
extern char Enochild[];		/* no living children */ 
extern char Eioload[];		/* i/o error in demand load */ 
1992/0111    
extern char Enovmem[];		/* virtual memory allocation failed */ 
1992/0114    
extern char Ebadfd[];		/* fd out of range or not open */ 
2000/0215    
extern char Enofd[];			/* no free file descriptors */ 
1992/0114    
extern char Eisstream[];	/* seek on a stream */ 
1992/0122    
extern char Ebadexec[];		/* exec header invalid */ 
1992/0111    
extern char Etimedout[];	/* connection timed out */ 
extern char Econrefused[];	/* connection refused */ 
2000/1220    
extern char Econinuse[];	/* connection in use */ 
1992/0114    
extern char Eintr[];		/* interrupted */ 
1992/0622    
extern char Enomem[];		/* kernel allocate failed */ 
1999/0120    
extern char Enoswap[];		/* swap space full */ 
1992/0824    
extern char Esoverlap[];	/* segments overlap */ 
1992/1017    
extern char Emouseset[];	/* mouse type already set */ 
1993/1006    
extern char Eshort[];		/* i/o count too small */ 
1999/1104    
extern char Egreg[];		/* xterm: Error 50, errno 1: Too big */ 
1994/0622    
extern char Ebadspec[];		/* bad attach specifier */ 
1997/1206    
extern char Enoreg[];		/* process has no saved registers */ 
2000/0322    
extern char Enoattach[];	/* mount/attach disallowed */ 
2000/1215    
extern char Ectlsyntax[];	/* bad syntax in control file messages */ 


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