Searched refs:VolumeInfo (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/ |
H A D | FirmwareVolume.h | 162 @param VolumeInfo Points to the returned firmware volume 167 firmware volume or VolumeInfo is NULL. 175 OUT EFI_FV_INFO *VolumeInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/ |
H A D | TcgPei.c | 293 EFI_FV_INFO VolumeInfo; local 311 Status = PeiServicesFfsGetVolumeInfo (VolumeHandle, &VolumeInfo); 317 &VolumeInfo.FvFormat, 323 MeasureFvImage ((EFI_PHYSICAL_ADDRESS) (UINTN) VolumeInfo.FvStart, VolumeInfo.FvSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/ |
H A D | FwVol.h | 195 @param VolumeInfo Points to the returned firmware volume 200 firmware volume or VolumeInfo is NULL. 208 OUT EFI_FV_INFO *VolumeInfo
|
H A D | FwVol.c | 981 @param VolumeInfo Upon exit, points to the volume's information. 994 OUT EFI_FV_INFO *VolumeInfo 999 if ((VolumeInfo == NULL) || (VolumeHandle == NULL)) { 1009 return CoreHandle->FvPpi->GetVolumeInfo (CoreHandle->FvPpi, VolumeHandle, VolumeInfo); 1392 @param VolumeInfo Points to the returned firmware volume 1397 firmware volume or VolumeInfo is NULL. 1405 OUT EFI_FV_INFO *VolumeInfo 1411 if ((VolumeInfo == NULL) || (FvHandle == NULL)) { 1429 ZeroMem (VolumeInfo, sizeof (EFI_FV_INFO)); 1430 VolumeInfo [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | PeiServicesLib.h | 358 @param VolumeInfo Upon exit, points to the volume's 373 OUT EFI_FV_INFO *VolumeInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/ |
H A D | PeiServicesLib.c | 503 @param VolumeInfo Upon exit, points to the volume's 518 OUT EFI_FV_INFO *VolumeInfo 521 return (*GetPeiServicesTablePointer())->FfsGetVolumeInfo (VolumeHandle, VolumeInfo);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/ |
H A D | PiPeiCis.h | 672 @param VolumeInfo Upon exit, points to the volume's information. 685 OUT EFI_FV_INFO *VolumeInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/ |
H A D | PeiMain.h | 974 @param VolumeInfo Upon exit, points to the volume's information. 977 @retval EFI_INVALID_PARAMETER If VolumeInfo is NULL. 984 OUT EFI_FV_INFO *VolumeInfo
|
Completed in 115 milliseconds