Searched refs:systab (Results 1 – 14 of 14) sorted by relevance
40 r = EFI_CALL(systab.boottime->open_protocol( in check_node_type()74 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_supported()91 r = EFI_CALL(systab.boottime->close_protocol( in efi_uc_supported()123 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_start()139 r = EFI_CALL(systab.boottime->close_protocol( in efi_uc_start()170 ret = EFI_CALL(systab.boottime->close_protocol( in disconnect_child()177 ret = EFI_CALL(systab.boottime->uninstall_protocol_interface( in disconnect_child()224 ret = EFI_CALL(systab.boottime->open_protocol_information( in efi_uc_stop()239 ret = EFI_CALL(systab.boottime->free_pool(entry_buffer)); in efi_uc_stop()244 ret = EFI_CALL(systab.boottime->close_protocol( in efi_uc_stop()
1617 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()1620 systab.nr_tables--; in efi_remove_configuration_table()1664 systab.nr_tables = i + 1; in efi_install_configuration_table()2135 if (!systab.boottime) in efi_exit_boot_services()2185 systab.con_in_handle = NULL; in efi_exit_boot_services()2186 systab.con_in = NULL; in efi_exit_boot_services()2188 systab.con_out = NULL; in efi_exit_boot_services()2189 systab.stderr_handle = NULL; in efi_exit_boot_services()2190 systab.std_err = NULL; in efi_exit_boot_services()2191 systab.boottime = NULL; in efi_exit_boot_services()[all …]
32 ret = EFI_CALL(systab.boottime->open_protocol( in efi_set_load_options()44 return EFI_CALL(systab.boottime->close_protocol(handle, in efi_set_load_options()
170 bs = systab.boottime; in efi_bootmgr_load()171 rs = systab.runtime; in efi_bootmgr_load()
139 struct efi_system_table *systab) in efi_main() argument146 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()
1276 systab.con_out_handle = console_output_handle; in efi_console_register()1277 systab.stderr_handle = console_output_handle; in efi_console_register()1287 systab.con_in_handle = console_input_handle; in efi_console_register()
226 for (i = 0; i < systab.nr_tables; i++) { in get_config_table()227 if (!guidcmp(guid, &systab.tables[i].guid)) in get_config_table()228 return systab.tables[i].table; in get_config_table()592 ret = EFI_CALL(efi_selftest(&image_obj->header, &systab)); in do_efi_selftest()
23 #define BS systab.boottime24 #define RT systab.runtime791 for (i = 0; i < systab.nr_tables; ++i) { in do_efi_show_tables()792 guid_str = get_guid_text(&systab.tables[i].guid); in do_efi_show_tables()795 printf("%pUl %s\n", &systab.tables[i].guid, guid_str); in do_efi_show_tables()
253 struct efi_system_table *systab) in efi_selftest() argument260 systable = systab; in efi_selftest()
411 struct efi_system_table *systab) in efi_main() argument414 systable = systab; in efi_main()
155 for (i = 0; i < systab.nr_tables; i++) { in efi_st_get_config_table()
501 struct efi_system_table *systab) in efi_main() argument504 systable = systab; in efi_main()
141 extern struct efi_system_table systab;708 struct efi_system_table *systab);
Completed in 26 milliseconds