Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c519 if (DDI_NODETYPE(mi_nodetype, DDI_PSEUDO)) in get_minor_class()
521 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_WWN)) in get_minor_class()
523 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_CHAN)) in get_minor_class()
525 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_CD)) in get_minor_class()
527 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_CD_CHAN)) in get_minor_class()
529 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_FD)) in get_minor_class()
533 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_SAS)) in get_minor_class()
535 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK)) in get_minor_class()
537 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_MOUSE)) in get_minor_class()
539 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_KEYBOARD)) in get_minor_class()
[all …]