Searched refs:apic_mps_ids (Results 1 – 1 of 1) sorted by relevance
300 } apic_mps_ids[] = { variable537 for (i = 0; i < (sizeof (apic_mps_ids) / sizeof (apic_mps_ids[0])); in apic_set_pwroff_method_from_mpcnfhdr()539 if ((strncmp(hdrp->mpcnf_oem_str, apic_mps_ids[i].oem_id, in apic_set_pwroff_method_from_mpcnfhdr()540 strlen(apic_mps_ids[i].oem_id)) == 0) && in apic_set_pwroff_method_from_mpcnfhdr()541 (strncmp(hdrp->mpcnf_prod_str, apic_mps_ids[i].prod_id, in apic_set_pwroff_method_from_mpcnfhdr()542 strlen(apic_mps_ids[i].prod_id)) == 0)) { in apic_set_pwroff_method_from_mpcnfhdr()544 apic_poweroff_method = apic_mps_ids[i].poweroff_method; in apic_set_pwroff_method_from_mpcnfhdr()