Searched refs:apic_mps_ids (Results 1 – 1 of 1) sorted by relevance
304 } apic_mps_ids[] = { variable577 for (i = 0; i < (sizeof (apic_mps_ids) / sizeof (apic_mps_ids[0])); in apic_set_pwroff_method_from_mpcnfhdr()579 if ((strncmp(hdrp->mpcnf_oem_str, apic_mps_ids[i].oem_id, in apic_set_pwroff_method_from_mpcnfhdr()580 strlen(apic_mps_ids[i].oem_id)) == 0) && in apic_set_pwroff_method_from_mpcnfhdr()581 (strncmp(hdrp->mpcnf_prod_str, apic_mps_ids[i].prod_id, in apic_set_pwroff_method_from_mpcnfhdr()582 strlen(apic_mps_ids[i].prod_id)) == 0)) { in apic_set_pwroff_method_from_mpcnfhdr()584 apic_poweroff_method = apic_mps_ids[i].poweroff_method; in apic_set_pwroff_method_from_mpcnfhdr()