Lines Matching refs:HandleBuffer
41 EFI_HANDLE *HandleBuffer; in BmGetVideoController() local
74 &HandleBuffer in BmGetVideoController()
81 Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiPciIoProtocolGuid, (VOID **) &PciIo); in BmGetVideoController()
95 VideoController = HandleBuffer[Index]; in BmGetVideoController()
100 FreePool (HandleBuffer); in BmGetVideoController()
641 EFI_HANDLE *HandleBuffer; in EfiBootManagerConnectAllConsoles() local
645 HandleBuffer = NULL; in EfiBootManagerConnectAllConsoles()
656 &HandleBuffer in EfiBootManagerConnectAllConsoles()
661 HandleBuffer[Index], in EfiBootManagerConnectAllConsoles()
668 if (HandleBuffer != NULL) { in EfiBootManagerConnectAllConsoles()
669 FreePool(HandleBuffer); in EfiBootManagerConnectAllConsoles()
670 HandleBuffer = NULL; in EfiBootManagerConnectAllConsoles()
678 &HandleBuffer in EfiBootManagerConnectAllConsoles()
682 HandleBuffer[Index], in EfiBootManagerConnectAllConsoles()
690 if (HandleBuffer != NULL) { in EfiBootManagerConnectAllConsoles()
691 FreePool(HandleBuffer); in EfiBootManagerConnectAllConsoles()