Home
last modified time | relevance | path

Searched refs:EINPROGRESS (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d95 inline int EINPROGRESS = 36; variable
96 #pragma D binding "1.0" EINPROGRESS
/xnu-11215/bsd/sys/
H A Derrno.h133 #define EINPROGRESS 36 /* Operation now in progress */ macro
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c451 { .be_bsm_errno = BSM_ERRNO_EINPROGRESS, .be_local_errno = EINPROGRESS,
/xnu-11215/bsd/kern/
H A Dkpi_socket.c301 error = EINPROGRESS; in sock_connect()
386 retval = EINPROGRESS; in sock_connectwait()
H A Dkern_aio.c634 *retval = EINPROGRESS; in aio_error()
767 error = EINPROGRESS; in aio_return()
H A Duipc_syscalls.c1032 error = EINPROGRESS; in connectit()
1106 error = EINPROGRESS; in connectitx()
H A Duipc_socket.c1894 if (error != EINPROGRESS) { in soconnectxlocked()
H A Dkern_event.c4214 error = EINPROGRESS; in kevent_register()
/xnu-11215/tests/
H A Dvsock.c516 if (result != 0 && errno != EINPROGRESS) {
H A Dnet_tuntests.c952 …T_QUIET; T_EXPECT_POSIX_FAILURE(connect(s, (struct sockaddr *)&sin, sizeof(sin)), EINPROGRESS, NUL… in send_one_packet()
/xnu-11215/tests/skywalk/
H A Dskt_utunloop.c438 SKTC_ASSERT_ERR(errno == EINPROGRESS); in connectsocks()
/xnu-11215/bsd/netinet/
H A Dtcp_usrreq.c767 error = EINPROGRESS; in tcp_usr_connectx_common()
775 if (error && error != EINPROGRESS) { in tcp_usr_connectx_common()
H A Dmptcp_usrreq.c398 error = EINPROGRESS; in mptcp_usr_connectx()
H A Dflow_divert.c3952 error = EINPROGRESS; in flow_divert_connectx_out_common()