Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.h60 extern CONST CHAR16 mNoNestingEnvVarName[];
DShellProtocol.c1696 Status = SHELL_GET_ENVIRONMENT_VARIABLE(mNoNestingEnvVarName, &TempSize, Temp); in NestingEnabled()
1700 Status = SHELL_GET_ENVIRONMENT_VARIABLE(mNoNestingEnvVarName, &TempSize, Temp); in NestingEnabled()
2948 (CHAR16*)mNoNestingEnvVarName) == 0) in EfiShellSetEnv()
DShell.c73 CONST CHAR16 mNoNestingEnvVarName[] = L"nonesting"; variable
481 Status = InternalEfiShellSetEnv(mNoNestingEnvVarName, TempString, TRUE); in UefiMain()