Home
last modified time | relevance | path

Searched refs:boot_img (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/efi/include/
H A Defi.h98 extern EFI_LOADED_IMAGE *boot_img;
/freebsd/stand/efi/loader/
H A Dloader_efi.h48 extern EFI_LOADED_IMAGE *boot_img;
H A Dmain.c111 EFI_LOADED_IMAGE *boot_img; variable
595 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()
/freebsd/stand/efi/libefi/
H A Defizfs.c117 if (pd->pd_handle == boot_img->DeviceHandle) in efi_zfs_probe()
/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c92 base = (uintptr_t)boot_img->ImageBase; in report_exc()
127 if (pc >= base && pc < base + boot_img->ImageSize) { in report_exc()