Searched refs:WorkingDevicePath (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c2235 EFI_DEVICE_PATH_PROTOCOL *WorkingDevicePath; local
2247 WorkingDevicePath = NULL;
2250 WorkingDevicePath = BdsExpandPartitionPartialDevicePathToFull (
2253 if (WorkingDevicePath != NULL) {
2254 DevicePath = WorkingDevicePath;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c2237 EFI_DEVICE_PATH_PROTOCOL *WorkingDevicePath; local
2258 WorkingDevicePath = NULL;
2261 WorkingDevicePath = BdsExpandPartitionPartialDevicePathToFull (
2264 if (WorkingDevicePath != NULL) {
2265 DevicePath = WorkingDevicePath;

Completed in 17 milliseconds