Searched refs:boot_img (Results 1 – 5 of 5) sorted by relevance
98 extern EFI_LOADED_IMAGE *boot_img;
48 extern EFI_LOADED_IMAGE *boot_img;
111 EFI_LOADED_IMAGE *boot_img; variable595 dp = efiblk_get_pdinfo_by_handle(boot_img->DeviceHandle); in find_currdev()634 if (efi_handle_lookup(boot_img->DeviceHandle, &dev, &unit, &extra) == 0) { in find_currdev()1112 parse_loader_efi_config(boot_img->DeviceHandle, fn); in read_loader_env()1199 (void) OpenProtocolByHandle(IH, &imgid, (void **)&boot_img); in main()1334 printf(" Image base: 0x%lx\n", (unsigned long)boot_img->ImageBase); in main()1342 text = efi_devpath_name(boot_img->FilePath); in main()1349 rv = OpenProtocolByHandle(boot_img->DeviceHandle, &devid, in main()
117 if (pd->pd_handle == boot_img->DeviceHandle) in efi_zfs_probe()
92 base = (uintptr_t)boot_img->ImageBase; in report_exc()127 if (pc >= base && pc < base + boot_img->ImageSize) { in report_exc()