/external/u-boot/lib/efi_loader/ |
D | helloworld.c | 42 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/ |
D | efi_selftest_watchdog.c | 71 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()
|
D | efi_selftest.c | 18 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()
|
D | efi_selftest_fdt.c | 126 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()
|
D | efi_selftest_miniapp_exit.c | 22 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()
|
D | efi_selftest_miniapp_return.c | 22 struct efi_system_table *systable) in efi_main() argument 24 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
|
D | efi_selftest_variables.c | 34 const struct efi_system_table *systable) in setup() argument 36 boottime = systable->boottime; in setup() 37 runtime = systable->runtime; in setup()
|
D | efi_selftest_exitbootservices.c | 40 const struct efi_system_table *systable) in setup() argument 44 boottime = systable->boottime; in setup()
|
D | efi_selftest_gop.c | 24 const struct efi_system_table *systable) in setup() argument 28 boottime = systable->boottime; in setup()
|
D | efi_selftest_event_groups.c | 44 const struct efi_system_table *systable) in setup() argument 46 boottime = systable->boottime; in setup()
|
D | efi_selftest_startimage_return.c | 85 const struct efi_system_table *systable) in setup() argument 88 boottime = systable->boottime; in setup()
|
D | efi_selftest_startimage_exit.c | 85 const struct efi_system_table *systable) in setup() argument 88 boottime = systable->boottime; in setup()
|
D | efi_selftest_textinput.c | 132 const struct efi_system_table *systable) in setup() argument 134 boottime = systable->boottime; in setup()
|
D | efi_selftest_events.c | 45 const struct efi_system_table *systable) in setup() argument 49 boottime = systable->boottime; in setup()
|
D | efi_selftest_tpl.c | 43 const struct efi_system_table *systable) in setup() argument 47 boottime = systable->boottime; in setup()
|
D | efi_selftest_devicepath_util.c | 28 const struct efi_system_table *systable) in setup() argument 32 boottime = systable->boottime; in setup()
|
D | efi_selftest_manageprotocols.c | 77 const struct efi_system_table *systable) in setup() argument 82 boottime = systable->boottime; in setup()
|
D | efi_selftest_controllers.c | 267 const struct efi_system_table *systable) in setup() argument 271 boottime = systable->boottime; in setup()
|
D | efi_selftest_devicepath.c | 66 const struct efi_system_table *systable) in setup() argument 72 boottime = systable->boottime; in setup()
|
D | efi_selftest_snp.c | 180 const struct efi_system_table *systable) in setup() argument 184 boottime = systable->boottime; in setup()
|
D | efi_selftest_bitblt.c | 100 const struct efi_system_table *systable) in setup() argument 106 boottime = systable->boottime; in setup()
|
D | efi_selftest_block_device.c | 185 const struct efi_system_table *systable) in setup() argument 191 boottime = systable->boottime; in setup()
|
/external/u-boot/include/ |
D | efi_selftest.h | 123 const struct efi_system_table *systable);
|