Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DMain.c595 CHAR16 *CommandLineVariable = NULL; in EdkBootLoaderEntry() local
641 …ariable(CommandLineVariableName, &VendorGuid, NULL, &CommandLineVariableSize, CommandLineVariable); in EdkBootLoaderEntry()
643 CommandLineVariable = AllocatePool(CommandLineVariableSize); in EdkBootLoaderEntry()
645 …ariable(CommandLineVariableName, &VendorGuid, NULL, &CommandLineVariableSize, CommandLineVariable); in EdkBootLoaderEntry()
647 UnicodeStrToAsciiStrS (CommandLineVariable, CmdLine, MAX_CMD_LINE); in EdkBootLoaderEntry()
650 FreePool(CommandLineVariable); in EdkBootLoaderEntry()