Home
last modified time | relevance | path

Searched refs:CurrentBlob (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DQemuKernel.c925 KERNEL_BLOB *CurrentBlob; in TryRunningQemuKernel() local
943 CurrentBlob = &mKernelBlob[BlobType]; in TryRunningQemuKernel()
944 Status = FetchBlob (CurrentBlob); in TryRunningQemuKernel()
948 mTotalBlobBytes += CurrentBlob->Size; in TryRunningQemuKernel()
1106 CurrentBlob = &mKernelBlob[--BlobType]; in TryRunningQemuKernel()
1107 if (CurrentBlob->Data != NULL) { in TryRunningQemuKernel()
1108 FreePool (CurrentBlob->Data); in TryRunningQemuKernel()
1109 CurrentBlob->Size = 0; in TryRunningQemuKernel()
1110 CurrentBlob->Data = NULL; in TryRunningQemuKernel()