Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c229 df.if_allowed_types |= IODEV_DISK; in main()
231 df.if_allowed_types |= IODEV_IOPATH_LTI; in main()
235 df.if_allowed_types |= IODEV_IOPATH_LTI; in main()
241 df.if_allowed_types |= IODEV_PARTITION; in main()
251 df.if_allowed_types |= IODEV_CONTROLLER; in main()
1207 df.if_allowed_types = IODEV_NFS | IODEV_TAPE; in do_args()
/illumos-gate/usr/src/cmd/stat/common/
H A Dstatcommon.h206 int if_allowed_types; member
H A Dacquire_iodevs.c1034 if (df && !(type & df->if_allowed_types)) in acquire_iodevs()
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c128 df.if_allowed_types = IODEV_DISK; in main()