Home
last modified time | relevance | path

Searched refs:qtype (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.140.41/bsd/net/classq/
H A Dclassq.h170 classq_type_t qtype; /* Queue type */ member
180 #define qtype(q) (q)->qtype /* Get queue type */ macro
195 #define q_is_red(q) (qtype(q) == Q_RED) /* Is the queue a RED queue */
196 #define q_is_rio(q) (qtype(q) == Q_RIO) /* Is the queue a RIO queue */
197 #define q_is_blue(q) (qtype(q) == Q_BLUE) /* Is the queue a BLUE queue */
198 #define q_is_sfb(q) (qtype(q) == Q_SFB) /* Is the queue a SFB queue */
199 #define q_is_red_or_rio(q) (qtype(q) == Q_RED || qtype(q) == Q_RIO)
H A Dclassq.c109 qtype(q) = type; in _qinit()
/xnu-8020.140.41/bsd/net/pktsched/
H A Dpktsched_priq.h111 classq_type_t qtype; member
H A Dpktsched_fairq.h126 classq_type_t qtype; member
H A Dpktsched_cbq.h145 classq_type_t qtype; member
H A Dpktsched_hfsc.h166 classq_type_t qtype; member
/xnu-8020.140.41/bsd/netinet6/
H A Dicmp6.c1247 u_int16_t qtype; in ni6_input() local
1318 qtype = ntohs(ni6->ni_qtype); in ni6_input()
1320 switch (qtype) { in ni6_input()
1340 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 && in ni6_input()
1439 switch (qtype) { in ni6_input()
1454 switch (qtype) { in ni6_input()
1484 qtype = NI_QTYPE_FQDN; in ni6_input()
1522 switch (qtype) { in ni6_input()
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py3993 qtype = GetType('apple_protect_pager *')
3996 for pager in IterateQueue(qhead, qtype, "pager_queue"):
4033 qtype = GetType('shared_region_pager *')
4036 for pager in IterateQueue(qhead, qtype, "srp_queue"):