1fi_errno(3) Libfabric v1.10.0 fi_errno(3)
2
3
4
6 fi_errno - fabric errors
7
8 fi_strerror - Convert fabric error into a printable string
9
11 #include <rdma/fi_errno.h>
12
13 const char *fi_strerror(int errno);
14
16 FI_ENOENT
17 No such file or directory.
18
19 FI_EIO I/O error
20
21 FI_E2BIG
22 Argument list too long.
23
24 FI_EBADF
25 Bad file number.
26
27 FI_EAGAIN
28 Try again.
29
30 FI_ENOMEM
31 Out of memory.
32
33 FI_EACCES
34 Permission denied.
35
36 FI_EBUSY
37 Device or resource busy
38
39 FI_ENODEV
40 No such device
41
42 FI_EINVAL
43 Invalid argument
44
45 FI_EMFILE
46 Too many open files
47
48 FI_ENOSPC
49 No space left on device
50
51 FI_ENOSYS
52 Function not implemented
53
54 FI_ENOMSG
55 No message of desired type
56
57 FI_ENODATA
58 No data available
59
60 FI_EMSGSIZE
61 Message too long
62
63 FI_ENOPROTOOPT
64 Protocol not available
65
66 FI_EOPNOTSUPP
67 Operation not supported on transport endpoint
68
69 FI_EADDRINUSE
70 Address already in use
71
72 FI_EADDRNOTAVAIL
73 Cannot assign requested address
74
75 FI_ENETDOWN
76 Network is down
77
78 FI_ENETUNREACH
79 Network is unreachable
80
81 FI_ECONNABORTED
82 Software caused connection abort
83
84 FI_ECONNRESET
85 Connection reset by peer
86
87 FI_EISCONN
88 Transport endpoint is already connected
89
90 FI_ENOTCONN
91 Transport endpoint is not connected
92
93 FI_ESHUTDOWN
94 Cannot send after transport endpoint shutdown
95
96 FI_ETIMEDOUT
97 Operation timed out
98
99 FI_ECONNREFUSED
100 Connection refused
101
102 FI_EHOSTUNREACH
103 No route to host
104
105 FI_EALREADY
106 Operation already in progress
107
108 FI_EINPROGRESS
109 Operation now in progress
110
111 FI_EREMOTEIO
112 Remote I/O error
113
114 FI_ECANCELED
115 Operation Canceled
116
117 FI_ENOKEY
118 Required key not available
119
120 FI_EKEYREJECTED
121 Key was rejected by service
122
123 FI_EOTHER
124 Unspecified error
125
126 FI_ETOOSMALL
127 Provided buffer is too small
128
129 FI_EOPBADSTATE
130 Operation not permitted in current state
131
132 FI_EAVAIL
133 Error available
134
135 FI_EBADFLAGS
136 Flags not supported
137
138 FI_ENOEQ
139 Missing or unavailable event queue
140
141 FI_EDOMAIN
142 Invalid resource domain
143
144 FI_ENOCQ
145 Missing or unavailable completion queue
146
148 fabric(7)
149
151 OpenFabrics.
152
153
154
155Libfabric Programmer's Manual 2018-10-05 fi_errno(3)