Home
last modified time | relevance | path

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

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