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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DFirmwareVolumeBuffer.c71 SourceFv - Address of the Fv in memory, this firmware volume volume will
121 SourceFv - Address of the Fv in memory, this firmware volume volume will
264 SourceFv - Address of the Fv in memory, this firmware volume volume will
290 IN VOID *SourceFv,
301 SourceFv - Address of the Fv in memory
320 Status = FvBufGetSize (SourceFv, &size);
329 CommonLibBinderCopyMem (*DestinationFv, SourceFv, size);
289 FvBufDuplicate( IN VOID *SourceFv, IN OUT VOID **DestinationFv ) argument

Completed in 57 milliseconds