Searched defs:efi_system_table (Results 1 – 1 of 1) sorted by relevance
427 struct efi_system_table { struct428 struct efi_table_hdr hdr;429 u16 *fw_vendor; /* physical addr of wchar_t vendor string */430 u32 fw_revision;431 efi_handle_t con_in_handle;432 struct efi_simple_text_input_protocol *con_in;456 struct efi_system_table *system_table; argument
Completed in 13 milliseconds