Home
last modified time | relevance | path

Searched refs:s_types (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c60 if ((new->s_types & SNAP_PSETS) && in cpu_walk()
337 if (old->s_types != new->s_types) in snapshot_report_changes()
340 pset = old->s_types & SNAP_PSETS; in snapshot_report_changes()
345 if (old->s_types & SNAP_CPUS) in snapshot_report_changes()
384 if (old->s_types != new->s_types) in snapshot_has_changed()
387 if (!ret && (old->s_types & cpu_mask)) in snapshot_has_changed()
389 if (!ret && (old->s_types & SNAP_PSETS)) in snapshot_has_changed()
391 if (!ret && (old->s_types & iodev_mask)) in snapshot_has_changed()
H A Dacquire_iodevs.c120 if (!(ss->s_types & SNAP_CONTROLLERS)) in find_parent()
1054 get_pretty_name(ss->s_types, pos, kc); in acquire_iodevs()
1066 if (ss->s_types & SNAP_IODEV_ERRORS) { in acquire_iodevs()
1074 if (ss->s_types & SNAP_IOPATHS_LTI) { in acquire_iodevs()
1083 if (ss->s_types & SNAP_IOPATHS_LI) { in acquire_iodevs()
H A Dstatcommon.h217 enum snapshot_types s_types; member
H A Dacquire.c314 ss->s_types = types; in acquire_snapshot()