Symbol: get_stats
lib/libusb/libusb20.c
1074
error = pdev->methods->get_stats(pdev, pstats);
lib/libusb/libusb20_int.h
129
m(n, get_stats) \
sys/compat/linuxkpi/common/include/net/mac80211.h
1087
int (*get_stats)(struct ieee80211_hw *, struct ieee80211_low_level_stats *);
sys/dev/aq/aq_fw.h
68
int (*get_stats)(struct aq_hw* hal, struct aq_hw_stats_s* stats);
sys/dev/aq/aq_fw1x.c
322
.get_stats = fw1x_get_stats,
sys/dev/aq/aq_fw2x.c
520
.get_stats = fw2x_get_stats,
sys/dev/aq/aq_hw.c
204
if (hw->fw_ops && hw->fw_ops->get_stats) {
sys/dev/aq/aq_hw.c
205
err = hw->fw_ops->get_stats(hw, &pmbox->stats);
sys/netlink/route/iface.c
362
get_stats(nw, ifp);
usr.bin/ctlstat/ctlstat.c
173
struct ctl_get_io_stats get_stats;
usr.bin/ctlstat/ctlstat.c
182
memset(&get_stats, 0, sizeof(get_stats));
usr.bin/ctlstat/ctlstat.c
183
get_stats.alloc_len = *alloc_items * sizeof(**stats);
usr.bin/ctlstat/ctlstat.c
184
memset(*stats, 0, get_stats.alloc_len);
usr.bin/ctlstat/ctlstat.c
185
get_stats.stats = *stats;
usr.bin/ctlstat/ctlstat.c
188
&get_stats) == -1)
usr.bin/ctlstat/ctlstat.c
191
switch (get_stats.status) {
usr.bin/ctlstat/ctlstat.c
200
*alloc_items = get_stats.num_items * 5 / 4;
usr.bin/ctlstat/ctlstat.c
208
get_stats.status);
usr.bin/ctlstat/ctlstat.c
212
*num_items = get_stats.fill_len / sizeof(**stats);
usr.bin/ctlstat/ctlstat.c
213
cur_time->tv_sec = get_stats.timestamp.tv_sec;
usr.bin/ctlstat/ctlstat.c
214
cur_time->tv_nsec = get_stats.timestamp.tv_nsec;
usr.bin/ctlstat/ctlstat.c
215
if (get_stats.flags & CTL_STATS_FLAG_TIME_VALID)
usr.sbin/bhyvectl/bhyvectl.c
124
{ "get-stats", NO_ARG, &get_stats, 1 },
usr.sbin/bhyvectl/bhyvectl.c
478
if (!error && (get_stats || get_all)) {
usr.sbin/bhyvectl/bhyvectl.c
65
static int get_stats, getcap, setcap, capval;