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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c1141 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFilePath; local
1143 FvFilePath = DevPath;
1144 CatPrint (Str, L"%g", &FvFilePath->FvFileName);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c1111 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFilePath; local
1113 FvFilePath = DevPath;
1114 CatPrint (Str, L"%g", &FvFilePath->FvFileName);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c263 MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFilePath; local
290 FvFilePath = (MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *) AlignedDevPathNode;
302 &FvFilePath->FvFileName,

Completed in 40 milliseconds