HomeSort by relevance Sort by last modified time
    Searched refs:CoreLocateProtocol (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c 306 Status = CoreLocateProtocol (&DriverGuid, NULL, &Interface);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeProtocolNotify.c 135 Status = CoreLocateProtocol (Entry->ProtocolGuid, Entry->Registration, &Protocol);
DxeMain.c 92 (EFI_LOCATE_PROTOCOL) CoreLocateProtocol, // LocateProtocol
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Locate.c 552 CoreLocateProtocol (
DriverSupport.c 464 Status = CoreLocateProtocol (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 527 Status = CoreLocateProtocol (GuidedSectionGuid, NULL, (VOID **) &Interface);
773 Status = CoreLocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID **)&Decompress);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c 661 Status = CoreLocateProtocol (&gEfiEbcProtocolGuid, NULL, (VOID **)&Image->Ebc);
    [all...]

Completed in 55 milliseconds