Searched refs:systab (Results 1 – 17 of 17) sorted by relevance
14 void efi_show_tables(struct efi_system_table *systab) in efi_show_tables() argument18 for (i = 0; i < systab->nr_tables; i++) { in efi_show_tables()19 struct efi_configuration_table *tab = &systab->tables[i]; in efi_show_tables()
281 struct efi_system_table *systab; in do_efi_tables() local284 systab = efi_get_sys_table(); in do_efi_tables()285 if (!systab) { in do_efi_tables()293 ret = efi_info_get(EFIET_SYS_TABLE, (void **)&systab, &size); in do_efi_tables()298 efi_show_tables(systab); in do_efi_tables()
233 for (i = 0; i < systab.nr_tables; i++) { in get_config_table()234 if (!guidcmp(guid, &systab.tables[i].guid)) in get_config_table()235 return systab.tables[i].table; in get_config_table()640 ret = EFI_CALL(efi_selftest(&image_obj->header, &systab)); in do_efi_selftest()
27 #define BS systab.boottime180 for (int idx = 0; idx < systab.nr_tables; idx++) in do_efi_capsule_esrt()181 if (!guidcmp(&efi_esrt_guid, &systab.tables[idx].guid)) in do_efi_capsule_esrt()182 esrt = (struct efi_system_resource_table *)systab.tables[idx].table; in do_efi_capsule_esrt()652 efi_show_tables(&systab); in do_efi_show_tables()
40 r = EFI_CALL(systab.boottime->open_protocol( in check_node_type()83 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_supported()131 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_start()184 ret = EFI_CALL(systab.boottime->uninstall_protocol_interface( in disconnect_child()232 ret = EFI_CALL(systab.boottime->open_protocol_information( in efi_uc_stop()
1628 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()1631 systab.nr_tables--; in efi_remove_configuration_table()1675 systab.nr_tables = i + 1; in efi_install_configuration_table()2133 if (!systab.boottime) in efi_exit_boot_services()2191 systab.con_in_handle = NULL; in efi_exit_boot_services()2192 systab.con_in = NULL; in efi_exit_boot_services()2194 systab.con_out = NULL; in efi_exit_boot_services()2195 systab.stderr_handle = NULL; in efi_exit_boot_services()2196 systab.std_err = NULL; in efi_exit_boot_services()2197 systab.boottime = NULL; in efi_exit_boot_services()[all …]
182 struct efi_system_table *systab) in efi_main() argument189 systable = systab; in efi_main()
293 bs = systab.boottime; in efi_bootmgr_load()294 rs = systab.runtime; in efi_bootmgr_load()
301 struct efi_system_table *systab) in efi_main() argument307 systable = systab; in efi_main()
839 if ((map_start <= (uintptr_t)systab.tables) && in efi_set_virtual_address_map()840 (map_end >= (uintptr_t)systab.tables)) { in efi_set_virtual_address_map()841 char *ptr = (char *)systab.tables; in efi_set_virtual_address_map()844 systab.tables = (struct efi_configuration_table *)ptr; in efi_set_virtual_address_map()
470 struct efi_system_table *systab) in efi_main() argument475 systable = systab; in efi_main()
501 struct efi_system_table *systab) in efi_main() argument504 systable = systab; in efi_main()
2034 for (i = 0; i < systab.nr_tables; i++) { in find_smbios_table()2035 if (!guidcmp(&smbios_guid, &systab.tables[i].guid)) in find_smbios_table()2036 return systab.tables[i].table; in find_smbios_table()2096 ret = EFI_CALL(systab.boottime->locate_device_path(&efi_block_io_guid, in tcg2_measure_gpt_data()
253 struct efi_system_table *systab) in efi_selftest() argument260 st_systable = systab; in efi_selftest()
658 void efi_show_tables(struct efi_system_table *systab);
246 extern struct efi_system_table systab;868 struct efi_system_table *systab);
524 struct efi_system_table *systab);
Completed in 58 milliseconds