Searched defs:HandleBuf (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c37 EFI_HANDLE *HandleBuf; local
52 HandleBuf = NULL;
58 &HandleBuf
66 HandleBuf[Index],
118 FreePool (HandleBuf);
H A DUserIdentifyManager.c2630 EFI_HANDLE *HandleBuf; local
2644 HandleBuf = NULL;
2650 &HandleBuf
2665 FreePool (HandleBuf);
2672 HandleBuf[Index],
2677 FreePool (HandleBuf);
2684 FreePool (HandleBuf);
2932 EFI_HANDLE *HandleBuf; local
2940 HandleBuf = NULL;
2946 &HandleBuf
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.c87 EFI_HANDLE *HandleBuf; local
94 HandleBuf = NULL;
100 &HandleBuf
118 FreePool (HandleBuf);
125 HandleBuf[Index],
130 FreePool (HandleBuf);
137 FreePool (HandleBuf);
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1842 @param[in] HandleBuf Buffer which holds all PCI_ROOT_BRIDIGE_IO_PROTOCOL handles.
1854 IN EFI_HANDLE *HandleBuf,
2463 EFI_HANDLE *HandleBuf; local
2480 HandleBuf = NULL;
2528 HandleBuf = (EFI_HANDLE *) AllocateZeroPool (HandleBufSize);
2529 if (HandleBuf == NULL) {
2540 HandleBuf
2544 HandleBuf = ReallocatePool (sizeof (EFI_HANDLE), HandleBufSize, HandleBuf);
2545 if (HandleBuf
2918 PciFindProtocolInterface( IN EFI_HANDLE *HandleBuf, IN UINTN HandleCount, IN UINT16 Segment, IN UINT16 Bus, OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev ) argument
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
H A DBdsPlatform.c2339 EFI_HANDLE *HandleBuf;
2358 HandleBuf = NULL;
2365 &HandleBuf
2373 HandleBuf[Index],
2394 FreePool (HandleBuf);
2401 FreePool (HandleBuf);
2330 EFI_HANDLE *HandleBuf; local

Completed in 192 milliseconds