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

/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/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);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.c1436 @param[in] HandleBuf Buffer which holds all PCI_ROOT_BRIDIGE_IO_PROTOCOL handles.
1448 IN EFI_HANDLE *HandleBuf,
2048 EFI_HANDLE *HandleBuf; local
2065 HandleBuf = NULL;
2113 HandleBuf = (EFI_HANDLE *) AllocateZeroPool (HandleBufSize);
2114 if (HandleBuf == NULL) {
2125 HandleBuf
2129 HandleBuf = ReallocatePool (sizeof (EFI_HANDLE), HandleBufSize, HandleBuf);
2130 if (HandleBuf
2457 PciFindProtocolInterface( IN EFI_HANDLE *HandleBuf, IN UINTN HandleCount, IN UINT16 Segment, IN UINT16 Bus, OUT EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL **IoDev ) argument
[all...]

Completed in 41 milliseconds