Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c153 snapshot_walk(enum snapshot_types type, struct snapshot *old, in snapshot_walk() function
346 (void) snapshot_walk(SNAP_CPUS, old, new, cpu_report, &pset); in snapshot_report_changes()
357 (void) snapshot_walk(SNAP_PSETS, old, new, in snapshot_report_changes()
388 ret = snapshot_walk(SNAP_CPUS, old, new, dummy_cb, NULL); in snapshot_has_changed()
390 ret = snapshot_walk(SNAP_PSETS, old, new, dummy_cb, NULL); in snapshot_has_changed()
392 ret = snapshot_walk(SNAP_IODEVS, old, new, dummy_cb, NULL); in snapshot_has_changed()
H A Dstatcommon.h298 int snapshot_walk(enum snapshot_types type, struct snapshot *old,
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c460 (void) snapshot_walk(SNAP_IODEVS, NULL, newss, in printhdr()
475 (void) snapshot_walk(SNAP_IODEVS, NULL, newss, in printhdr()
1618 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk_errors, NULL); in disk_errors()
1628 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk, &count); in show_first_disk()
1638 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk, &count); in show_other_disks()
1648 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk, &count); in show_all_disks()
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c341 (void) snapshot_walk(SNAP_IODEVS, old, new, show_disk, NULL); in dovmstats()
398 (void) snapshot_walk(SNAP_IODEVS, NULL, ss, print_disk, NULL); in printhdr()
/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c508 (void) snapshot_walk(type, old, new, cb, NULL); in show_cpu_usage()