Home
last modified time | relevance | path

Searched refs:IODEV_UNKNOWN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c87 return (IODEV_UNKNOWN); in parent_iodev_type()
104 if (parent_type == 0 || parent_type == IODEV_UNKNOWN) in find_parent()
681 return (IODEV_UNKNOWN); in get_iodev_type()
1031 if ((type = get_iodev_type(ksp)) == IODEV_UNKNOWN) in acquire_iodevs()
H A Dstatcommon.h144 IODEV_UNKNOWN = 1 << 8 enumerator