Searched refs:EALREADY (Results 1 - 20 of 20) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dinit.c56 return EALREADY;
74 return EALREADY;
H A Dntstat.c2083 result = EALREADY;
H A Dif.c1678 if (error == EALREADY)
H A Ddlil.c6614 if (result == EALREADY)
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d97 inline int EALREADY = 37;
98 #pragma D binding "1.0" EALREADY
/xnu-2422.115.4/bsd/sys/
H A Derrno.h134 #define EALREADY 37 /* Operation already in progress */ macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c451 { BSM_ERRNO_EALREADY, EALREADY, ES("Operation already in progress") },
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_priq.c720 if (err == EALREADY)
1198 return (EALREADY);
H A Dpktsched_tcq.c681 if (err == EALREADY)
1139 return (EALREADY);
H A Dpktsched_qfq.c1356 if (err == EALREADY)
1961 return (EALREADY);
/xnu-2422.115.4/bsd/kern/
H A Dkpi_socket.c228 error = EALREADY;
H A Dkern_memorystatus.c907 ret = EALREADY;
1167 ret = EALREADY;
H A Duipc_syscalls.c588 * EALREADY Connection already in progress
745 error = EALREADY;
804 error = EALREADY;
H A Dubc_subr.c2975 error = EALREADY;
H A Duipc_socket.c1467 error = EALREADY;
/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert.c2256 error = EALREADY;
2717 return EALREADY;
2752 error = EALREADY;
2983 error = EALREADY;
H A Dmptcp_usrreq.c776 error = EALREADY;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c4127 error = EALREADY;
4485 return (EALREADY);
H A Dhfs_readwrite.c2079 return (EALREADY);
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c14113 rval = EALREADY;
15158 return (EALREADY);

Completed in 292 milliseconds