1fi_errno(3) Libfabric v1.6.1 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 : No such file or directory.
17
18 FI_EIO : I/O error
19
20 FI_E2BIG : Argument list too long.
21
22 FI_EBADF : Bad file number.
23
24 FI_EAGAIN : Try again.
25
26 FI_ENOMEM : Out of memory.
27
28 FI_EACCES : Permission denied.
29
30 FI_EBUSY : Device or resource busy
31
32 FI_ENODEV : No such device
33
34 FI_EINVAL : Invalid argument
35
36 FI_EMFILE : Too many open files
37
38 FI_ENOSPC : No space left on device
39
40 FI_ENOSYS : Function not implemented
41
42 FI_ENOMSG : No message of desired type
43
44 FI_ENODATA : No data available
45
46 FI_EMSGSIZE : Message too long
47
48 FI_ENOPROTOOPT : Protocol not available
49
50 FI_EOPNOTSUPP : Operation not supported on transport endpoint
51
52 FI_EADDRINUSE : Address already in use
53
54 FI_EADDRNOTAVAIL : Cannot assign requested address
55
56 FI_ENETDOWN : Network is down
57
58 FI_ENETUNREACH : Network is unreachable
59
60 FI_ECONNABORTED : Software caused connection abort
61
62 FI_ECONNRESET : Connection reset by peer
63
64 FI_EISCONN : Transport endpoint is already connected
65
66 FI_ENOTCONN : Transport endpoint is not connected
67
68 FI_ESHUTDOWN : Cannot send after transport endpoint shutdown
69
70 FI_ETIMEDOUT : Operation timed out
71
72 FI_ECONNREFUSED : Connection refused
73
74 FI_EHOSTUNREACH : No route to host
75
76 FI_EALREADY : Operation already in progress
77
78 FI_EINPROGRESS : Operation now in progress
79
80 FI_EREMOTEIO : Remote I/O error
81
82 FI_ECANCELED : Operation Canceled
83
84 FI_ENOKEY : Required key not available
85
86 FI_EKEYREJECTED : Key was rejected by service
87
88 FI_EOTHER : Unspecified error
89
90 FI_ETOOSMALL : Provided buffer is too small
91
92 FI_EOPBADSTATE : Operation not permitted in current state
93
94 FI_EAVAIL : Error available
95
96 FI_EBADFLAGS : Flags not supported
97
98 FI_ENOEQ : Missing or unavailable event queue
99
100 FI_EDOMAIN : Invalid resource domain
101
102 FI_ENOCQ : Missing or unavailable completion queue
103
105 fabric(7)
106
108 OpenFabrics.
109
110
111
112Libfabric Programmer's Manual 2016-02-28 fi_errno(3)