Searched refs:EINPROGRESS (Results 1 - 17 of 17) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dgetpeername.c129 if ((result == -1) && (errno != EINPROGRESS)) {
H A Dconnection.c217 if ((result == -1) && (errno != EINPROGRESS)) {
246 if (errno == EINPROGRESS) {
H A Dclose_tcp.c182 if ((result == -1) && (errno != EINPROGRESS)) {
H A Dpipe.c408 if ((result == -1) && (errno != EINPROGRESS)) {
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d95 inline int EINPROGRESS = 36;
96 #pragma D binding "1.0" EINPROGRESS
/xnu-2422.115.4/bsd/sys/
H A Derrno.h133 #define EINPROGRESS 36 /* Operation now in progress */ macro
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_lock.c579 if ((msgreq->lmr_errno == EINPROGRESS) &&
599 if ((msgreq->lmr_errno != EINPROGRESS) &&
610 if (msgreq->lmr_errno == EINPROGRESS) {
660 if (msgreq->lmr_errno == EINPROGRESS) {
669 (msgreq->lmr_saved_errno == EINPROGRESS)) {
H A Dkrpc_subr.c302 if (error && (error != EINPROGRESS))
306 if (error == EINPROGRESS)
H A Dnfs_bio.c1692 if ((error == EINPROGRESS) && cb.rcb_func) {
2844 if ((error == EINPROGRESS) && cb.rcb_func) {
H A Dnfs_socket.c794 if (error && (error != EINPROGRESS)) {
4503 return (EINPROGRESS);
4512 return (EINPROGRESS);
H A Dnfs_vnops.c1386 error = EINPROGRESS;
1404 error = EINPROGRESS;
2531 if (error == EINPROGRESS) /* async request restarted */
3344 if (error == EINPROGRESS) /* async request restarted */
6966 DUMPANDLOG, /* EINPROGRESS 36 Operation now in progress */
H A Dnfs4_vnops.c385 if (error == EINPROGRESS) /* async request restarted */
503 if (error == EINPROGRESS) /* async request restarted */
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c452 { BSM_ERRNO_EINPROGRESS, EINPROGRESS,
/xnu-2422.115.4/bsd/kern/
H A Dkpi_socket.c236 error = EINPROGRESS;
316 retval = EINPROGRESS;
H A Dkern_aio.c665 *retval = EINPROGRESS;
816 error = EINPROGRESS;
H A Duipc_syscalls.c589 * EINPROGRESS Operation in progress
754 error = EINPROGRESS;
814 error = EINPROGRESS;
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4802 if ( my_err == EINPROGRESS ) {
4824 if ( my_err == EINPROGRESS ) {
4875 if ( my_err == EINPROGRESS ) {
4898 if ( my_err == EINPROGRESS ) {

Completed in 145 milliseconds