Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c1442 LIST_ENTRY OrigEnvs; in InternalShellExecuteDevicePath() local
1453 InitializeListHead(&OrigEnvs); in InternalShellExecuteDevicePath()
1521 Status = GetEnvironmentVariableList(&OrigEnvs); in InternalShellExecuteDevicePath()
1607 if (!IsListEmpty(&OrigEnvs)) { in InternalShellExecuteDevicePath()
1608 CleanupStatus = SetEnvironmentVariableList(&OrigEnvs); in InternalShellExecuteDevicePath()
1645 LIST_ENTRY OrigEnvs; in InternalShellExecute() local
1647 InitializeListHead(&OrigEnvs); in InternalShellExecute()
1653 Status = GetEnvironmentVariableList(&OrigEnvs); in InternalShellExecute()
1664 if (!IsListEmpty(&OrigEnvs)) { in InternalShellExecute()
1665 CleanupStatus = SetEnvironmentVariableList(&OrigEnvs); in InternalShellExecute()