Searched refs:EQFULL (Results 1 - 12 of 12) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Derrno.h264 #define EQFULL 106 /* Interface output queue is full */ macro
285 #define EQSUSPENDED (-EQFULL) /* Output queue is suspended */
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_cbq.c550 ret = EQFULL;
562 return (EQFULL);
H A Dpktsched_fairq.c691 ret = EQFULL;
704 return (EQFULL);
H A Dpktsched_priq.c596 ret = EQFULL;
608 return (EQFULL);
H A Dpktsched_tcq.c561 ret = EQFULL;
573 return (EQFULL);
H A Dpktsched_hfsc.c791 ret = EQFULL;
803 return (EQFULL);
H A Dpktsched_qfq.c1101 ret = EQFULL;
1113 return (EQFULL);
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c455 { BSM_ERRNO_EQFULL, EQFULL, ES("Interface output queue is full") },
/xnu-2422.115.4/bsd/net/
H A Ddlil.c2947 if (error == 0 || error == EQFULL || error == EQSUSPENDED)
3907 if (retval == EQFULL || retval == EQSUSPENDED) {
3909 adv->code = (retval == EQFULL ?
3942 if (retval == EQFULL || retval == EQSUSPENDED) {
3944 adv->code = (retval == EQFULL ?
H A Dif_vlan.c1180 err = EQFULL;
H A Dif_bond.c1533 err = EQFULL;
H A Dif_bridge.c3498 error = EQFULL;

Completed in 120 milliseconds