Searched refs:ExecutionBreak (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h993 EFI_EVENT ExecutionBreak; member in struct:_EFI_SHELL_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c3170 &mShellProtocol.ExecutionBreak);
3302 Status = gBS->CloseEvent(NewShell->ExecutionBreak);
3303 NewShell->ExecutionBreak = NULL;
3343 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) {
3346 return (gBS->SignalEvent(ShellInfoObject.NewEfiShellProtocol->ExecutionBreak));
3389 if (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak == NULL) {
H A DShell.c401 Status = gBS->CheckEvent (ShellInfoObject.NewEfiShellProtocol->ExecutionBreak);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c1046 if (gBS->CheckEvent(gEfiShellProtocol->ExecutionBreak) != EFI_SUCCESS) {

Completed in 61 milliseconds