Home
last modified time | relevance | path

Searched refs:geom_stats_snapshot_next (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libgeom/
H A DMakefile28 libgeom.3 geom_stats_snapshot_next.3 \
H A Dlibgeom.h54 struct devstat *geom_stats_snapshot_next(void *);
H A Dgeom_stats.c165 geom_stats_snapshot_next(void *arg) in geom_stats_snapshot_next() function
/freebsd/usr.sbin/gstat/
H A Dgstat.c306 gsp = geom_stats_snapshot_next(sp); in main()
307 gsq = geom_stats_snapshot_next(sq); in main()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c520 while ((gsp = geom_stats_snapshot_next(sq)) != NULL) { in md_list()