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

/opensolaris-onvv-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c581 char **isa_set; local
598 for (isa_set = cpu_module_isa_set; *isa_set != NULL;
599 isa_set++) {
600 cpu_module_isalen += strlen(*isa_set);
622 * Check if the isa_set is present in isalist returned by MD.
627 for (isa_set = cpu_module_isa_set; *isa_set != NULL;
628 isa_set++) {
632 if (strcmp(p, *isa_set)
[all...]

Completed in 103 milliseconds