Searched defs:TempPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c519 EFI_DEVICE_PATH_PROTOCOL *TempPath; local
562 TempPath = DevicePath;
564 TempSize = GetDevicePathSizeEx (TempPath, FilePathSize);
570 TempPath += TempSize;
627 EFI_DEVICE_PATH_PROTOCOL *TempPath; local
699 TempPath = DevicePath;
701 TempSize = GetDevicePathSizeEx (TempPath, FilePathSize);
706 TempPath += TempSize;

Completed in 35 milliseconds