Searched refs:Interrupt (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h26 bool Interrupt() override;
H A DIOHandler.h82 virtual bool Interrupt() = 0;
278 // Intercept the IOHandler::Interrupt() calls and do something.
364 bool Interrupt() override;
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s30 .set INT_SYS,0x30 # Interrupt number
H A Dbtxv86.s46 .set INT_V86,0x31 # Interrupt number
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s30 .set INT_SYS,0x30 # Interrupt number
H A Dbtxv86.s46 .set INT_V86,0x31 # Interrupt number
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h38 bool Interrupt();
H A DGDBRemoteClientBase.cpp147 bool GDBRemoteClientBase::Interrupt() { function in class:GDBRemoteClientBase
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h34 bool Interrupt() override;
468 bool Interrupt() override { return m_python->Interrupt(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h50 Status Interrupt() override;
H A DNativeProcessNetBSD.cpp525 Status NativeProcessNetBSD::Interrupt() { function in class:NativeProcessNetBSD
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h185 /// Interrupt the current edit as if ^C was pressed
186 bool Interrupt();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp563 bool IOHandlerEditline::Interrupt() { function in class:IOHandlerEditline
570 return m_editline_up->Interrupt();
578 m_editline_up->Interrupt();
H A DDebugger.cpp876 reader_sp->Interrupt();
1025 // Interrupt the top input reader to it will exit its Run() function and let
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h71 Status Interrupt() override;
160 // When we call MachProcess::Interrupt(), we want to send this
H A DNativeProcessDarwin.cpp775 // 1 - We called NativeProcessDarwin::Interrupt() but we stopped
798 "%i after MachProcess::Interrupt()",
1441 Status NativeProcessDarwin::Interrupt() { function in class:NativeProcessDarwin
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h68 virtual Status Interrupt();
/freebsd-11-stable/contrib/bmake/
H A Dparse.c196 Interrupt, /* .INTERRUPT */ enumerator in enum:__anon104
315 { ".INTERRUPT", Interrupt, 0 },
1377 case Interrupt:
1519 case Interrupt:
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h94 virtual bool Interrupt() { return false; } function in class:lldb_private::ScriptInterpreter
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h1007 UINT64 Interrupts[1]; /* Interrupt array */
1480 UINT32 Interrupt; member in struct:acpi_table_spcr
1526 UINT32 Interrupt; member in struct:acpi_table_spmi
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp34 lldb_private::Status NativeProcessProtocol::Interrupt() { function in class:NativeProcessProtocol
H A DEditline.cpp1334 bool Editline::Interrupt() { function in class:Editline
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S43 .set PSL_I,0x00000200 # Interrupt enable flag
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S43 .set PSL_I,0x00000200 # Interrupt enable flag
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex350 /* Interrupt controller */

Completed in 243 milliseconds

12