Searched defs:drmach_name2type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c123 } drmach_name2type[] = { variable in typeref:struct:__anon9353
511 proto.type = drmach_name2type[i].type;
516 return (drmach_name2type[i].new(&proto, idp));
1841 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]);
1845 if (strcmp(drmach_name2type[index].name, name) == 0)
1852 * types in the array drmach_name2type then the node is not of
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c305 } drmach_name2type[] = { variable in typeref:struct:__anon9891
1013 proto.type = drmach_name2type[i].type;
1018 return (drmach_name2type[i].new(&proto, idp));
1553 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]);
1557 if (strcmp(drmach_name2type[index].name, name) == 0)
1564 * types in the array drmach_name2type then the node is not of
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c495 } drmach_name2type[] = { variable in typeref:struct:__anon9980
1147 * but it is in drmach_name2type[], which lets gptwocfg
1176 proto.type = drmach_name2type[i].type;
1182 return (drmach_name2type[i].new(&proto, idp));
2617 * listed in the drmach_name2type array.
4690 ntypes = sizeof (drmach_name2type) / sizeof (drmach_name2type[0]);
4694 if (strcmp(drmach_name2type[index].name, name) == 0)
4701 * types in the array drmach_name2type then the node is not of

Completed in 93 milliseconds