Home
last modified time | relevance | path

Searched refs:ENOTSOCK (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h71 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h71 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h12 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h70 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h15 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h15 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h70 #define ENOTSOCK 95 /* Socket operation on non-socket */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h12 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h78 #define ENOTSOCK 216 /* Socket operation on non-socket */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h78 #define ENOTSOCK 216 /* Socket operation on non-socket */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h96 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
/openbmc/linux/net/9p/
H A Derror.c93 {"Socket operation on non-socket", ENOTSOCK},
/openbmc/linux/io_uring/
H A Dnet.c117 return -ENOTSOCK; in io_shutdown()
412 return -ENOTSOCK; in io_sendmsg()
499 return -ENOTSOCK; in io_send()
825 return -ENOTSOCK; in io_recvmsg()
943 return -ENOTSOCK; in io_recv()
1171 return -ENOTSOCK; in io_send_zc()
1271 return -ENOTSOCK; in io_sendmsg_zc()
/openbmc/u-boot/lib/
H A Derrno_str.c102 ERRNO_MSG(ENOTSOCK, "Socket operation on non-socket"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc111 E(ENOTSOCK)
/openbmc/linux/lib/
H A Derrname.c121 E(ENOTSOCK),
H A Dtest_printf.c772 test("(-ENOTSOCK)", "(%pe)", ERR_PTR(-ENOTSOCK)); in errptr()
/openbmc/linux/net/sunrpc/
H A Dsocklib.c276 return -ENOTSOCK; in xprt_sock_sendmsg()
H A Dxprtsock.c1038 case -ENOTSOCK: in xs_udp_send_request()
1142 case -ENOTSOCK: in xs_tcp_send_request()
/openbmc/qemu/util/
H A Doslib-win32.c132 return ENOTSOCK; in socket_error()
/openbmc/linux/net/
H A Dsocket.c546 *err = -ENOTSOCK; in sockfd_lookup()
565 *err = -ENOTSOCK; in sockfd_lookup_light()
1909 return ERR_PTR(-ENOTSOCK); in do_accept()
2043 err = -ENOTSOCK; in __sys_connect_file()
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_utils.c779 [-VERR_NET_NOT_SOCKET] = -ENOTSOCK,
/openbmc/linux/drivers/vhost/
H A Dnet.c1437 return ERR_PTR(-ENOTSOCK); in get_raw_socket()
1498 return ERR_PTR(-ENOTSOCK); in get_socket()
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c109 return ERR_PTR(-ENOTSOCK); in pvcalls_enter_sock()
/openbmc/linux/net/xdp/
H A Dxsk.c1071 return ERR_PTR(-ENOTSOCK); in xsk_lookup_xsk_from_fd()

12