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

/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h171 # ifndef ENOTSOCK
172 # define ENOTSOCK 9923 macro
/freebsd-current/sys/xen/
H A Derror.h68 [XEN_ENOTSOCK] = ENOTSOCK,
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py94 ENOTSOCK = 88 variable
227 ENOTSOCK: 'Socket operation on non-socket',
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h203 #undef ENOTSOCK macro
204 #define ENOTSOCK WSAENOTSOCK macro
/freebsd-current/sys/contrib/xen/
H A Derrno.h105 XEN_ERRNO(ENOTSOCK, 88) /* Socket operation on non-socket */
/freebsd-current/sys/sys/
H A Derrno.h98 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d106 inline int ENOTSOCK = 38;
107 #pragma D binding "1.0" ENOTSOCK
284 errno == ENOTSOCK ? "Socket operation on non-socket" :
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_listen.c71 ATF_REQUIRE_ERRNO(ENOTSOCK, listen(fdc, 1) == -1);
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h72 not_a_socket, // ENOTSOCK
179 not_a_socket = ENOTSOCK,
/freebsd-current/crypto/heimdal/kadmin/
H A Dkadmind.c191 rk_SOCK_ERRNO == ENOTSOCK) {
/freebsd-current/stand/liblua/
H A Dlerrno.c86 ENTRY(ENOTSOCK),
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_errno.c562 #ifdef ENOTSOCK
567 atf_tc_fail_nonfatal("ENOTSOCK not defined");
/freebsd-current/contrib/sendmail/libsm/
H A Dmpeix.c221 else if (errno == ENOTSOCK)
/freebsd-current/contrib/ntp/libntp/
H A Dmachines.c186 if (errno == ENOTSOCK) /* file or pipe */
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c420 { BSM_ERRNO_ENOTSOCK, ENOTSOCK,
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c421 { BSM_ERRNO_ENOTSOCK, ENOTSOCK,
/freebsd-current/sys/dev/ice/
H A Dice_strings.c419 case ENOTSOCK:
420 str = "ENOTSOCK";
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c1464 #ifdef ENOTSOCK
1465 case ENOTSOCK:
1466 return ("ENOTSOCK");
/freebsd-current/lib/libc/resolv/
H A Dres_send.c661 errno = ENOTSOCK;
852 errno = ENOTSOCK;
/freebsd-current/sys/kern/
H A Duipc_syscalls.c101 return (ENOTSOCK);
118 return (ENOTSOCK);
H A Duipc_usrreq.c1941 error = ENOTSOCK;
/freebsd-current/lib/libc/tests/sys/
H A Dsendfile_test.c1096 "Verify that a non-socket file descriptor fails with ENOTSOCK");
1113 ATF_REQUIRE_ERRNO(ENOTSOCK, error == -1);
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py493 if ret == errno.ENOTSOCK:
/freebsd-current/contrib/lib9p/
H A Drequest.c267 [ENOTSOCK] = LINUX_ENOTSOCK,
/freebsd-current/contrib/sendmail/src/
H A Ddaemon.c3637 ** ENOTSOCK is OK: bail on anything else, but reset
3642 if (errno != ENOTSOCK)

Completed in 393 milliseconds