Lines Matching +full:remote +full:- +full:endpoint
5 * Taken from asm-generic/errno-base.h and asm-generic/errno.h
28 #define TARGET_EXDEV 18 /* Cross-device link */
40 #define TARGET_EROFS 30 /* Read-only file system */
77 #define TARGET_EREMOTE 66 /* Object is remote */
89 #define TARGET_EREMCHG 78 /* Remote address changed */
99 #define TARGET_ENOTSOCK 88 /* Socket operation on non-socket */
106 #define TARGET_EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
117 #define TARGET_EISCONN 106 /* Transport endpoint is already connected */
118 #define TARGET_ENOTCONN 107 /* Transport endpoint is not connected */
119 #define TARGET_ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
132 #define TARGET_EREMOTEIO 121 /* Remote I/O error */
147 #define TARGET_ERFKILL 132 /* Operation not possible due to RF-kill */