summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zerrors_freebsd_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/syscall/zerrors_freebsd_amd64.go')
-rw-r--r--src/pkg/syscall/zerrors_freebsd_amd64.go150
1 files changed, 75 insertions, 75 deletions
diff --git a/src/pkg/syscall/zerrors_freebsd_amd64.go b/src/pkg/syscall/zerrors_freebsd_amd64.go
index 4f8970a81..1ccafae30 100644
--- a/src/pkg/syscall/zerrors_freebsd_amd64.go
+++ b/src/pkg/syscall/zerrors_freebsd_amd64.go
@@ -605,96 +605,96 @@ const (
// Error table
var errors = [...]string{
+ 1: "operation not permitted",
+ 2: "no such file or directory",
+ 3: "no such process",
+ 4: "interrupted system call",
+ 5: "input/output error",
+ 6: "device not configured",
7: "argument list too long",
- 13: "permission denied",
- 48: "address already in use",
- 49: "can't assign requested address",
- 47: "address family not supported by protocol family",
- 35: "resource temporarily unavailable",
- 37: "operation already in progress",
- 80: "authentication error",
+ 8: "exec format error",
9: "bad file descriptor",
- 89: "bad message",
- 72: "RPC struct is bad",
- 16: "device busy",
- 85: "operation canceled",
10: "no child processes",
- 53: "software caused connection abort",
- 61: "connection refused",
- 54: "connection reset by peer",
11: "resource deadlock avoided",
- 39: "destination address required",
- 33: "numerical argument out of domain",
- 88: "programming error",
- 69: "disc quota exceeded",
- 17: "file exists",
+ 12: "cannot allocate memory",
+ 13: "permission denied",
14: "bad address",
- 27: "file too large",
- 79: "inappropriate file type or format",
- 64: "host is down",
- 65: "no route to host",
- 82: "identifier removed",
- 86: "illegal byte sequence",
- 36: "operation now in progress",
- 4: "interrupted system call",
- 22: "invalid argument",
- 5: "input/output error",
- 56: "socket is already connected",
+ 15: "block device required",
+ 16: "device busy",
+ 17: "file exists",
+ 18: "cross-device link",
+ 19: "operation not supported by device",
+ 20: "not a directory",
21: "is a directory",
- 92: "protocol error",
- 62: "too many levels of symbolic links",
+ 22: "invalid argument",
+ 23: "too many open files in system",
24: "too many open files",
+ 25: "inappropriate ioctl for device",
+ 26: "text file busy",
+ 27: "file too large",
+ 28: "no space left on device",
+ 29: "illegal seek",
+ 30: "read-only file system",
31: "too many links",
+ 32: "broken pipe",
+ 33: "numerical argument out of domain",
+ 34: "result too large",
+ 35: "resource temporarily unavailable",
+ 36: "operation now in progress",
+ 37: "operation already in progress",
+ 38: "socket operation on non-socket",
+ 39: "destination address required",
40: "message too long",
- 90: "multihop attempted",
- 63: "file name too long",
- 81: "need authenticator",
+ 41: "protocol wrong type for socket",
+ 42: "protocol not available",
+ 43: "protocol not supported",
+ 44: "socket type not supported",
+ 45: "operation not supported",
+ 46: "protocol family not supported",
+ 47: "address family not supported by protocol family",
+ 48: "address already in use",
+ 49: "can't assign requested address",
50: "network is down",
- 52: "network dropped connection on reset",
51: "network is unreachable",
- 23: "too many open files in system",
- 87: "attribute not found",
+ 52: "network dropped connection on reset",
+ 53: "software caused connection abort",
+ 54: "connection reset by peer",
55: "no buffer space available",
- 19: "operation not supported by device",
- 2: "no such file or directory",
- 8: "exec format error",
- 77: "no locks available",
- 91: "link has been severed",
- 12: "cannot allocate memory",
- 83: "no message of desired type",
- 42: "protocol not available",
- 28: "no space left on device",
- 78: "function not implemented",
- 15: "block device required",
+ 56: "socket is already connected",
57: "socket is not connected",
- 20: "not a directory",
+ 58: "can't send after socket shutdown",
+ 59: "too many references: can't splice",
+ 60: "operation timed out",
+ 61: "connection refused",
+ 62: "too many levels of symbolic links",
+ 63: "file name too long",
+ 64: "host is down",
+ 65: "no route to host",
66: "directory not empty",
- 38: "socket operation on non-socket",
- 45: "operation not supported",
- 25: "inappropriate ioctl for device",
- 6: "device not configured",
- 84: "value too large to be stored in data type",
- 1: "operation not permitted",
- 46: "protocol family not supported",
- 32: "broken pipe",
67: "too many processes",
- 76: "bad procedure for program",
- 75: "program version wrong",
- 74: "RPC prog. not avail",
- 43: "protocol not supported",
- 41: "protocol wrong type for socket",
- 34: "result too large",
+ 68: "too many users",
+ 69: "disc quota exceeded",
+ 70: "stale NFS file handle",
71: "too many levels of remote in path",
- 30: "read-only file system",
+ 72: "RPC struct is bad",
73: "RPC version wrong",
- 58: "can't send after socket shutdown",
- 44: "socket type not supported",
- 29: "illegal seek",
- 3: "no such process",
- 70: "stale NFS file handle",
- 60: "operation timed out",
- 59: "too many references: can't splice",
- 26: "text file busy",
- 68: "too many users",
- 18: "cross-device link",
+ 74: "RPC prog. not avail",
+ 75: "program version wrong",
+ 76: "bad procedure for program",
+ 77: "no locks available",
+ 78: "function not implemented",
+ 79: "inappropriate file type or format",
+ 80: "authentication error",
+ 81: "need authenticator",
+ 82: "identifier removed",
+ 83: "no message of desired type",
+ 84: "value too large to be stored in data type",
+ 85: "operation canceled",
+ 86: "illegal byte sequence",
+ 87: "attribute not found",
+ 88: "programming error",
+ 89: "bad message",
+ 90: "multihop attempted",
+ 91: "link has been severed",
+ 92: "protocol error",
}