HomeSort by: relevance | last modified time | path
    Searched refs:efi_li (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/stand/efiboot/
efiboot.c 46 EFI_LOADED_IMAGE *efi_li; variable
83 status = uefi_call_wrapper(BS->HandleProtocol, 3, imageHandle, &LoadedImageProtocol, (void **)&efi_li);
86 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle, &DevicePathProtocol, (void **)&efi_bootdp);
93 Print(L"Loaded image : 0x%" PRIxEFIPTR "\n", efi_li);
94 Print(L"FilePath : 0x%" PRIxEFIPTR "\n", efi_li->FilePath);
95 Print(L"ImageBase : 0x%" PRIxEFIPTR "\n", efi_li->ImageBase);
96 Print(L"ImageSize : 0x%" PRIxEFISIZE "\n", efi_li->ImageSize);
97 Print(L"Image file : %s\n", DevicePathToStr(efi_li->FilePath));
efiboot.h 74 extern EFI_LOADED_IMAGE *efi_li;
  /src/sys/arch/i386/stand/efiboot/
efiboot.c 37 EFI_LOADED_IMAGE *efi_li; variable
71 &LoadedImageProtocol, (void **)&efi_li);
75 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle,
efiboot.h 53 extern EFI_LOADED_IMAGE *efi_li;
boot.c 782 (uintptr_t)efi_li->ImageBase);

Completed in 21 milliseconds