Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c46 new->is_type = IODEV_CONTROLLER; in make_controller()
77 case IODEV_CONTROLLER: return (0); in parent_iodev_type()
83 case IODEV_DISK: return (IODEV_CONTROLLER); in parent_iodev_type()
110 if (parent_type == IODEV_CONTROLLER) { in find_parent()
112 if (pos->is_type != IODEV_CONTROLLER) in find_parent()
132 if (pos->is_type != IODEV_CONTROLLER) in find_parent()
521 if (pos->is_type == IODEV_CONTROLLER) { in acquire_iodev_stats()
H A Dstatcommon.h134 IODEV_CONTROLLER = 1 << 0, enumerator
H A Dwalkers.c287 case IODEV_CONTROLLER: in iodev_changed()
/titanic_41/usr/src/cmd/stat/iostat/
H A Diostat.c250 df.if_allowed_types |= IODEV_CONTROLLER; in main()
623 if (new->is_type == IODEV_CONTROLLER) { in show_disk()
743 if (new->is_type == IODEV_CONTROLLER) in show_disk()
760 if (new->is_type == IODEV_CONTROLLER) in show_disk()
990 if (disk->is_type == IODEV_CONTROLLER) in show_disk_errors()