Home
last modified time | relevance | path

Searched refs:ProtocolBuffer (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c127 EFI_GUID **ProtocolBuffer; in EfiBootManagerGetGopDevicePath() local
142 &ProtocolBuffer, in EfiBootManagerGetGopDevicePath()
154 ProtocolBuffer[ProtocolIndex], in EfiBootManagerGetGopDevicePath()
221 FreePool (ProtocolBuffer); in EfiBootManagerGetGopDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.c1412 OUT EFI_GUID ***ProtocolBuffer, in CoreProtocolsPerHandle() argument
1430 if (ProtocolBuffer == NULL) { in CoreProtocolsPerHandle()
1462 *ProtocolBuffer = Buffer; in CoreProtocolsPerHandle()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c2244 EFI_GUID **ProtocolBuffer; in ConvertHandleToHandleIndex() local
2262 Status = gBS->ProtocolsPerHandle(TheHandle, &ProtocolBuffer, &ProtocolCount); in ConvertHandleToHandleIndex()
2270 FreePool (ProtocolBuffer); in ConvertHandleToHandleIndex()
2278 Status = gBS->ProtocolsPerHandle(TheHandle, &ProtocolBuffer, &ProtocolCount); in ConvertHandleToHandleIndex()
2285 FreePool (ProtocolBuffer); in ConvertHandleToHandleIndex()
2315 EFI_GUID **ProtocolBuffer; in ConvertHandleIndexToHandle() local
2333 Status = gBS->ProtocolsPerHandle(ListWalker->TheHandle, &ProtocolBuffer, &ProtocolCount); in ConvertHandleIndexToHandle()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h1403 OUT EFI_GUID ***ProtocolBuffer,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiApi.h775 OUT EFI_GUID ***ProtocolBuffer,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DDxeMain.h983 OUT EFI_GUID ***ProtocolBuffer,
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch8926 - Status = BS->HandleProtocol (Handle, ProtocolBuffer[Index1], &Interface);
8927 + Status = BS->HandleProtocol (Handle, ProtocolBuffer[Index1], (VOID**)&Interface);
9512 - Status = BS->HandleProtocol (Handle, ProtocolBuffer[Index1], &Interface);
9513 + Status = BS->HandleProtocol (Handle, ProtocolBuffer[Index1], (VOID**)&Interface);
9515 …PrintToken (STRING_TOKEN (STR_UNLOAD_TWO_VARS_HG_NEW), HiiUnloadHandle, ProtocolBuffer[Index1], In…