Searched refs:statfoo (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.1-release/tools/tools/npe/npestats/
H A Dnpestats.h35 #include "statfoo.h"
41 struct statfoo base;
H A DMakefile4 SRCS= main.c statfoo.c npestats.c
H A Dstatfoo.c35 #include "statfoo.h"
38 statfoo_setfmt(struct statfoo *sf, const char *fmt0)
70 statfoo_collect(struct statfoo *sf)
76 statfoo_update_tot(struct statfoo *sf)
82 statfoo_get(struct statfoo *sf, int s, char b[], size_t bs)
89 statfoo_print_header(struct statfoo *sf, FILE *fd)
104 statfoo_print_current(struct statfoo *sf, FILE *fd)
121 statfoo_print_total(struct statfoo *sf, FILE *fd)
138 statfoo_print_verbose(struct statfoo *sf, FILE *fd)
158 statfoo_print_fields(struct statfoo *s
[all...]
H A Dnpestats.c154 npe_collect_cur(struct statfoo *sf)
162 npe_collect_tot(struct statfoo *sf)
170 npe_update_tot(struct statfoo *sf)
178 npe_get_curstat(struct statfoo *sf, int s, char b[], size_t bs)
214 npe_get_totstat(struct statfoo *sf, int s, char b[], size_t bs)
H A Dstatfoo.h78 struct statfoo { struct
84 STATFOO_DECL_METHODS(struct statfoo *);
87 void statfoo_init(struct statfoo *, const char *name,
/freebsd-10.1-release/tools/tools/ath/athaggrstats/
H A Dathaggrstats.h35 #include "statfoo.h"
41 struct statfoo base;
H A Dstatfoo.c35 #include "statfoo.h"
38 statfoo_setfmt(struct statfoo *sf, const char *fmt0)
72 statfoo_collect(struct statfoo *sf)
78 statfoo_update_tot(struct statfoo *sf)
84 statfoo_get(struct statfoo *sf, int s, char b[], size_t bs)
91 statfoo_print_header(struct statfoo *sf, FILE *fd)
110 statfoo_print_current(struct statfoo *sf, FILE *fd)
131 statfoo_print_total(struct statfoo *sf, FILE *fd)
152 statfoo_print_verbose(struct statfoo *sf, FILE *fd)
172 statfoo_print_fields(struct statfoo *s
[all...]
H A DMakefile7 SRCS= main.c statfoo.c athaggrstats.c opt_ah.h ah_osdep.h
H A Dstatfoo.h78 struct statfoo { struct
85 STATFOO_DECL_METHODS(struct statfoo *);
88 void statfoo_init(struct statfoo *, const char *name,
H A Dathaggrstats.c187 ath_collect_cur(struct statfoo *sf)
195 ath_collect_tot(struct statfoo *sf)
203 ath_update_tot(struct statfoo *sf)
222 ath_get_curstat(struct statfoo *sf, int s, char b[], size_t bs)
278 ath_get_totstat(struct statfoo *sf, int s, char b[], size_t bs)
334 ath_print_verbose(struct statfoo *sf, FILE *fd)
/freebsd-10.1-release/tools/tools/ath/athstats/
H A Dathstats.h35 #include "statfoo.h"
41 struct statfoo base;
H A Dstatfoo.c35 #include "statfoo.h"
38 statfoo_setfmt(struct statfoo *sf, const char *fmt0)
72 statfoo_collect(struct statfoo *sf)
78 statfoo_update_tot(struct statfoo *sf)
84 statfoo_get(struct statfoo *sf, int s, char b[], size_t bs)
91 statfoo_print_header(struct statfoo *sf, FILE *fd)
110 statfoo_print_current(struct statfoo *sf, FILE *fd)
131 statfoo_print_total(struct statfoo *sf, FILE *fd)
152 statfoo_print_verbose(struct statfoo *sf, FILE *fd)
172 statfoo_print_fields(struct statfoo *s
[all...]
H A DMakefile15 SRCS= main.c statfoo.c athstats.c opt_ah.h ah_osdep.h
H A Dstatfoo.h78 struct statfoo { struct
85 STATFOO_DECL_METHODS(struct statfoo *);
88 void statfoo_init(struct statfoo *, const char *name,
H A Dathstats.c524 ath_collect_cur(struct statfoo *sf)
532 ath_collect_tot(struct statfoo *sf)
540 ath_update_tot(struct statfoo *sf)
559 ath_get_curstat(struct statfoo *sf, int s, char b[], size_t bs)
805 ath_get_totstat(struct statfoo *sf, int s, char b[], size_t bs)
1048 ath_print_verbose(struct statfoo *sf, FILE *fd)
/freebsd-10.1-release/tools/tools/mwl/mwlstats/
H A DMakefile7 SRCS= main.c statfoo.c mwlstats.c
H A Dmwlstats.h35 #include "statfoo.h"
41 struct statfoo base;
H A Dstatfoo.c35 #include "statfoo.h"
38 statfoo_setfmt(struct statfoo *sf, const char *fmt0)
70 statfoo_collect(struct statfoo *sf)
76 statfoo_update_tot(struct statfoo *sf)
82 statfoo_get(struct statfoo *sf, int s, char b[], size_t bs)
89 statfoo_print_header(struct statfoo *sf, FILE *fd)
104 statfoo_print_current(struct statfoo *sf, FILE *fd)
121 statfoo_print_total(struct statfoo *sf, FILE *fd)
138 statfoo_print_verbose(struct statfoo *sf, FILE *fd)
150 statfoo_print_fields(struct statfoo *s
[all...]
H A Dstatfoo.h78 struct statfoo { struct
84 STATFOO_DECL_METHODS(struct statfoo *);
87 void statfoo_init(struct statfoo *, const char *name,
H A Dmwlstats.c268 mwl_collect_cur(struct statfoo *sf)
276 mwl_collect_tot(struct statfoo *sf)
284 mwl_update_tot(struct statfoo *sf)
303 mwl_get_curstat(struct statfoo *sf, int s, char b[], size_t bs)
409 mwl_get_totstat(struct statfoo *sf, int s, char b[], size_t bs)
513 mwl_print_verbose(struct statfoo *sf, FILE *fd)
/freebsd-10.1-release/tools/tools/net80211/wlanstats/
H A DMakefile9 SRCS= statfoo.c wlanstats.c main.c
H A Dwlanstats.h35 #include "statfoo.h"
41 struct statfoo base;
H A Dstatfoo.c35 #include "statfoo.h"
38 statfoo_setfmt(struct statfoo *sf, const char *fmt0)
76 statfoo_collect(struct statfoo *sf)
82 statfoo_update_tot(struct statfoo *sf)
88 statfoo_get(struct statfoo *sf, int s, char b[], size_t bs)
95 statfoo_print_header(struct statfoo *sf, FILE *fd)
111 statfoo_print_current(struct statfoo *sf, FILE *fd)
129 statfoo_print_total(struct statfoo *sf, FILE *fd)
147 statfoo_print_verbose(struct statfoo *sf, FILE *fd)
167 statfoo_print_fields(struct statfoo *s
[all...]
H A Dstatfoo.h78 struct statfoo { struct
85 STATFOO_DECL_METHODS(struct statfoo *);
88 void statfoo_init(struct statfoo *, const char *name,
H A Dwlanstats.c534 wlan_collect_cur(struct statfoo *sf)
542 wlan_collect_tot(struct statfoo *sf)
550 wlan_update_tot(struct statfoo *sf)
672 wlan_get_curstat(struct statfoo *sf, int s, char b[], size_t bs)
836 wlan_get_totstat(struct statfoo *sf, int s, char b[], size_t bs)

Completed in 180 milliseconds