GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
fi_errno(3) Libfabric v1.14.0 fi_errno(3)

fi_errno - fabric errors

fi_strerror - Convert fabric error into a printable string


#include <rdma/fi_errno.h>
const char *fi_strerror(int errno);

    

FI_ENOENT
No such file or directory.
FI_EIO
I/O error
FI_E2BIG
Argument list too long.
FI_EBADF
Bad file number.
FI_EAGAIN
Try again.
FI_ENOMEM
Out of memory.
FI_EACCES
Permission denied.
FI_EBUSY
Device or resource busy
FI_ENODEV
No such device
FI_EINVAL
Invalid argument
FI_EMFILE
Too many open files
FI_ENOSPC
No space left on device
FI_ENOSYS
Function not implemented
FI_ENOMSG
No message of desired type
FI_ENODATA
No data available
FI_EMSGSIZE
Message too long
FI_ENOPROTOOPT
Protocol not available
FI_EOPNOTSUPP
Operation not supported on transport endpoint
FI_EADDRINUSE
Address already in use
FI_EADDRNOTAVAIL
Cannot assign requested address
FI_ENETDOWN
Network is down
FI_ENETUNREACH
Network is unreachable
FI_ECONNABORTED
Software caused connection abort
FI_ECONNRESET
Connection reset by peer
FI_EISCONN
Transport endpoint is already connected
FI_ENOTCONN
Transport endpoint is not connected
FI_ESHUTDOWN
Cannot send after transport endpoint shutdown
FI_ETIMEDOUT
Operation timed out
FI_ECONNREFUSED
Connection refused
FI_EHOSTUNREACH
No route to host
FI_EALREADY
Operation already in progress
FI_EINPROGRESS
Operation now in progress
FI_EREMOTEIO
Remote I/O error
FI_ECANCELED
Operation Canceled
FI_ENOKEY
Required key not available
FI_EKEYREJECTED
Key was rejected by service
FI_EOTHER
Unspecified error
FI_ETOOSMALL
Provided buffer is too small
FI_EOPBADSTATE
Operation not permitted in current state
FI_EAVAIL
Error available
FI_EBADFLAGS
Flags not supported
FI_ENOEQ
Missing or unavailable event queue
FI_EDOMAIN
Invalid resource domain
FI_ENOCQ
Missing or unavailable completion queue

fabric(7)

OpenFabrics.
2021-03-22 Libfabric Programmer’s Manual

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.