Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DShell.h1251 EFI_EVENT ExecutionBreak; member
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c3648 &mShellProtocol.ExecutionBreak); in CreatePopulateInstallShellProtocol()
3799 Status = gBS->CloseEvent(NewShell->ExecutionBreak); in CleanUpShellEnvironment()
3800 NewShell->ExecutionBreak = NULL; in CleanUpShellEnvironment()
3840 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) { in NotificationFunction()
3843 return (gBS->SignalEvent(ShellInfoObject.NewEfiShellProtocol->ExecutionBreak)); in NotificationFunction()
3885 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) { in InernalEfiShellStartMonitor()
DConsoleLogger.c669 gBS->SignalEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak); in ConsoleLoggerDoPageBreak()
DShell.c626 Status = gBS->CheckEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak); in UefiMain()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c1124 if (gBS->CheckEvent(gEfiShellProtocol->ExecutionBreak) != EFI_SUCCESS) { in ShellGetExecutionBreakFlag()