Searched refs:mi_nodetype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c494 char *mi_nodetype; local
502 mi_nodetype = di_minor_nodetype(mi_node);
503 if (mi_nodetype == NULL) { /* no type info, return name */
516 if (DDI_NODETYPE(mi_nodetype, DDI_PSEUDO))
518 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_WWN))
520 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_CHAN))
522 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_CD))
524 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_CD_CHAN))
526 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_FD))
528 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_FABRI
[all...]

Completed in 325 milliseconds