Searched refs:clh_to_clp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/altq/
H A Daltq_cbq.c82 static struct rm_class *clh_to_clp(cbq_state_t *, u_int32_t);
140 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) function
344 parent = clh_to_clp(cbqp, a->parent_qid);
427 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL)
464 if ((cl = clh_to_clp(cbqp, a->qid)) == NULL)
514 cl = clh_to_clp(cbqp, ((struct altq_tag *)(t+1))->qid);
626 parent = clh_to_clp(cbqp, acp->cbq_class.parent_class_handle);
627 borrow = clh_to_clp(cbqp, acp->cbq_class.borrow_class_handle);
657 if ((cl = clh_to_clp(cbqp, dcp->cbq_class_handle)) == NULL)
682 if ((cl = clh_to_clp(cbq
[all...]
H A Daltq_priq.c99 static struct priq_class *clh_to_clp(struct priq_if *, u_int32_t);
179 if (clh_to_clp(pif, a->qid) != NULL)
199 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
216 if ((cl = clh_to_clp(pif, a->qid)) == NULL)
446 cl = clh_to_clp(pif, ((struct altq_tag *)(t+1))->qid);
605 clh_to_clp(struct priq_if *pif, u_int32_t chandle) function
872 if ((cl = clh_to_clp(pif, ap->class_handle)) == NULL)
890 if ((cl = clh_to_clp(pif, ap->class_handle)) == NULL)
920 if ((cl = clh_to_clp(pif, ap->class_handle)) == NULL)
H A Daltq_hfsc.c143 static struct hfsc_class *clh_to_clp(struct hfsc_if *, u_int32_t);
256 else if ((parent = clh_to_clp(hif, a->parent_qid)) == NULL)
262 if (clh_to_clp(hif, a->qid) != NULL)
292 if ((cl = clh_to_clp(hif, a->qid)) == NULL)
309 if ((cl = clh_to_clp(hif, a->qid)) == NULL)
687 cl = clh_to_clp(hif, ((struct altq_tag *)(t+1))->qid);
1689 clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) function
2056 else if ((parent = clh_to_clp(hif, ap->parent_handle)) == NULL)
2085 if ((cl = clh_to_clp(hif, ap->class_handle)) == NULL)
2103 if ((cl = clh_to_clp(hi
[all...]
H A Daltq_jobs.c123 static struct jobs_class *clh_to_clp(struct jobs_if *, u_long);
2022 if ((cl = clh_to_clp(jif, ap->class_handle)) == NULL)
2040 if ((cl = clh_to_clp(jif, ap->class_handle)) == NULL)
2072 if ((cl = clh_to_clp(jif, ap->class_handle)) == NULL)
2160 clh_to_clp(struct jobs_if *jif, u_long chandle) function

Completed in 121 milliseconds