Searched refs:bsdstat (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/lib/libbsdstat/
H A DMakefile4 LIB= bsdstat
8 SRCS= bsdstat.c
9 INCS= bsdstat.h
H A Dbsdstat.c35 #include "bsdstat.h"
38 bsdstat_setfmt(struct bsdstat *sf, const char *fmt0)
72 bsdstat_collect(struct bsdstat *sf)
78 bsdstat_update_tot(struct bsdstat *sf)
84 bsdstat_get(struct bsdstat *sf, int s, char b[] __unused, size_t bs __unused)
91 bsdstat_print_header(struct bsdstat *sf, FILE *fd)
110 bsdstat_print_current(struct bsdstat *sf, FILE *fd)
131 bsdstat_print_total(struct bsdstat *sf, FILE *fd)
152 bsdstat_print_verbose(struct bsdstat *sf, FILE *fd)
172 bsdstat_print_fields(struct bsdstat *s
[all...]
H A Dbsdstat.h78 struct bsdstat { struct
85 BSDSTAT_DECL_METHODS(struct bsdstat *);
88 extern void bsdstat_init(struct bsdstat *, const char *name,
/freebsd-11-stable/tools/tools/npe/npestats/
H A Dnpestats.h35 #include "bsdstat.h"
41 struct bsdstat base;
H A DMakefile7 LIBADD= bsdstat
H A Dnpestats.c154 npe_collect_cur(struct bsdstat *sf)
162 npe_collect_tot(struct bsdstat *sf)
170 npe_update_tot(struct bsdstat *sf)
178 npe_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
214 npe_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
/freebsd-11-stable/tools/tools/ath/athstats/
H A Dathstats.h35 #include <bsdstat.h>
41 struct bsdstat base;
H A DMakefile28 LIBADD= bsdstat
H A Dathstats.c505 ath_collect_cur(struct bsdstat *sf)
513 ath_collect_tot(struct bsdstat *sf)
521 ath_update_tot(struct bsdstat *sf)
540 ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
786 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
1031 ath_print_verbose(struct bsdstat *sf, FILE *fd)
/freebsd-11-stable/tools/tools/mwl/mwlstats/
H A Dmwlstats.h35 #include "bsdstat.h"
41 struct bsdstat base;
H A DMakefile8 LIBADD= bsdstat
H A Dmwlstats.c270 mwl_collect_cur(struct bsdstat *sf)
278 mwl_collect_tot(struct bsdstat *sf)
286 mwl_update_tot(struct bsdstat *sf)
305 mwl_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
411 mwl_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
515 mwl_print_verbose(struct bsdstat *sf, FILE *fd)
/freebsd-11-stable/tools/tools/ath/athaggrstats/
H A Dathaggrstats.h35 #include "bsdstat.h"
41 struct bsdstat base;
H A DMakefile16 LIBADD+= bsdstat
H A Dathaggrstats.c189 ath_collect_cur(struct bsdstat *sf)
197 ath_collect_tot(struct bsdstat *sf)
205 ath_update_tot(struct bsdstat *sf)
224 ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
280 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
336 ath_print_verbose(struct bsdstat *sf, FILE *fd)
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A DMakefile8 LIBADD= bsdstat
H A Dwlanstats.h35 #include "bsdstat.h"
41 struct bsdstat base;
H A Dwlanstats.c536 wlan_collect_cur(struct bsdstat *sf)
544 wlan_collect_tot(struct bsdstat *sf)
552 wlan_update_tot(struct bsdstat *sf)
671 wlan_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs)
836 wlan_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs)
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk18 bsdstat \

Completed in 205 milliseconds