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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/Ipf/
EsalServiceLib.c 25 EXTENDED_SAL_BOOT_SERVICE_PROTOCOL *mEsalBootService = NULL;
38 if (mEsalBootService != NULL) {
50 Status = gBS->LocateProtocol (&gEfiExtendedSalBootServiceProtocolGuid, NULL, (VOID **) &mEsalBootService);
52 mEsalBootService = NULL;
56 Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
92 return mEsalBootService->AddExtendedSalProc (
93 mEsalBootService,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeExtendedSalLib/
ExtendedSalLib.c 61 EXTENDED_SAL_BOOT_SERVICE_PROTOCOL *mEsalBootService = NULL;
96 Status = gBS->LocateProtocol (&gEfiExtendedSalBootServiceProtocolGuid, NULL, (VOID **) &mEsalBootService);
99 Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
135 return mEsalBootService->RegisterExtendedSalProc (
136 mEsalBootService,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimeExtendedSalLib/
ExtendedSalLib.c 83 EXTENDED_SAL_BOOT_SERVICE_PROTOCOL *mEsalBootService = NULL;
144 Status = gBS->LocateProtocol (&gEfiExtendedSalBootServiceProtocolGuid, NULL, (VOID **) &mEsalBootService);
147 Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
258 return mEsalBootService->RegisterExtendedSalProc (
259 mEsalBootService,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
RuntimeLib.c 62 static EXTENDED_SAL_BOOT_SERVICE_PROTOCOL *mEsalBootService;
167 Status = gBS->LocateProtocol (&gEfiExtendedSalBootServiceProtocolGuid, NULL, (VOID **) &mEsalBootService);
170 Plabel = (EFI_PLABEL *) (UINTN) mEsalBootService->ExtendedSalProc;
261 return mEsalBootService->AddExtendedSalProc (
262 mEsalBootService,

Completed in 384 milliseconds