Searched refs:boottime (Results 1 – 7 of 7) sorted by relevance
18 struct efi_boot_services *boottime = systable->boottime; in efi_main() local21 boottime->exit(handle, 0, 0, NULL); in efi_main()
185 .ptr = &systab.boottime,
1303 .boottime = (void*)&efi_boot_services,
60 struct efi_boot_services *boot = sys_table->boottime; in efi_init()66 priv->boot = sys_table->boottime; in efi_init()
277 struct efi_boot_services *boot = sys_table->boottime; in efi_main()
104 st->boottime->exit(image_handle, ret, 0, NULL); in efi_do_enter()
245 struct efi_boot_services *boottime; member