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

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h128 #define EINPROGRESS 36 /* Operation now in progress */ macro
/darwin-on-arm/xnu/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)) {
/darwin-on-arm/xnu/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_vnops.c1344 error = EINPROGRESS;
1362 error = EINPROGRESS;
2450 if (error == EINPROGRESS) /* async request restarted */
3255 if (error == EINPROGRESS) /* async request restarted */
6873 DUMPANDLOG, /* EINPROGRESS 36 Operation now in progress */
H A Dnfs_bio.c1692 if ((error == EINPROGRESS) && cb.rcb_func) {
2844 if ((error == EINPROGRESS) && cb.rcb_func) {
H A Dnfs_socket.c772 if (error && (error != EINPROGRESS)) {
4371 return (EINPROGRESS);
4380 return (EINPROGRESS);
H A Dnfs4_vnops.c385 if (error == EINPROGRESS) /* async request restarted */
503 if (error == EINPROGRESS) /* async request restarted */
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c452 { BSM_ERRNO_EINPROGRESS, EINPROGRESS,
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c256 error = EINPROGRESS;
338 retval = EINPROGRESS;
H A Dkern_aio.c666 *retval = EINPROGRESS;
817 error = EINPROGRESS;
H A Duipc_syscalls.c557 * EINPROGRESS Operation in progress
647 error = EINPROGRESS;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4782 if ( my_err == EINPROGRESS ) {
4804 if ( my_err == EINPROGRESS ) {
4855 if ( my_err == EINPROGRESS ) {
4878 if ( my_err == EINPROGRESS ) {

Completed in 160 milliseconds