Searched refs:npestats (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/tools/tools/npe/
H A DMakefile3 SUBDIR= npestats
/freebsd-10.2-release/tools/tools/npe/npestats/
H A DMakefile1 # $FreeBSD: releng/10.2/tools/tools/npe/npestats/Makefile 276486 2014-12-31 23:25:37Z ngie $
3 PROG= npestats
4 SRCS= main.c statfoo.c npestats.c
H A Dnpestats.c29 * $FreeBSD: releng/10.2/tools/tools/npe/npestats/npestats.c 192661 2009-05-23 19:16:34Z sam $
45 #include "npestats.h"
49 static const struct fmt npestats[] = { variable in typeref:struct:fmt
100 struct npestats { struct
129 struct npestats cur;
130 struct npestats total;
146 npe_collect(struct npestatfoo_p *wf, struct npestats *stats)
148 size_t len = sizeof(struct npestats);
259 statfoo_init(&wf->base.base, "npestats", npestat
[all...]
/freebsd-10.2-release/sys/arm/xscale/ixp425/
H A Dif_npereg.h212 struct npestats { struct
H A Dif_npe.c143 struct npestats *sc_stats;
146 struct npestats sc_totals; /* accumulated sc_stats */
381 CTLFLAG_RD, &sc->sc_totals, npestats, "onboard stats");
742 sizeof(struct npestats), 1, sizeof(struct npestats), 0,
757 sc->sc_stats, sizeof(struct npestats), npe_getaddr, sc, 0) != 0) {
879 struct npestats *ns = sc->sc_stats;

Completed in 62 milliseconds