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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h127 #define EINPROGRESS 36 /* Operation now in progress */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_lock.c845 if ((msgreq.lmr_errno == EINPROGRESS) &&
865 if ((msgreq.lmr_errno != EINPROGRESS) &&
875 if (msgreq.lmr_errno == EINPROGRESS) {
913 if (msgreq.lmr_errno == EINPROGRESS) {
922 (msgreq.lmr_saved_errno == EINPROGRESS)) {
H A Dkrpc_subr.c303 if (error && (error != EINPROGRESS))
307 if (error == EINPROGRESS)
H A Dnfs4_vnops.c336 if (error == EINPROGRESS) /* async request restarted */
450 if (error == EINPROGRESS) /* async request restarted */
H A Dnfs_socket.c245 if (error && (error != EINPROGRESS))
2061 return (EINPROGRESS);
2070 return (EINPROGRESS);
H A Dnfs_bio.c1663 if ((error == EINPROGRESS) && cb.rcb_func) {
2941 if ((error == EINPROGRESS) && cb.rcb_func) {
H A Dnfs_vnops.c1827 if (error == EINPROGRESS) /* async request restarted */
2603 if (error == EINPROGRESS) /* async request restarted */
5766 DUMPANDLOG, /* EINPROGRESS 36 Operation now in progress */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c377 *retval = EINPROGRESS;
388 *retval = EINPROGRESS;
538 error = EINPROGRESS;
548 error = EINPROGRESS;
H A Dkpi_socket.c224 return EINPROGRESS;
300 retval = EINPROGRESS;
H A Duipc_syscalls.c562 * EINPROGRESS Operation in progress
652 error = EINPROGRESS;
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4657 if ( my_err == EINPROGRESS ) {
4679 if ( my_err == EINPROGRESS ) {
4730 if ( my_err == EINPROGRESS ) {
4753 if ( my_err == EINPROGRESS ) {

Completed in 155 milliseconds