OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NCLASSES
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/altq/altqstat/
qdisc_hfsc.c
50
#define
NCLASSES
64
55
struct hfsc_classstats stats1[
NCLASSES
], stats2[
NCLASSES
];
56
char clnames[
NCLASSES
][128];
73
for (i = 0; i <
NCLASSES
; i++) {
80
get_stats.
nclasses
=
NCLASSES
;
95
for (i=0; i<get_stats.
nclasses
; i++) {
qdisc_cbq.c
50
#define
NCLASSES
64
62
class_stats_t stats1[
NCLASSES
], stats2[
NCLASSES
];
63
char clnames[
NCLASSES
][128];
64
u_long clhandles[
NCLASSES
];
78
for (i = 0; i <
NCLASSES
; i++)
82
get_stats.
nclasses
=
NCLASSES
;
90
for (i=0; i<get_stats.
nclasses
; i++) {
Completed in 12 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025