Lines Matching defs:guid
538 static __init int match_config_table(const efi_guid_t *guid,
544 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) {
545 if (!efi_guidcmp(*guid, table_types[i].guid)) {
563 const efi_guid_t *guid;
570 guid = &config_tables[i].guid;
573 guid = &tbl64[i].guid;
583 guid = &tbl32[i].guid;
587 if (!match_config_table(guid, table, common_tables) && arch_tables)
588 match_config_table(guid, table, arch_tables);