Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c168 case SNAP_IODEVS: in snapshot_walk()
375 int iodev_mask = SNAP_CONTROLLERS | SNAP_IODEVS | in snapshot_has_changed()
392 ret = snapshot_walk(SNAP_IODEVS, old, new, dummy_cb, NULL); in snapshot_has_changed()
H A Dstatcommon.h79 SNAP_IODEVS = 1 << 4, enumerator
H A Dacquire.c333 if (!err && (types & (SNAP_IODEVS | SNAP_CONTROLLERS | in acquire_snapshot()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c226 types |= SNAP_IODEVS; in main()
460 (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.c124 types |= SNAP_IODEVS; in main()
341 (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()