Searched refs:InternalEfiShellSetEnv (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c323 Status = InternalEfiShellSetEnv(L"profiles", ShellCommandGetProfileList(), TRUE);
331 Status = InternalEfiShellSetEnv(L"uefishellsupport", TempString, TRUE);
335 Status = InternalEfiShellSetEnv(L"uefishellversion", TempString, TRUE);
339 Status = InternalEfiShellSetEnv(L"uefiversion", TempString, TRUE);
1509 DEBUG_CODE(InternalEfiShellSetEnv(L"DebugLasterror", LeString, TRUE););
1511 InternalEfiShellSetEnv(L"Lasterror", LeString, TRUE);
1847 DEBUG_CODE(InternalEfiShellSetEnv(L"DebugLasterror", LeString, TRUE););
1848 InternalEfiShellSetEnv(L"Lasterror", LeString, TRUE);
H A DShellProtocol.h944 InternalEfiShellSetEnv(
H A DShellProtocol.c2504 InternalEfiShellSetEnv( function
2584 return (InternalEfiShellSetEnv(Name, Value, Volatile));
2786 Status = InternalEfiShellSetEnv(L"cwd", TempString, TRUE);

Completed in 1890 milliseconds