Lines Matching refs:HandleBuffer
45 EFI_HANDLE *HandleBuffer; in LocateEfiApplicationInFvByName() local
61 &HandleBuffer in LocateEfiApplicationInFvByName()
76 HandleBuffer[Index], in LocateEfiApplicationInFvByName()
110 …Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **)&FvDevice… in LocateEfiApplicationInFvByName()
119 FreePool (HandleBuffer); in LocateEfiApplicationInFvByName()
131 FreePool (HandleBuffer); in LocateEfiApplicationInFvByName()
154 EFI_HANDLE *HandleBuffer; in LocateEfiApplicationInFvByGuid() local
173 &HandleBuffer in LocateEfiApplicationInFvByGuid()
188 HandleBuffer[Index], in LocateEfiApplicationInFvByGuid()
225 *DevicePath = FileDevicePath (HandleBuffer[Index], UiSection); in LocateEfiApplicationInFvByGuid()
227 …Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID**)&FvDeviceP… in LocateEfiApplicationInFvByGuid()
246 FreePool (HandleBuffer); in LocateEfiApplicationInFvByGuid()