Home
last modified time | relevance | path

Searched refs:OpenInfoBuffer (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacySio.c52 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in LegacyBiosBuildSioDataFromSio() local
160 &OpenInfoBuffer, in LegacyBiosBuildSioDataFromSio()
167 … if ((OpenInfoBuffer[ChildIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in LegacyBiosBuildSioDataFromSio()
168 …Status = gBS->HandleProtocol (OpenInfoBuffer[ChildIndex].ControllerHandle, &gEfiSerialIoProtocolGu… in LegacyBiosBuildSioDataFromSio()
179 FreePool (OpenInfoBuffer); in LegacyBiosBuildSioDataFromSio()
267 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in LegacyBiosBuildSioDataFromIsaIo() local
346 &OpenInfoBuffer, in LegacyBiosBuildSioDataFromIsaIo()
356 … if ((OpenInfoBuffer[ChildIndex].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in LegacyBiosBuildSioDataFromIsaIo()
357 …Status = gBS->HandleProtocol (OpenInfoBuffer[ChildIndex].ControllerHandle, &gEfiSerialIoProtocolGu… in LegacyBiosBuildSioDataFromIsaIo()
368 FreePool (OpenInfoBuffer); in LegacyBiosBuildSioDataFromIsaIo()
DLegacyPci.c2056 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in LegacyBiosInstallVgaRom() local
2101 &OpenInfoBuffer, in LegacyBiosInstallVgaRom()
2109 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_DRIVER) != 0) { in LegacyBiosInstallVgaRom()
2111 OpenInfoBuffer[Index].AgentHandle, in LegacyBiosInstallVgaRom()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEfiDriverModelLib.c414 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in EfiLibTestChildHandle() local
425 &OpenInfoBuffer, in EfiLibTestChildHandle()
437 if (OpenInfoBuffer[Index].ControllerHandle == ChildHandle && in EfiLibTestChildHandle()
438 OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) { in EfiLibTestChildHandle()
442 gBS->FreePool (OpenInfoBuffer); in EfiLibTestChildHandle()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmConsole.c130 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in EfiBootManagerGetGopDevicePath() local
155 &OpenInfoBuffer, in EfiBootManagerGetGopDevicePath()
166 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in EfiBootManagerGetGopDevicePath()
168 OpenInfoBuffer[Index].ControllerHandle, in EfiBootManagerGetGopDevicePath()
187 OpenInfoBuffer[Index].ControllerHandle, in EfiBootManagerGetGopDevicePath()
210 … ReturnDevicePath = EfiBootManagerGetGopDevicePath (OpenInfoBuffer[Index].ControllerHandle); in EfiBootManagerGetGopDevicePath()
218 FreePool (OpenInfoBuffer); in EfiBootManagerGetGopDevicePath()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.c355 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in IsNeedAddNetworkMenu() local
359 OpenInfoBuffer = NULL; in IsNeedAddNetworkMenu()
413 &OpenInfoBuffer, in IsNeedAddNetworkMenu()
428 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in IsNeedAddNetworkMenu()
430 OpenInfoBuffer[Index].ControllerHandle, in IsNeedAddNetworkMenu()
469 if (OpenInfoBuffer != NULL) { in IsNeedAddNetworkMenu()
470 FreePool (OpenInfoBuffer); in IsNeedAddNetworkMenu()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
DUefiLib.c450 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in EfiTestChildHandle() local
463 &OpenInfoBuffer, in EfiTestChildHandle()
475 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) && in EfiTestChildHandle()
476 (OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in EfiTestChildHandle()
482 FreePool (OpenInfoBuffer); in EfiTestChildHandle()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminal.c553 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in TerminalDriverBindingStart() local
693 &OpenInfoBuffer, in TerminalDriverBindingStart()
699 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in TerminalDriverBindingStart()
704 FreePool (OpenInfoBuffer); in TerminalDriverBindingStart()
1051 &OpenInfoBuffer, in TerminalDriverBindingStart()
1056 ASSERT (OpenInfoBuffer != NULL); in TerminalDriverBindingStart()
1058 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in TerminalDriverBindingStart()
1064 OpenInfoBuffer[Index].ControllerHandle, in TerminalDriverBindingStart()
1068 OpenInfoBuffer[Index].ControllerHandle, in TerminalDriverBindingStart()
1077 OpenInfoBuffer[Index].ControllerHandle, in TerminalDriverBindingStart()
[all …]
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
DWinNtSerialIo.c175 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in WinNtSerialIoDriverBindingSupported() local
258 &OpenInfoBuffer, in WinNtSerialIoDriverBindingSupported()
271 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in WinNtSerialIoDriverBindingSupported()
273 OpenInfoBuffer[Index].ControllerHandle, in WinNtSerialIoDriverBindingSupported()
288 FreePool (OpenInfoBuffer); in WinNtSerialIoDriverBindingSupported()
387 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in WinNtSerialIoDriverBindingStart() local
452 &OpenInfoBuffer, in WinNtSerialIoDriverBindingStart()
461 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in WinNtSerialIoDriverBindingStart()
463 OpenInfoBuffer[Index].ControllerHandle, in WinNtSerialIoDriverBindingStart()
504 FreePool (OpenInfoBuffer); in WinNtSerialIoDriverBindingStart()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
DConPlatform.c1097 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in ConPlatformUpdateGopCandidate() local
1122 &OpenInfoBuffer, in ConPlatformUpdateGopCandidate()
1133 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in ConPlatformUpdateGopCandidate()
1135 OpenInfoBuffer[Index].ControllerHandle, in ConPlatformUpdateGopCandidate()
1151 FreePool (OpenInfoBuffer); in ConPlatformUpdateGopCandidate()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
DSerial.c713 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in GetChildSerialDevices() local
727 &OpenInfoBuffer, in GetChildSerialDevices()
740 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in GetChildSerialDevices()
742 OpenInfoBuffer[Index].ControllerHandle, in GetChildSerialDevices()
755 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_DRIVER) != 0) { in GetChildSerialDevices()
756 ASSERT (OpenInfoBuffer[Index].AgentHandle == gSerialControllerDriver.DriverBindingHandle); in GetChildSerialDevices()
760 if (OpenInfoBuffer != NULL) { in GetChildSerialDevices()
761 FreePool (OpenInfoBuffer); in GetChildSerialDevices()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
DSerial.c206 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in SerialControllerDriverSupported() local
296 &OpenInfoBuffer, in SerialControllerDriverSupported()
304 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in SerialControllerDriverSupported()
306 OpenInfoBuffer[Index].ControllerHandle, in SerialControllerDriverSupported()
322 FreePool (OpenInfoBuffer); in SerialControllerDriverSupported()
406 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in SerialControllerDriverStart() local
470 &OpenInfoBuffer, in SerialControllerDriverStart()
479 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in SerialControllerDriverStart()
481 OpenInfoBuffer[Index].ControllerHandle, in SerialControllerDriverStart()
523 FreePool (OpenInfoBuffer); in SerialControllerDriverStart()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiLib.c573 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in EfiTestChildHandle() local
586 &OpenInfoBuffer, in EfiTestChildHandle()
598 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) && in EfiTestChildHandle()
599 (OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in EfiTestChildHandle()
605 FreePool (OpenInfoBuffer); in EfiTestChildHandle()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
DI2cBus.c265 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in CheckRemainingDevicePath() local
277 &OpenInfoBuffer, in CheckRemainingDevicePath()
285 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in CheckRemainingDevicePath()
287 OpenInfoBuffer[Index].ControllerHandle, in CheckRemainingDevicePath()
335 FreePool (OpenInfoBuffer); in CheckRemainingDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLib.c595 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in EfiTestChildHandle() local
608 &OpenInfoBuffer, in EfiTestChildHandle()
620 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) && in EfiTestChildHandle()
621 (OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in EfiTestChildHandle()
627 FreePool (OpenInfoBuffer); in EfiTestChildHandle()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DFtdiUsbSerialDriver.c1559 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in UsbSerialDriverBindingSupported() local
1598 &OpenInfoBuffer, in UsbSerialDriverBindingSupported()
1605 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in UsbSerialDriverBindingSupported()
1607 OpenInfoBuffer[Index].ControllerHandle, in UsbSerialDriverBindingSupported()
1623 FreePool (OpenInfoBuffer); in UsbSerialDriverBindingSupported()
1708 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in UsbSerialDriverBindingStart() local
1761 &OpenInfoBuffer, in UsbSerialDriverBindingStart()
1770 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in UsbSerialDriverBindingStart()
1772 OpenInfoBuffer[Index].ControllerHandle, in UsbSerialDriverBindingStart()
1819 FreePool (OpenInfoBuffer); in UsbSerialDriverBindingStart()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DPartition.c1317 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in HasChildren() local
1325 &OpenInfoBuffer, in HasChildren()
1331 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in HasChildren()
1335 FreePool (OpenInfoBuffer); in HasChildren()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c591 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in IsNeedAddNetworkMenu() local
595 OpenInfoBuffer = NULL; in IsNeedAddNetworkMenu()
649 &OpenInfoBuffer, in IsNeedAddNetworkMenu()
664 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in IsNeedAddNetworkMenu()
666 OpenInfoBuffer[Index].ControllerHandle, in IsNeedAddNetworkMenu()
705 if (OpenInfoBuffer != NULL) { in IsNeedAddNetworkMenu()
706 FreePool (OpenInfoBuffer); in IsNeedAddNetworkMenu()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c761 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in HasChildHandle() local
770 &OpenInfoBuffer, in HasChildHandle()
774 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in HasChildHandle()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c1257 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; in HasChildHandle() local
1266 &OpenInfoBuffer, in HasChildHandle()
1270 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) { in HasChildHandle()