Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c127 } drmach_name2type[] = { variable
515 proto.type = drmach_name2type[i].type; in drmach_device_new()
520 return (drmach_name2type[i].new(&proto, idp)); in drmach_device_new()
1843 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]); in drmach_name2type_idx()
1847 if (strcmp(drmach_name2type[index].name, name) == 0) in drmach_name2type_idx()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c309 } drmach_name2type[] = { variable
1017 proto.type = drmach_name2type[i].type; in drmach_device_new()
1022 return (drmach_name2type[i].new(&proto, idp)); in drmach_device_new()
1557 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]); in drmach_name2type_idx()
1561 if (strcmp(drmach_name2type[index].name, name) == 0) in drmach_name2type_idx()