Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c47 new->is_type = IODEV_CONTROLLER; in make_controller()
78 case IODEV_CONTROLLER: return (0); in parent_iodev_type()
84 case IODEV_DISK: return (IODEV_CONTROLLER); in parent_iodev_type()
111 if (parent_type == IODEV_CONTROLLER) { in find_parent()
113 if (pos->is_type != IODEV_CONTROLLER) in find_parent()
133 if (pos->is_type != IODEV_CONTROLLER) in find_parent()
519 if (pos->is_type == IODEV_CONTROLLER) { in acquire_iodev_stats()
H A Dstatcommon.h136 IODEV_CONTROLLER = 1 << 0, enumerator
H A Dwalkers.c285 case IODEV_CONTROLLER: in iodev_changed()
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c251 df.if_allowed_types |= IODEV_CONTROLLER; in main()
625 if (new->is_type == IODEV_CONTROLLER) { in show_disk()
745 if (new->is_type == IODEV_CONTROLLER) in show_disk()
762 if (new->is_type == IODEV_CONTROLLER) in show_disk()
992 if (disk->is_type == IODEV_CONTROLLER) in show_disk_errors()