HomeSort by: relevance | last modified time | path
    Searched defs:clh_to_clp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/altq/
altq_cbq.c 82 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 in typeref:struct:rm_class *
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(cbqp, acp->cbq_class_handle)) == NULL
    [all...]
altq_priq.c 99 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 in typeref:struct:priq_class *
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)
altq_jobs.c 123 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 in typeref:struct:jobs_class *
altq_hfsc.c 143 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 in typeref:struct:hfsc_class *
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(hif, ap->class_handle)) == NULL
    [all...]

Completed in 15 milliseconds