Searched refs:OpenInfoBuffer (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacySio.c51 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
157 &OpenInfoBuffer,
173 FreePool (OpenInfoBuffer);
H A DLegacyPci.c2043 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
2088 &OpenInfoBuffer,
2096 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_DRIVER) != 0) {
2098 OpenInfoBuffer[Index].AgentHandle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c541 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
682 &OpenInfoBuffer,
688 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
693 FreePool (OpenInfoBuffer);
1016 &OpenInfoBuffer,
1021 ASSERT (OpenInfoBuffer != NULL);
1023 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
1029 OpenInfoBuffer[Index].ControllerHandle,
1033 OpenInfoBuffer[Index].ControllerHandle,
1042 OpenInfoBuffer[Inde
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c1046 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
1071 &OpenInfoBuffer,
1082 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
1084 OpenInfoBuffer[Index].ControllerHandle,
1100 FreePool (OpenInfoBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c530 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
543 &OpenInfoBuffer,
555 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) &&
556 (OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
562 FreePool (OpenInfoBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c552 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
565 &OpenInfoBuffer,
577 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) &&
578 (OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
584 FreePool (OpenInfoBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.c195 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
285 &OpenInfoBuffer,
293 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
295 OpenInfoBuffer[Index].ControllerHandle,
311 FreePool (OpenInfoBuffer);
395 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
459 &OpenInfoBuffer,
468 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
470 OpenInfoBuffer[Index].ControllerHandle,
512 FreePool (OpenInfoBuffer);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c582 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
586 OpenInfoBuffer = NULL;
635 // The buffer point by OpenInfoBuffer need be free at this function.
640 &OpenInfoBuffer,
655 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
657 OpenInfoBuffer[Index].ControllerHandle,
696 if (OpenInfoBuffer != NULL) {
697 FreePool (OpenInfoBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c136 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
149 &OpenInfoBuffer,
161 if ((OpenInfoBuffer[Index].ControllerHandle == ChildHandle) &&
162 (OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
168 FreePool (OpenInfoBuffer);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c1227 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local
1237 &OpenInfoBuffer,
1241 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {

Completed in 123 milliseconds