Searched defs:efi_system_table (Results 1 – 1 of 1) sorted by relevance
329 struct efi_system_table { struct330 struct efi_table_hdr hdr;331 u16 *fw_vendor; /* physical addr of wchar_t vendor string */332 u32 fw_revision;333 efi_handle_t con_in_handle;334 struct efi_simple_text_input_protocol *con_in;358 struct efi_system_table *system_table; argument