Searched refs:EAGAIN (Results 51 - 59 of 59) sorted by relevance

123

/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c5587 return (EAGAIN);
H A Dkern_descrip.c4979 * EAGAIN Resource shortage.
5020 err = EAGAIN;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_subs.c2553 reopen = EAGAIN;
H A Dnfs4_vnops.c3647 error = EAGAIN;
3766 error = EAGAIN;
H A Dnfs_vfsops.c2527 case EAGAIN:
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_journal.c3828 * will return EAGAIN if the buffer was busy,
3833 } while (errno == EAGAIN);
H A Dvfs_syscalls.c7769 * EAGAIN is an acceptable error condition that shouldn't keep us
7794 fserror = EAGAIN;
/xnu-2422.115.4/bsd/net/
H A Ddlil.c6925 return (EAGAIN);
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c13717 return (EAGAIN); /* temporary resource shortage */
17162 return (EAGAIN);
17174 /* propagate EAGAIN or ERESTART */

Completed in 134 milliseconds

123