Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/stat/common/
H A Dwalkers.c155 snapshot_walk(enum snapshot_types type, struct snapshot *old, in snapshot_walk() function
348 (void) snapshot_walk(SNAP_CPUS, old, new, cpu_report, &pset); in snapshot_report_changes()
359 (void) snapshot_walk(SNAP_PSETS, old, new, in snapshot_report_changes()
390 ret = snapshot_walk(SNAP_CPUS, old, new, dummy_cb, NULL); in snapshot_has_changed()
392 ret = snapshot_walk(SNAP_PSETS, old, new, dummy_cb, NULL); in snapshot_has_changed()
394 ret = snapshot_walk(SNAP_IODEVS, old, new, dummy_cb, NULL); in snapshot_has_changed()
H A Dstatcommon.h296 int snapshot_walk(enum snapshot_types type, struct snapshot *old,
/titanic_50/usr/src/cmd/stat/iostat/
H A Diostat.c459 (void) snapshot_walk(SNAP_IODEVS, NULL, newss, in printhdr()
474 (void) snapshot_walk(SNAP_IODEVS, NULL, newss, in printhdr()
1598 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk_errors, NULL); in disk_errors()
1608 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk, &count); in show_first_disk()
1618 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk, &count); in show_other_disks()
1628 (void) snapshot_walk(SNAP_IODEVS, oldss, newss, show_disk, &count); in show_all_disks()
/titanic_50/usr/src/cmd/stat/vmstat/
H A Dvmstat.c340 (void) snapshot_walk(SNAP_IODEVS, old, new, show_disk, NULL); in dovmstats()
397 (void) snapshot_walk(SNAP_IODEVS, NULL, ss, print_disk, NULL); in printhdr()
/titanic_50/usr/src/cmd/stat/mpstat/
H A Dmpstat.c508 (void) snapshot_walk(type, old, new, cb, NULL); in show_cpu_usage()