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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsBoot.c1038 EFI_DEVICE_PATH_PROTOCOL *CachedDevicePath; local
1052 CachedDevicePath = BdsLibGetVariableAndSize (
1058 if (CachedDevicePath != NULL) {
1059 TempNewDevicePath = CachedDevicePath;
1102 TempNewDevicePath = CachedDevicePath;
1103 CachedDevicePath = BdsLibDelPartMatchInstance (CachedDevicePath, Instance );
1109 TempNewDevicePath = CachedDevicePath;
1110 CachedDevicePath = AppendDevicePathInstance (Instance, CachedDevicePath );
[all...]

Completed in 36 milliseconds