Searched refs:DevicePathInst (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c805 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst; local
827 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
832 while (DevicePathInst != NULL) {
833 if (CompareMem (Single, DevicePathInst, Size) == 0) {
838 FreePool (DevicePathInst);
849 DevicePathInst
858 FreePool (DevicePathInst);
859 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1008 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst; local
1016 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
1021 while (DevicePathInst != NULL) {
1026 if (CompareMem (Single, DevicePathInst, Size) == 0) {
1027 FreePool (DevicePathInst);
1031 FreePool (DevicePathInst);
1032 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DTerminal.c314 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst; local
318 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
322 while (DevicePathInst != NULL) {
327 if (CompareMem (Single, DevicePathInst, Size) == 0) {
328 FreePool (DevicePathInst);
332 FreePool (DevicePathInst);
333 DevicePathInst = GetNextDevicePathInstance (&DevicePath, &Size);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DConsoleOption.c773 EFI_DEVICE_PATH_PROTOCOL *DevicePathInst; local
845 DevicePathInst = GetNextDevicePathInstance (&MultiDevicePath, &Size);
855 NewConsoleContext->DevicePath = DuplicateDevicePath (DevicePathInst);

Completed in 53 milliseconds