Home
last modified time | relevance | path

Searched refs:systable (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/lib/efi_loader/
Dhelloworld.c42 struct efi_system_table *systable) in efi_main() argument
44 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
45 struct efi_boot_services *boottime = systable->boottime; in efi_main()
54 rev[0] = (systable->hdr.revision >> 16) + '0'; in efi_main()
55 rev[4] = systable->hdr.revision & 0xffff; in efi_main()
79 for (i = 0; i < systable->nr_tables; ++i) { in efi_main()
80 if (!hw_memcmp(&systable->tables[i].guid, &fdt_guid, in efi_main()
83 if (!hw_memcmp(&systable->tables[i].guid, &acpi_guid, in efi_main()
86 if (!hw_memcmp(&systable->tables[i].guid, &smbios_guid, in efi_main()
/external/u-boot/lib/efi_selftest/
Defi_selftest_watchdog.c71 const struct efi_system_table *systable) in setup() argument
75 boottime = systable->boottime; in setup()
104 const struct efi_system_table *systable) in setup_timer() argument
107 return setup(handle, systable); in setup_timer()
118 const struct efi_system_table *systable) in setup_reboot() argument
121 return setup(handle, systable); in setup_reboot()
Defi_selftest.c18 static const struct efi_system_table *systable; variable
84 test->setup_ok = test->setup(handle, systable); in setup()
234 systable = systab; in efi_selftest()
235 boottime = systable->boottime; in efi_selftest()
236 runtime = systable->runtime; in efi_selftest()
238 con_out = systable->con_out; in efi_selftest()
239 con_in = systable->con_in; in efi_selftest()
Defi_selftest_fdt.c126 const struct efi_system_table *systable) in setup() argument
130 boottime = systable->boottime; in setup()
133 for (i = 0; i < systable->nr_tables; ++i) { in setup()
134 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
136 fdt = systable->tables[i].table; in setup()
Defi_selftest_miniapp_exit.c22 struct efi_system_table *systable) in efi_main() argument
24 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
29 systable->boottime->exit(handle, EFI_UNSUPPORTED, 0, NULL); in efi_main()
Defi_selftest_miniapp_return.c22 struct efi_system_table *systable) in efi_main() argument
24 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
Defi_selftest_variables.c34 const struct efi_system_table *systable) in setup() argument
36 boottime = systable->boottime; in setup()
37 runtime = systable->runtime; in setup()
Defi_selftest_exitbootservices.c40 const struct efi_system_table *systable) in setup() argument
44 boottime = systable->boottime; in setup()
Defi_selftest_gop.c24 const struct efi_system_table *systable) in setup() argument
28 boottime = systable->boottime; in setup()
Defi_selftest_event_groups.c44 const struct efi_system_table *systable) in setup() argument
46 boottime = systable->boottime; in setup()
Defi_selftest_startimage_return.c85 const struct efi_system_table *systable) in setup() argument
88 boottime = systable->boottime; in setup()
Defi_selftest_startimage_exit.c85 const struct efi_system_table *systable) in setup() argument
88 boottime = systable->boottime; in setup()
Defi_selftest_textinput.c132 const struct efi_system_table *systable) in setup() argument
134 boottime = systable->boottime; in setup()
Defi_selftest_events.c45 const struct efi_system_table *systable) in setup() argument
49 boottime = systable->boottime; in setup()
Defi_selftest_tpl.c43 const struct efi_system_table *systable) in setup() argument
47 boottime = systable->boottime; in setup()
Defi_selftest_devicepath_util.c28 const struct efi_system_table *systable) in setup() argument
32 boottime = systable->boottime; in setup()
Defi_selftest_manageprotocols.c77 const struct efi_system_table *systable) in setup() argument
82 boottime = systable->boottime; in setup()
Defi_selftest_controllers.c267 const struct efi_system_table *systable) in setup() argument
271 boottime = systable->boottime; in setup()
Defi_selftest_devicepath.c66 const struct efi_system_table *systable) in setup() argument
72 boottime = systable->boottime; in setup()
Defi_selftest_snp.c180 const struct efi_system_table *systable) in setup() argument
184 boottime = systable->boottime; in setup()
Defi_selftest_bitblt.c100 const struct efi_system_table *systable) in setup() argument
106 boottime = systable->boottime; in setup()
Defi_selftest_block_device.c185 const struct efi_system_table *systable) in setup() argument
191 boottime = systable->boottime; in setup()
/external/u-boot/include/
Defi_selftest.h123 const struct efi_system_table *systable);