Searched refs:CopyOfDevicePath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConnect.c93 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; local
109 CopyOfDevicePath = DevicePath;
120 FreePool (CopyOfDevicePath);
183 if (CopyOfDevicePath != NULL) {
184 FreePool (CopyOfDevicePath);
H A DBdsConsole.c354 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; local
373 CopyOfDevicePath = StartDevicePath;
378 Instance = GetNextDevicePathInstance (&CopyOfDevicePath, &Size);
419 } while (CopyOfDevicePath != NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c454 EFI_DEVICE_PATH_PROTOCOL *CopyOfDevicePath; local
467 CopyOfDevicePath = DevicePath;
541 if (CopyOfDevicePath != NULL) {
542 FreePool (CopyOfDevicePath);

Completed in 171 milliseconds