Searched refs:bsdstat (Results 1 – 20 of 20) sorted by relevance
/freebsd/lib/libbsdstat/ |
H A D | bsdstat.c | 38 bsdstat_setfmt(struct bsdstat *sf, const char *fmt0) in bsdstat_setfmt() 72 bsdstat_collect(struct bsdstat *sf) in bsdstat_collect() 78 bsdstat_update_tot(struct bsdstat *sf) in bsdstat_update_tot() 84 bsdstat_get(struct bsdstat *sf, int s, char b[] __unused, size_t bs __unused) in bsdstat_get() 91 bsdstat_print_header(struct bsdstat *sf, FILE *fd) in bsdstat_print_header() 110 bsdstat_print_current(struct bsdstat *sf, FILE *fd) in bsdstat_print_current() 131 bsdstat_print_total(struct bsdstat *sf, FILE *fd) in bsdstat_print_total() 152 bsdstat_print_verbose(struct bsdstat *sf, FILE *fd) in bsdstat_print_verbose() 172 bsdstat_print_fields(struct bsdstat *sf, FILE *fd) in bsdstat_print_fields() 190 bsdstat_init(struct bsdstat *sf, const char *name, const struct fmt *stats, int nstats) in bsdstat_init()
|
H A D | Makefile | 2 LIB= bsdstat 6 SRCS= bsdstat.c 7 INCS= bsdstat.h
|
H A D | bsdstat.h | 78 struct bsdstat { struct 85 BSDSTAT_DECL_METHODS(struct bsdstat *); argument 88 extern void bsdstat_init(struct bsdstat *, const char *name,
|
/freebsd/tools/tools/npe/npestats/ |
H A D | npestats.c | 152 npe_collect_cur(struct bsdstat *sf) in npe_collect_cur() 160 npe_collect_tot(struct bsdstat *sf) in npe_collect_tot() 168 npe_update_tot(struct bsdstat *sf) in npe_update_tot() 176 npe_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in npe_get_curstat() 212 npe_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in npe_get_totstat()
|
H A D | npestats.h | 39 struct bsdstat base;
|
H A D | Makefile | 5 LIBADD= bsdstat
|
/freebsd/tools/tools/ath/athaggrstats/ |
H A D | athaggrstats.c | 187 ath_collect_cur(struct bsdstat *sf) in ath_collect_cur() 195 ath_collect_tot(struct bsdstat *sf) in ath_collect_tot() 203 ath_update_tot(struct bsdstat *sf) in ath_update_tot() 222 ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_curstat() 278 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_totstat() 334 ath_print_verbose(struct bsdstat *sf, FILE *fd) in ath_print_verbose()
|
H A D | athaggrstats.h | 39 struct bsdstat base;
|
H A D | Makefile | 14 LIBADD+= bsdstat
|
/freebsd/tools/tools/mwl/mwlstats/ |
H A D | mwlstats.c | 268 mwl_collect_cur(struct bsdstat *sf) in mwl_collect_cur() 276 mwl_collect_tot(struct bsdstat *sf) in mwl_collect_tot() 284 mwl_update_tot(struct bsdstat *sf) in mwl_update_tot() 303 mwl_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in mwl_get_curstat() 409 mwl_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in mwl_get_totstat() 513 mwl_print_verbose(struct bsdstat *sf, FILE *fd) in mwl_print_verbose()
|
H A D | mwlstats.h | 39 struct bsdstat base;
|
H A D | Makefile | 6 LIBADD= bsdstat
|
/freebsd/tools/tools/ath/athstats/ |
H A D | athstats.h | 39 struct bsdstat base;
|
H A D | Makefile | 26 LIBADD= bsdstat
|
H A D | athstats.c | 515 ath_collect_cur(struct bsdstat *sf) in ath_collect_cur() 523 ath_collect_tot(struct bsdstat *sf) in ath_collect_tot() 531 ath_update_tot(struct bsdstat *sf) in ath_update_tot() 550 ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_curstat() 804 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_totstat() 1057 ath_print_verbose(struct bsdstat *sf, FILE *fd) in ath_print_verbose()
|
/freebsd/usr.sbin/wlanstats/ |
H A D | wlanstats.h | 39 struct bsdstat base;
|
H A D | Makefile | 7 LIBADD= bsdstat
|
H A D | wlanstats.c | 552 wlan_collect_cur(struct bsdstat *sf) in wlan_collect_cur() 560 wlan_collect_tot(struct bsdstat *sf) in wlan_collect_tot() 568 wlan_update_tot(struct bsdstat *sf) in wlan_update_tot() 687 wlan_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in wlan_get_curstat() 861 wlan_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in wlan_get_totstat()
|
/freebsd/etc/mtree/ |
H A D | BSD.usr.dist | 13 bsdstat
|
/freebsd/share/mk/ |
H A D | src.libnames.mk | 19 bsdstat \
|