Home
last modified time | relevance | path

Searched refs:table_types (Results 1 – 1 of 1) sorted by relevance

/drivers/firmware/efi/
A Defi.c648 const efi_config_table_type_t *table_types) in match_config_table() argument
652 for (i = 0; efi_guidcmp(table_types[i].guid, NULL_GUID); i++) { in match_config_table()
653 if (efi_guidcmp(*guid, table_types[i].guid)) in match_config_table()
657 if (table_types[i].name[0]) in match_config_table()
659 table_types[i].name, table); in match_config_table()
663 *(table_types[i].ptr) = table; in match_config_table()
664 if (table_types[i].name[0]) in match_config_table()
665 pr_cont("%s=0x%lx ", table_types[i].name, table); in match_config_table()

Completed in 7 milliseconds