OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chandle
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/altq/
altq_cbq.c
140
clh_to_clp(cbq_state_t *cbqp, u_int32_t
chandle
)
145
if (
chandle
== 0)
151
i =
chandle
% CBQ_MAX_CLASSES;
153
cl->stats_.handle ==
chandle
)
157
cl->stats_.handle ==
chandle
)
709
u_int32_t
chandle
;
local in function:cbq_class_create
720
chandle
= i; /* use the slot number as class handle */
745
acp->cbq_class_handle =
chandle
;
747
cl->stats_.handle =
chandle
;
altq_priq.c
605
clh_to_clp(struct priq_if *pif, u_int32_t
chandle
)
610
if (
chandle
== 0)
615
cl->cl_handle ==
chandle
)
altq_hfsc.c
1689
clh_to_clp(struct hfsc_if *hif, u_int32_t
chandle
)
1694
if (
chandle
== 0)
1700
i =
chandle
% HFSC_MAX_CLASSES;
1701
if ((cl = hif->hif_class_tbl[i]) != NULL && cl->cl_handle ==
chandle
)
1705
cl->cl_handle ==
chandle
)
altq_jobs.c
2160
clh_to_clp(struct jobs_if *jif, u_long
chandle
)
2164
cl = (struct jobs_class *)
chandle
;
2165
if (
chandle
!= ALIGN(cl)) {
2172
if (cl == NULL || cl->cl_handle !=
chandle
|| cl->cl_jif != jif)
Completed in 15 milliseconds
Indexes created Sun Oct 19 01:09:53 GMT 2025