Searched refs:CommandLineBlob (Results 1 – 1 of 1) sorted by relevance
926 KERNEL_BLOB *KernelBlob, *InitrdBlob, *CommandLineBlob; in TryRunningQemuKernel() local952 CommandLineBlob = &mKernelBlob[KernelBlobTypeCommandLine]; in TryRunningQemuKernel()1015 if (CommandLineBlob->Data == NULL) { in TryRunningQemuKernel()1021 if (CommandLineBlob->Data[CommandLineBlob->Size - 1] != '\0') { in TryRunningQemuKernel()1031 KernelLoadedImage->LoadOptionsSize = (CommandLineBlob->Size - 1) * 2; in TryRunningQemuKernel()1062 (CommandLineBlob->Data == NULL) ? "" : (CHAR8 *)CommandLineBlob->Data, in TryRunningQemuKernel()