Home
last modified time | relevance | path

Searched refs:npestats (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/npe/npestats/
H A Dnpestats.c47 static const struct fmt npestats[] = { variable
98 struct npestats { struct
127 struct npestats cur; argument
128 struct npestats total;
144 npe_collect(struct npestatfoo_p *wf, struct npestats *stats) in npe_collect()
146 size_t len = sizeof(struct npestats); in npe_collect()
256 bsdstat_init(&wf->base.base, "npestats", npestats, in BSDSTAT_DEFINE_BOUNCE()
257 nitems(npestats)); in BSDSTAT_DEFINE_BOUNCE()
H A DMakefile1 PROG= npestats
2 SRCS= main.c npestats.c
/freebsd/tools/tools/npe/
H A DMakefile1 SUBDIR= npestats