Searched refs:ath_get_totstat (Results 1 – 2 of 2) sorted by relevance
/freebsd/tools/tools/ath/athaggrstats/ |
H A D | athaggrstats.c | 278 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_totstat() function 349 if (ath_get_totstat(sf, i, s, sizeof(s)) && strcmp(s, "0")) { in ath_print_verbose() 381 wf->base.base.get_totstat = ath_get_totstat; in BSDSTAT_DEFINE_BOUNCE()
|
/freebsd/tools/tools/ath/athstats/ |
H A D | athstats.c | 804 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_totstat() function 1073 if (ath_get_totstat(sf, i, s, sizeof(s)) && strcmp(s, "0")) { in ath_print_verbose() 1106 wf->base.base.get_totstat = ath_get_totstat; in BSDSTAT_DEFINE_BOUNCE()
|