Home
last modified time | relevance | path

Searched defs:interrupt (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp45 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) { in GetPacketAndSendResponse()
H A DGDBRemoteCommunicationServerPlatform.cpp149 bool &interrupt, bool &quit) { in GDBRemoteCommunicationServerPlatform()
H A DGDBRemoteCommunicationServerLLGS.cpp230 bool &interrupt, bool &quit) { in RegisterPacketHandlers()
1156 bool interrupt = false; in DataAvailableCallback() local
/openbsd/games/phantasia/
H A Dio.c245 interrupt(void) in interrupt() function
/openbsd/sys/arch/macppc/dev/
H A Ddbdma.h118 #define DBDMA_BUILD_CMD(d, cmd, key, interrupt, wait, branch) { \ argument
125 #define DBDMA_BUILD(d, cmd, key, count, address, interrupt, wait, branch) { \ argument
/openbsd/sys/arch/mips64/mips64/
H A Dinterrupt.c100 interrupt(struct trapframe *trapframe) in interrupt() function
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp367 bool interrupt = false; in main_platform() local
/openbsd/sys/arch/arm64/arm64/
H A Dacpi_machdep.c149 uint32_t interrupt[3]; in acpi_intr_establish() local
/openbsd/sys/dev/fdt/
H A Dmvgicp.c129 uint32_t interrupt[3]; in mvgicp_intr_establish() local
/openbsd/libexec/getty/
H A Dmain.c114 interrupt(int signo) in interrupt() function
/openbsd/sbin/dump/
H A Doptr.c161 interrupt(int signo) in interrupt() function
/openbsd/sys/dev/acpi/
H A Dacpihpet.c62 uint64_t interrupt; member
/openbsd/sys/arch/alpha/alpha/
H A Dinterrupt.c199 interrupt(unsigned long a0, unsigned long a1, unsigned long a2, in interrupt() function
/openbsd/sys/arch/m88k/m88k/
H A Dtrap.c169 interrupt(struct trapframe *frame) in interrupt() function
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py234 def interrupt(self): member in MockGDBServerResponder
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.xs602 QueryMemoryRegionSize(ULONG addr, ULONG *flagp, ULONG len, I32 interrupt) in QueryMemoryRegionSize()
/openbsd/sys/arch/sparc64/sparc64/
H A Dofw_machdep.c838 OF_mapintr(int node, int *interrupt, int validlen, int buflen) in OF_mapintr()