Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c497 char *mi_nodetype; in get_minor_class() local
505 mi_nodetype = di_minor_nodetype(mi_node); in get_minor_class()
519 if (DDI_NODETYPE(mi_nodetype, DDI_PSEUDO)) 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()
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()
543 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_TAPE)) in get_minor_class()
[all …]