error.h 2.7 KB

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