Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Dhelloworld.c18 struct efi_boot_services *boottime = systable->boottime; in efi_main() local
21 boottime->exit(handle, 0, 0, NULL); in efi_main()
H A Defi_runtime.c185 .ptr = &systab.boottime,
H A Defi_boottime.c1303 .boottime = (void*)&efi_boot_services,
/rk3399_rockchip-uboot/lib/efi/
H A Defi.c60 struct efi_boot_services *boot = sys_table->boottime; in efi_init()
66 priv->boot = sys_table->boottime; in efi_init()
H A Defi_stub.c277 struct efi_boot_services *boot = sys_table->boottime; in efi_main()
/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c104 st->boottime->exit(image_handle, ret, 0, NULL); in efi_do_enter()
/rk3399_rockchip-uboot/include/
H A Defi_api.h245 struct efi_boot_services *boottime; member