Searched refs:CurrentBlob (Results 1 – 1 of 1) sorted by relevance
925 KERNEL_BLOB *CurrentBlob; in TryRunningQemuKernel() local943 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()