Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DExit.c81 …ShellCommandRegisterExit((BOOLEAN)(gEfiShellProtocol->BatchIsActive() && ShellCommandLineGetFlag(P… in ShellCommandRunExit()
88 …ShellCommandRegisterExit((BOOLEAN)(gEfiShellProtocol->BatchIsActive() && ShellCommandLineGetFlag(P… in ShellCommandRunExit()
DShift.c38 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunShift()
DGoto.c51 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunGoto()
DIf.c833 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunIf()
1002 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunElse()
1077 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunEndIf()
DFor.c78 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunEndFor()
326 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunFor()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DPause.c55 if (!gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunPause()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMm.c501 if (gEfiShellProtocol->BatchIsActive () || ShellCommandLineGetFlag (Package, L"-n")) { in ShellCommandRunMm()
578 if (!gEfiShellProtocol->BatchIsActive ()) { in ShellCommandRunMm()
583 if (!gEfiShellProtocol->BatchIsActive ()) { in ShellCommandRunMm()
/device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
DEfiShellEnvironment2.h935 SHELLENV_BATCH_IS_ACTIVE BatchIsActive; member
DEfiShell.h1098 EFI_SHELL_BATCH_IS_ACTIVE BatchIsActive; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCp.c689 if (gEfiShellProtocol->BatchIsActive()) { in ShellCommandRunCp()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1090 ShellCommandRegisterExit(gEfiShellProtocol->BatchIsActive(), (UINT64)CalleeStatus); in DoStartupScript()