Searched refs:getstats (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/tools/tools/ath/common/
H A Ddiag.h49 void (*getstats)(struct statshandler *, void *); member in struct:statshandler
/freebsd-12-stable/share/examples/netgraph/
H A Dether.bridge63 STATS=`ngctl msg ${BRIDGE_NAME}: getstats $1`
/freebsd-12-stable/share/examples/jails/
H A Djng323 while ngctl msg ${iface}bridge: getstats $num \
336 while ngctl msg "$iface$bridge:" getstats $num > /dev/null 2>&1
471 system(sprintf("ngctl msg %s: getstats %u",
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c386 spa_config_generate(spa_t *spa, vdev_t *vd, uint64_t txg, int getstats) argument
490 nvroot = vdev_config_generate(spa, vd, getstats, config_gen_flags);
500 if (getstats && spa_load_state(spa) == SPA_LOAD_NONE) {
H A Dvdev_label.c255 vdev_config_generate(spa_t *spa, vdev_t *vd, boolean_t getstats, argument
329 if (getstats && vd->vdev_alloc_bias != VDEV_BIAS_NONE) {
388 if (getstats) {
479 getstats, flags);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h164 boolean_t getstats, vdev_config_flag_t flags);
H A Dspa.h733 int getstats);
/freebsd-12-stable/usr.bin/ctlstat/
H A Dctlstat.c137 static int getstats(int fd, int *alloc_items, int *num_items,
156 getstats(int fd, int *alloc_items, int *num_items, struct ctl_io_stats **stats, function
701 if (getstats(fd, &ctx.cur_alloc, &ctx.cur_items,
703 errx(1, "error returned from getstats()");

Completed in 183 milliseconds