Home
last modified time | relevance | path

Searched refs:sys_table (Results 1 – 4 of 4) sorted by relevance

/lib/efi_selftest/
A Defi_selftest_config_table.c14 static const struct efi_system_table *sys_table; variable
76 sys_table = systable; in setup()
129 if (table_count != sys_table->nr_tables) { in execute()
131 (unsigned int)sys_table->nr_tables, in execute()
151 (unsigned int)sys_table->nr_tables, in execute()
159 table = sys_table->tables[i].table; in execute()
187 if (table_count != sys_table->nr_tables) { in execute()
189 (unsigned int)sys_table->nr_tables, in execute()
198 table = sys_table->tables[i].table; in execute()
233 (unsigned int)sys_table->nr_tables, in execute()
[all …]
/lib/efi_client/
A Defi.c35 return global_priv->sys_table; in efi_get_sys_table()
77 struct efi_simple_text_output_protocol *con = priv->sys_table->con_out; in efi_putc()
92 struct efi_system_table *sys_table) in efi_init() argument
95 struct efi_boot_services *boot = sys_table->boottime; in efi_init()
100 priv->sys_table = sys_table; in efi_init()
101 priv->boot = sys_table->boottime; in efi_init()
103 priv->run = sys_table->runtime; in efi_init()
140 struct efi_boot_services *boot = priv->sys_table->boottime; in efi_store_memory_map()
A Defi_app.c41 struct efi_boot_services *boot = priv->sys_table->boottime; in efi_get_mmap()
138 static void scan_tables(struct efi_system_table *sys_table) in scan_tables() argument
143 for (i = 0; i < sys_table->nr_tables; i++) { in scan_tables()
144 struct efi_configuration_table *tab = &sys_table->tables[i]; in scan_tables()
159 struct efi_system_table *sys_table) in efi_main() argument
165 ret = efi_init(priv, "App", image, sys_table); in efi_main()
185 scan_tables(priv->sys_table); in efi_main()
A Defi_stub.c302 struct efi_system_table *sys_table) in efi_main() argument
305 struct efi_boot_services *boot = sys_table->boottime; in efi_main()
314 ret = efi_init(priv, "Payload", image, sys_table); in efi_main()
346 table.sys_table = (ulong)sys_table; in efi_main()

Completed in 10 milliseconds