errstr.h 2.1 KB

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