Searched refs:efi_guidcmp (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | efi.c | 530 if (efi_guidcmp(config_tables[i].guid, MPS_TABLE_GUID) == 0) { in efi_init() 533 } else if (efi_guidcmp(config_tables[i].guid, ACPI_20_TABLE_GUID) == 0) { in efi_init() 536 } else if (efi_guidcmp(config_tables[i].guid, ACPI_TABLE_GUID) == 0) { in efi_init() 539 } else if (efi_guidcmp(config_tables[i].guid, SMBIOS_TABLE_GUID) == 0) { in efi_init() 542 } else if (efi_guidcmp(config_tables[i].guid, SAL_SYSTEM_TABLE_GUID) == 0) { in efi_init() 545 } else if (efi_guidcmp(config_tables[i].guid, HCDP_TABLE_GUID) == 0) { in efi_init()
|
D | efivars.c | 309 !efi_guidcmp(search_efivar->var.VendorGuid, in efivar_write()
|
D | acpi.c | 147 efi_guidcmp(descriptor->guid, info->descriptor->guid)) in acpi_vendor_resource_match()
|
/linux-2.4.37.9/fs/partitions/ |
D | efi.c | 452 if (efi_guidcmp(pgpt->disk_guid, agpt->disk_guid)) { in compare_gpts() 662 if (!efi_guidcmp(ptes[i].partition_type_guid, NULL_GUID)) in add_gpt_partitions() 673 if (!efi_guidcmp(ptes[i].partition_type_guid, in add_gpt_partitions()
|
/linux-2.4.37.9/arch/ia64/sn/kernel/ |
D | mca.c | 183 if (efi_guidcmp(guid, SAL_PLAT_SPECIFIC_ERR_SECT_GUID) == 0) in sn_salinfo_platform_oemdata()
|
D | setup.c | 177 if (efi_guidcmp(config_tables[i].guid, SAL_SYSTEM_TABLE_GUID) == 0) { in early_sn_setup()
|
/linux-2.4.37.9/drivers/char/ |
D | hcdp_serial.c | 243 if (efi_guidcmp(config_tables[i].guid, HCDP_TABLE_GUID) == 0) { in hcdp_early_uart()
|
/linux-2.4.37.9/include/linux/ |
D | efi.h | 244 efi_guidcmp (efi_guid_t left, efi_guid_t right) in efi_guidcmp() function
|