Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi/
H A Defi.c42 struct efi_simple_text_output_protocol *con = priv->sys_table->con_out; in efi_putc()
57 struct efi_system_table *sys_table) in efi_init() argument
60 struct efi_boot_services *boot = sys_table->boottime; in efi_init()
65 priv->sys_table = sys_table; in efi_init()
66 priv->boot = sys_table->boottime; in efi_init()
68 priv->run = sys_table->runtime; in efi_init()
H A Defi_app.c26 return global_priv->sys_table; in efi_get_sys_table()
100 efi_status_t efi_main(efi_handle_t image, struct efi_system_table *sys_table) in efi_main() argument
106 efi_init(priv, "App", image, sys_table); in efi_main()
H A Defi_stub.c274 efi_status_t efi_main(efi_handle_t image, struct efi_system_table *sys_table) in efi_main() argument
277 struct efi_boot_services *boot = sys_table->boottime; in efi_main()
285 ret = efi_init(priv, "Payload", image, sys_table); in efi_main()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_efi.c116 struct efi_system_table *sys_table = efi_get_sys_table(); in _debug_uart_putc() local
121 sys_table->con_out->output_string(sys_table->con_out, ucode); in _debug_uart_putc()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dcrash.c237 static struct ctl_table sys_table[] = { variable
259 register_sysctl_table(sys_table); in machine_crash_setup()
/OK3568_Linux_fs/u-boot/include/
H A Defi.h308 struct efi_system_table *sys_table; member
351 struct efi_system_table *sys_table);
/OK3568_Linux_fs/kernel/fs/quota/
H A Ddquot.c2953 static struct ctl_table sys_table[] = { variable
2969 register_sysctl_table(sys_table); in dquot_init()