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

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c114 sbd_comp_type_t s_nodetype; member in struct:__anon9377
128 /* last s_devtype must be NULL, s_nodetype must be SBD_COMP_UNKNOWN */
2627 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++)
2631 return (dr_devattr[i].s_nodetype);
2643 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++)
2644 if (dr_devattr[i].s_nodetype == nt)
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c108 sbd_comp_type_t s_nodetype; member in struct:__anon9874
122 /* last s_devtype must be NULL, s_nodetype must be SBD_COMP_UNKNOWN */
2656 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++)
2660 return (dr_devattr[i].s_nodetype);
2672 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++)
2673 if (dr_devattr[i].s_nodetype == nt)

Completed in 69 milliseconds