Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DMain.c597 UINTN CommandLineVariableSize = 0; in EdkBootLoaderEntry() local
641 …Status = gRT->GetVariable(CommandLineVariableName, &VendorGuid, NULL, &CommandLineVariableSize, Co… in EdkBootLoaderEntry()
643 CommandLineVariable = AllocatePool(CommandLineVariableSize); in EdkBootLoaderEntry()
645 …Status = gRT->GetVariable(CommandLineVariableName, &VendorGuid, NULL, &CommandLineVariableSize, Co… in EdkBootLoaderEntry()