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

  /src/sys/stand/efiboot/
efiboot.c 46 EFI_LOADED_IMAGE *efi_li; variable in typeref:typename:EFI_LOADED_IMAGE *
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));
  /src/sys/arch/i386/stand/efiboot/
efiboot.c 37 EFI_LOADED_IMAGE *efi_li; variable in typeref:typename:EFI_LOADED_IMAGE *
71 &LoadedImageProtocol, (void **)&efi_li);
75 status = uefi_call_wrapper(BS->HandleProtocol, 3, efi_li->DeviceHandle,

Completed in 13 milliseconds