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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c1039 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; local
1059 TempNewDevicePath = CachedDevicePath;
1068 Instance = GetNextDevicePathInstance (&TempNewDevicePath, &Size);
1085 } while (TempNewDevicePath != NULL);
1102 TempNewDevicePath = CachedDevicePath;
1104 FreePool (TempNewDevicePath);
1109 TempNewDevicePath = CachedDevicePath;
1111 FreePool (TempNewDevicePath);
1168 TempNewDevicePath = CachedDevicePath;
1170 FreePool(TempNewDevicePath);
[all...]
H A DBdsConsole.c204 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; local
262 TempNewDevicePath = NewDevicePath;
266 if (TempNewDevicePath != NULL) {
267 FreePool(TempNewDevicePath);
H A DBdsMisc.c949 EFI_DEVICE_PATH_PROTOCOL *TempNewDevicePath; local
955 TempNewDevicePath = NULL;
973 TempNewDevicePath = NewDevicePath;
975 if (TempNewDevicePath != NULL) {
976 FreePool(TempNewDevicePath);

Completed in 2218 milliseconds