Searched refs:OpenInfoBuffer (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | LegacySio.c | 51 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local 157 &OpenInfoBuffer, 173 FreePool (OpenInfoBuffer);
|
H A D | LegacyPci.c | 2043 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 D | Terminal.c | 541 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 D | ConPlatform.c | 1046 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 D | UefiLib.c | 530 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 D | UefiLib.c | 552 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 D | Serial.c | 195 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 D | DeviceManager.c | 582 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 D | Ifconfig.c | 136 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 D | BiosVideo.c | 1227 EFI_OPEN_PROTOCOL_INFORMATION_ENTRY *OpenInfoBuffer; local 1237 &OpenInfoBuffer, 1241 if ((OpenInfoBuffer[Index].Attributes & EFI_OPEN_PROTOCOL_BY_CHILD_CONTROLLER) != 0) {
|
Completed in 1443 milliseconds