Symbol: statfoo
tools/tools/ath/athstats/athstats.c
473
ath_collect_cur(struct statfoo *sf)
tools/tools/ath/athstats/athstats.c
481
ath_collect_tot(struct statfoo *sf)
tools/tools/ath/athstats/athstats.c
489
ath_update_tot(struct statfoo *sf)
tools/tools/ath/athstats/athstats.c
508
ath_get_curstat(struct statfoo *sf, int s, char b[], size_t bs)
tools/tools/ath/athstats/athstats.c
729
ath_get_totstat(struct statfoo *sf, int s, char b[], size_t bs)
tools/tools/ath/athstats/athstats.c
949
ath_print_verbose(struct statfoo *sf, FILE *fd)
tools/tools/ath/athstats/athstats.h
41
struct statfoo base;
tools/tools/ath/athstats/statfoo.c
104
statfoo_print_current(struct statfoo *sf, FILE *fd)
tools/tools/ath/athstats/statfoo.c
121
statfoo_print_total(struct statfoo *sf, FILE *fd)
tools/tools/ath/athstats/statfoo.c
138
statfoo_print_verbose(struct statfoo *sf, FILE *fd)
tools/tools/ath/athstats/statfoo.c
158
statfoo_print_fields(struct statfoo *sf, FILE *fd)
tools/tools/ath/athstats/statfoo.c
176
statfoo_init(struct statfoo *sf, const char *name, const struct fmt *stats, int nstats)
tools/tools/ath/athstats/statfoo.c
38
statfoo_setfmt(struct statfoo *sf, const char *fmt0)
tools/tools/ath/athstats/statfoo.c
70
statfoo_collect(struct statfoo *sf)
tools/tools/ath/athstats/statfoo.c
76
statfoo_update_tot(struct statfoo *sf)
tools/tools/ath/athstats/statfoo.c
82
statfoo_get(struct statfoo *sf, int s, char b[], size_t bs)
tools/tools/ath/athstats/statfoo.c
89
statfoo_print_header(struct statfoo *sf, FILE *fd)
tools/tools/ath/athstats/statfoo.h
84
STATFOO_DECL_METHODS(struct statfoo *);
tools/tools/ath/athstats/statfoo.h
87
void statfoo_init(struct statfoo *, const char *name,
tools/tools/net80211/wlanstats/statfoo.c
111
statfoo_print_current(struct statfoo *sf, FILE *fd)
tools/tools/net80211/wlanstats/statfoo.c
129
statfoo_print_total(struct statfoo *sf, FILE *fd)
tools/tools/net80211/wlanstats/statfoo.c
147
statfoo_print_verbose(struct statfoo *sf, FILE *fd)
tools/tools/net80211/wlanstats/statfoo.c
167
statfoo_print_fields(struct statfoo *sf, FILE *fd)
tools/tools/net80211/wlanstats/statfoo.c
185
statfoo_init(struct statfoo *sf, const char *name, const struct fmt *stats, int nstats)
tools/tools/net80211/wlanstats/statfoo.c
38
statfoo_setfmt(struct statfoo *sf, const char *fmt0)
tools/tools/net80211/wlanstats/statfoo.c
76
statfoo_collect(struct statfoo *sf)
tools/tools/net80211/wlanstats/statfoo.c
82
statfoo_update_tot(struct statfoo *sf)
tools/tools/net80211/wlanstats/statfoo.c
88
statfoo_get(struct statfoo *sf, int s, char b[], size_t bs)
tools/tools/net80211/wlanstats/statfoo.c
95
statfoo_print_header(struct statfoo *sf, FILE *fd)
tools/tools/net80211/wlanstats/statfoo.h
85
STATFOO_DECL_METHODS(struct statfoo *);
tools/tools/net80211/wlanstats/statfoo.h
88
void statfoo_init(struct statfoo *, const char *name,
tools/tools/net80211/wlanstats/wlanstats.c
526
wlan_collect_cur(struct statfoo *sf)
tools/tools/net80211/wlanstats/wlanstats.c
534
wlan_collect_tot(struct statfoo *sf)
tools/tools/net80211/wlanstats/wlanstats.c
542
wlan_update_tot(struct statfoo *sf)
tools/tools/net80211/wlanstats/wlanstats.c
664
wlan_get_curstat(struct statfoo *sf, int s, char b[], size_t bs)
tools/tools/net80211/wlanstats/wlanstats.c
824
wlan_get_totstat(struct statfoo *sf, int s, char b[], size_t bs)
tools/tools/net80211/wlanstats/wlanstats.h
41
struct statfoo base;