Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c118 static dr_devname_t dr_devattr[] = { variable
2628 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++) in dr_dev_type_to_nt()
2629 if (strcmp(dr_devattr[i].s_devtype, type) == 0) in dr_dev_type_to_nt()
2632 return (dr_devattr[i].s_nodetype); in dr_dev_type_to_nt()
2644 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++) in dr_nt_to_dev_type()
2645 if (dr_devattr[i].s_nodetype == nt) in dr_nt_to_dev_type()
2648 return (dr_devattr[i].s_devtype); in dr_nt_to_dev_type()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c112 static dr_devname_t dr_devattr[] = { variable
2657 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++) in dr_dev_type_to_nt()
2658 if (strcmp(dr_devattr[i].s_devtype, type) == 0) in dr_dev_type_to_nt()
2661 return (dr_devattr[i].s_nodetype); in dr_dev_type_to_nt()
2673 for (i = 0; dr_devattr[i].s_nodetype != SBD_COMP_UNKNOWN; i++) in dr_nt_to_dev_type()
2674 if (dr_devattr[i].s_nodetype == nt) in dr_nt_to_dev_type()
2677 return (dr_devattr[i].s_devtype); in dr_nt_to_dev_type()