errno_netbsd_amd64.go 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. // Code generated by 'ccgo errno/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o errno/errno_netbsd_amd64.go -pkgname errno', DO NOT EDIT.
  2. package errno
  3. import (
  4. "math"
  5. "reflect"
  6. "sync/atomic"
  7. "unsafe"
  8. )
  9. var _ = math.Pi
  10. var _ reflect.Kind
  11. var _ atomic.Value
  12. var _ unsafe.Pointer
  13. const (
  14. E2BIG = 7 // errno.h:48:1:
  15. EACCES = 13 // errno.h:55:1:
  16. EADDRINUSE = 48 // errno.h:97:1:
  17. EADDRNOTAVAIL = 49 // errno.h:98:1:
  18. EAFNOSUPPORT = 47 // errno.h:96:1:
  19. EAGAIN = 35 // errno.h:81:1:
  20. EALREADY = 37 // errno.h:84:1:
  21. EAUTH = 80 // errno.h:140:1:
  22. EBADF = 9 // errno.h:50:1:
  23. EBADMSG = 88 // errno.h:159:1:
  24. EBADRPC = 72 // errno.h:130:1:
  25. EBUSY = 16 // errno.h:58:1:
  26. ECANCELED = 87 // errno.h:156:1:
  27. ECHILD = 10 // errno.h:51:1:
  28. ECONNABORTED = 53 // errno.h:104:1:
  29. ECONNREFUSED = 61 // errno.h:112:1:
  30. ECONNRESET = 54 // errno.h:105:1:
  31. EDEADLK = 11 // errno.h:52:1:
  32. EDESTADDRREQ = 39 // errno.h:88:1:
  33. EDOM = 33 // errno.h:77:1:
  34. EDQUOT = 69 // errno.h:125:1:
  35. EEXIST = 17 // errno.h:59:1:
  36. EFAULT = 14 // errno.h:56:1:
  37. EFBIG = 27 // errno.h:69:1:
  38. EFTYPE = 79 // errno.h:139:1:
  39. EHOSTDOWN = 64 // errno.h:118:1:
  40. EHOSTUNREACH = 65 // errno.h:119:1:
  41. EIDRM = 82 // errno.h:144:1:
  42. EILSEQ = 85 // errno.h:149:1:
  43. EINPROGRESS = 36 // errno.h:83:1:
  44. EINTR = 4 // errno.h:45:1:
  45. EINVAL = 22 // errno.h:64:1:
  46. EIO = 5 // errno.h:46:1:
  47. EISCONN = 56 // errno.h:107:1:
  48. EISDIR = 21 // errno.h:63:1:
  49. ELAST = 96 // errno.h:175:1:
  50. ELOOP = 62 // errno.h:114:1:
  51. EMFILE = 24 // errno.h:66:1:
  52. EMLINK = 31 // errno.h:73:1:
  53. EMSGSIZE = 40 // errno.h:89:1:
  54. EMULTIHOP = 94 // errno.h:171:1:
  55. ENAMETOOLONG = 63 // errno.h:115:1:
  56. ENEEDAUTH = 81 // errno.h:141:1:
  57. ENETDOWN = 50 // errno.h:101:1:
  58. ENETRESET = 52 // errno.h:103:1:
  59. ENETUNREACH = 51 // errno.h:102:1:
  60. ENFILE = 23 // errno.h:65:1:
  61. ENOATTR = 93 // errno.h:168:1:
  62. ENOBUFS = 55 // errno.h:106:1:
  63. ENODATA = 89 // errno.h:162:1:
  64. ENODEV = 19 // errno.h:61:1:
  65. ENOENT = 2 // errno.h:43:1:
  66. ENOEXEC = 8 // errno.h:49:1:
  67. ENOLCK = 77 // errno.h:136:1:
  68. ENOLINK = 95 // errno.h:172:1:
  69. ENOMEM = 12 // errno.h:54:1:
  70. ENOMSG = 83 // errno.h:145:1:
  71. ENOPROTOOPT = 42 // errno.h:91:1:
  72. ENOSPC = 28 // errno.h:70:1:
  73. ENOSR = 90 // errno.h:163:1:
  74. ENOSTR = 91 // errno.h:164:1:
  75. ENOSYS = 78 // errno.h:137:1:
  76. ENOTBLK = 15 // errno.h:57:1:
  77. ENOTCONN = 57 // errno.h:108:1:
  78. ENOTDIR = 20 // errno.h:62:1:
  79. ENOTEMPTY = 66 // errno.h:120:1:
  80. ENOTSOCK = 38 // errno.h:87:1:
  81. ENOTSUP = 86 // errno.h:153:1:
  82. ENOTTY = 25 // errno.h:67:1:
  83. ENXIO = 6 // errno.h:47:1:
  84. EOPNOTSUPP = 45 // errno.h:94:1:
  85. EOVERFLOW = 84 // errno.h:146:1:
  86. EPERM = 1 // errno.h:42:1:
  87. EPFNOSUPPORT = 46 // errno.h:95:1:
  88. EPIPE = 32 // errno.h:74:1:
  89. EPROCLIM = 67 // errno.h:123:1:
  90. EPROCUNAVAIL = 76 // errno.h:134:1:
  91. EPROGMISMATCH = 75 // errno.h:133:1:
  92. EPROGUNAVAIL = 74 // errno.h:132:1:
  93. EPROTO = 96 // errno.h:173:1:
  94. EPROTONOSUPPORT = 43 // errno.h:92:1:
  95. EPROTOTYPE = 41 // errno.h:90:1:
  96. ERANGE = 34 // errno.h:78:1:
  97. EREMOTE = 71 // errno.h:129:1:
  98. EROFS = 30 // errno.h:72:1:
  99. ERPCMISMATCH = 73 // errno.h:131:1:
  100. ESHUTDOWN = 58 // errno.h:109:1:
  101. ESOCKTNOSUPPORT = 44 // errno.h:93:1:
  102. ESPIPE = 29 // errno.h:71:1:
  103. ESRCH = 3 // errno.h:44:1:
  104. ESTALE = 70 // errno.h:128:1:
  105. ETIME = 92 // errno.h:165:1:
  106. ETIMEDOUT = 60 // errno.h:111:1:
  107. ETOOMANYREFS = 59 // errno.h:110:1:
  108. ETXTBSY = 26 // errno.h:68:1:
  109. EUSERS = 68 // errno.h:124:1:
  110. EWOULDBLOCK = 35 // errno.h:82:1:
  111. EXDEV = 18 // errno.h:60:1:
  112. X_ERRNO_H_ = 0 // errno.h:40:1:
  113. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  114. X_LP64 = 1 // <predefined>:268:1:
  115. X_NETBSD_SOURCE = 1 // featuretest.h:70:1:
  116. X_SYS_CDEFS_ELF_H_ = 0 // cdefs_elf.h:31:1:
  117. X_SYS_CDEFS_H_ = 0 // cdefs.h:37:1:
  118. X_SYS_ERRNO_H_ = 0 // errno.h:40:1:
  119. X_X86_64_CDEFS_H_ = 0 // cdefs.h:4:1:
  120. )
  121. type Ptrdiff_t = int64 /* <builtin>:3:26 */
  122. type Size_t = uint64 /* <builtin>:9:23 */
  123. type Wchar_t = int32 /* <builtin>:15:24 */
  124. type X__int128_t = struct {
  125. Flo int64
  126. Fhi int64
  127. } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128
  128. type X__uint128_t = struct {
  129. Flo uint64
  130. Fhi uint64
  131. } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128
  132. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  133. type X__float128 = float64 /* <builtin>:47:21 */
  134. var _ int8 /* gen.c:2:13: */