Searched refs:NewFv (Results 1 – 1 of 1) sorted by relevance
397 VOID* NewFv; in FvBufExtend() local424 NewFv = CommonLibBinderAllocate (NewSize); in FvBufExtend()425 if (NewFv == NULL) { in FvBufExtend()432 CommonLibBinderCopyMem (NewFv, *Fv, OldSize); in FvBufExtend()442 hdr = (EFI_FIRMWARE_VOLUME_HEADER*)NewFv; in FvBufExtend()454 FvBufChecksumHeader (NewFv); in FvBufExtend()460 (UINT8*)NewFv + OldSize, in FvBufExtend()468 *Fv = NewFv; in FvBufExtend()