Searched refs:acquire_snapshot (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | statcommon.h | 283 struct snapshot *acquire_snapshot(kstat_ctl_t *, int, struct iodev_filter *);
|
H A D | acquire.c | 300 acquire_snapshot(kstat_ctl_t *kc, int types, struct iodev_filter *iodev_filter) in acquire_snapshot() function
|
/illumos-gate/usr/src/cmd/stat/vmstat/ |
H A D | vmstat.c | 144 ss = acquire_snapshot(kc, types, &df); in main() 193 ss = acquire_snapshot(kc, types, &df); in main()
|
/illumos-gate/usr/src/cmd/stat/mpstat/ |
H A D | mpstat.c | 175 new = acquire_snapshot(kc, types, NULL); in main()
|
/illumos-gate/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 271 newss = acquire_snapshot(kc, types, &df); in main() 324 newss = acquire_snapshot(kc, types, &df); in main()
|