Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h36 #define DEVICE_TYPE_BLOCK "block" macro
H A Dpicldevtree.c611 if ((strcmp(classbuf, DEVICE_TYPE_BLOCK) == 0) || in get_node_class()