Searched refs:DDI_NODETYPE (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 511 #define DDI_NODETYPE(x, y) (strncmp(x, y, (sizeof (y) - 1)) == 0) in get_minor_class() macro 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() 530 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK_SAS)) in get_minor_class() 532 else if (DDI_NODETYPE(mi_nodetype, DDI_NT_BLOCK)) in get_minor_class() [all …]
|