Searched refs:snapshot_walk (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/stat/common/ |
H A D | walkers.c | 155 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 D | statcommon.h | 296 int snapshot_walk(enum snapshot_types type, struct snapshot *old,
|
/titanic_50/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 459 (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 D | vmstat.c | 340 (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 D | mpstat.c | 508 (void) snapshot_walk(type, old, new, cb, NULL); in show_cpu_usage()
|