Home
last modified time | relevance | path

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

/u-boot/lib/efi_driver/
A Defi_uclass.c40 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()
/u-boot/lib/efi_loader/
A Defi_boottime.c1617 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 …]
A Defi_load_options.c32 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()
A Defi_bootmgr.c170 bs = systab.boottime; in efi_bootmgr_load()
171 rs = systab.runtime; in efi_bootmgr_load()
A Dhelloworld.c139 struct efi_system_table *systab) in efi_main() argument
146 systable = systab; in efi_main()
A Defi_runtime.c839 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()
A Defi_console.c1276 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()
/u-boot/cmd/
A Dbootefi.c226 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()
A Defidebug.c23 #define BS systab.boottime
24 #define RT systab.runtime
791 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()
/u-boot/lib/efi_selftest/
A Defi_selftest.c253 struct efi_system_table *systab) in efi_selftest() argument
260 systable = systab; in efi_selftest()
A Dinitrddump.c411 struct efi_system_table *systab) in efi_main() argument
414 systable = systab; in efi_main()
A Defi_selftest_fdt.c155 for (i = 0; i < systab.nr_tables; i++) { in efi_st_get_config_table()
A Ddtbdump.c501 struct efi_system_table *systab) in efi_main() argument
504 systable = systab; in efi_main()
/u-boot/include/
A Defi_loader.h141 extern struct efi_system_table systab;
708 struct efi_system_table *systab);

Completed in 26 milliseconds