| plan 9 kernel history: overview | file list | diff list |
1992/0114/port/error.h (diff list | history)
| 1992/0114/sys/src/9/port/error.h:1,53 – 1992/0122/sys/src/9/port/error.h:1,53 (short | long | prev | next) | ||
|
Reword Ebadexec.
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 */ 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 */ extern char Ebadblt[]; /* bad bitblt or bitmap request */ extern char Ebadbitmap[]; /* unallocated bitmap */ extern char Enobitmap[]; /* out of bitmap descriptors */ extern char Enobitstore[]; /* out of bitmap storage */ extern char Ebadfont[]; /* unallocated font */ | |
| 1992/0113 | extern char Enofont[]; /* no free font descriptors */ | |
| 1992/0114 | extern char Enetaddr[]; /* bad network address */ | |
| 1992/0111 | extern char Emsgsize[]; /* message is too big for protocol */ extern char Enetbusy[]; /* network device is busy or allocated */ | |
| 1992/0112 | extern char Enoproto[]; /* network protocol not supported */ extern char Enoport[]; /* network port not available */ | |
| 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 Emuxmsg[]; /* bad mux message format or mismatch */ | |
| 1992/0111 | 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 Ebadld[]; /* illegal line discipline */ extern char Ebadfd[]; /* fd out of range or not open */ 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 */ | |
| 1992/0114 | extern char Enetunreach[]; /* network unreachable */ extern char Eintr[]; /* interrupted */ | |
| 1992/0111 | extern char Egreg[]; /* it's a thermal problem */ | |