Searched refs:boot_img (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/stand/efi/include/
H A Defi.h67 extern EFI_LOADED_IMAGE *boot_img;
/freebsd-13-stable/stand/efi/libefi/
H A Defizfs.c120 if (pd->pd_handle == boot_img->DeviceHandle)
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c102 EFI_LOADED_IMAGE *boot_img; variable
580 dp = efiblk_get_pdinfo_by_handle(boot_img->DeviceHandle);
619 if (efi_handle_lookup(boot_img->DeviceHandle, &dev, &unit, &extra) == 0) {
879 parse_loader_efi_config(boot_img->DeviceHandle, fn);
917 (void) OpenProtocolByHandle(IH, &imgid, (void **)&boot_img);
1047 printf(" Image base: 0x%lx\n", (unsigned long)boot_img->ImageBase);
1055 text = efi_devpath_name(boot_img->FilePath);
1062 rv = OpenProtocolByHandle(boot_img->DeviceHandle, &devid,

Completed in 140 milliseconds