1 extern char Enoerror[]; /* no error */ 2 extern char Emount[]; /* inconsistent mount */ 3 extern char Eunmount[]; /* not mounted */ 4 extern char Eunion[]; /* not in union */ 5 extern char Emountrpc[]; /* mount rpc error */ 6 extern char Eshutdown[]; /* device shut down */ 7 extern char Enocreate[]; /* mounted directory forbids creation */ 8 extern char Enonexist[]; /* file does not exist */ 9 extern char Eexist[]; /* file already exists */ 10 extern char Ebadsharp[]; /* unknown device in # filename */ 11 extern char Enotdir[]; /* not a directory */ 12 extern char Eisdir[]; /* file is a directory */ 13 extern char Ebadchar[]; /* bad character in file name */ 14 extern char Efilename[]; /* file name syntax */ 15 extern char Eperm[]; /* permission denied */ 16 extern char Ebadusefd[]; /* inappropriate use of fd */ 17 extern char Ebadarg[]; /* bad arg in system call */ 18 extern char Einuse[]; /* device or object already in use */ 19 extern char Eio[]; /* i/o error */ 20 extern char Etoobig[]; /* read or write too large */ 21 extern char Etoosmall[]; /* read or write too small */ 22 extern char Enoport[]; /* network port not available */ 23 extern char Ehungup[]; /* i/o on hungup channel */ 24 extern char Ebadctl[]; /* bad process or channel control request */ 25 extern char Enodev[]; /* no free devices */ 26 extern char Eprocdied[]; /* process exited */ 27 extern char Enochild[]; /* no living children */ 28 extern char Eioload[]; /* i/o error in demand load */ 29 extern char Enovmem[]; /* virtual memory allocation failed */ 30 extern char Ebadfd[]; /* fd out of range or not open */ 31 extern char Enofd[]; /* no free file descriptors */ 32 extern char Eisstream[]; /* seek on a stream */ 33 extern char Ebadexec[]; /* exec header invalid */ 34 extern char Etimedout[]; /* connection timed out */ 35 extern char Econrefused[]; /* connection refused */ 36 extern char Econinuse[]; /* connection in use */ 37 extern char Eintr[]; /* interrupted */ 38 extern char Enomem[]; /* kernel allocate failed */ 39 extern char Enoswap[]; /* swap space full */ 40 extern char Esoverlap[]; /* segments overlap */ 41 extern char Emouseset[]; /* mouse type already set */ 42 extern char Eshort[]; /* i/o count too small */ 43 extern char Egreg[]; /* ken has left the building */ 44 extern char Ebadspec[]; /* bad attach specifier */ 45 extern char Enoreg[]; /* process has no saved registers */ 46 extern char Enoattach[]; /* mount/attach disallowed */ 47 extern char Eshortstat[]; /* stat buffer too small */ 48 extern char Ebadstat[]; /* malformed stat buffer */ 49 extern char Enegoff[]; /* negative i/o offset */ 50 extern char Ecmdargs[]; /* wrong #args in control message */ 51