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

/freebsd-12-stable/stand/efi/include/
H A Defi.h67 extern EFI_LOADED_IMAGE *boot_img;
/freebsd-12-stable/stand/efi/libefi/
H A Defizfs.c117 if (pd->pd_handle == boot_img->DeviceHandle)
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c99 EFI_LOADED_IMAGE *boot_img; variable
561 dp = efiblk_get_pdinfo_by_handle(boot_img->DeviceHandle);
600 if (efi_handle_lookup(boot_img->DeviceHandle, &dev, &unit, &extra) == 0) {
854 parse_loader_efi_config(boot_img->DeviceHandle, fn);
888 (void) OpenProtocolByHandle(IH, &imgid, (void **)&boot_img);
1021 text = efi_devpath_name(boot_img->FilePath);
1028 rv = OpenProtocolByHandle(boot_img->DeviceHandle, &devid, (void **)&imgpath);

Completed in 64 milliseconds