Searched refs:ExecutionBreak (Results 1 – 5 of 5) sorted by relevance
1251 EFI_EVENT ExecutionBreak; member
3648 &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()
669 gBS->SignalEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak); in ConsoleLoggerDoPageBreak()
626 Status = gBS->CheckEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak); in UefiMain()
1124 if (gBS->CheckEvent(gEfiShellProtocol->ExecutionBreak) != EFI_SUCCESS) { in ShellGetExecutionBreakFlag()