errstr.h 2.0 KB

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