Searched refs:interrupt (Results 1 - 25 of 161) sorted by relevance

1234567

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcmd-interrupt.exp1 > cmd-interrupt-ordinary
2 make: *** cmd-interrupt-ordinary removed
3 interrupt-ordinary: ok
4 > cmd-interrupt-phony
5 make: *** cmd-interrupt-phony removed
6 interrupt-phony: ok
7 > cmd-interrupt-precious
8 interrupt-precious: ok
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/interrupt-controller/
H A Dmips-gic.h5 #include <dt-bindings/interrupt-controller/irq.h>
H A Darm-gic.h9 #include <dt-bindings/interrupt-controller/irq.h>
11 /* interrupt specifier cell 0 */
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dhardirq.h39 #include <sys/interrupt.h>
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_pcib.c137 * Get the PCI interrupt routing table for this bus. If we can't
146 "could not get PCI interrupt routing table for %s - %s\n",
178 * Route an interrupt for a child of the bridge.
187 int interrupt; local
192 interrupt = PCI_INVALID_IRQ;
231 interrupt = prt->SourceIndex;
232 BUS_CONFIG_INTR(dev, interrupt, INTR_TRIGGER_LEVEL,
240 * We have to find the source device (PCI interrupt link device).
243 device_printf(pcib, "couldn't find PCI interrupt link device %s\n",
247 interrupt
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c40 interrupt(int sig) function
58 act.sa_handler = interrupt;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h45 Status &error, bool &interrupt,
H A DGDBRemoteClientBase.h58 Lock(GDBRemoteClientBase &comm, bool interrupt);
63 // Whether we had to interrupt the continue thread to acquire the
73 void SyncWithContinueThread(bool interrupt);
97 /// continue thread has control, async threads should interrupt it and wait
106 /// Packet with which to resume after an async interrupt. Can be changed by
110 /// When was the interrupt packet sent. Used to make sure we time out if the
111 /// stub does not respond to interrupt requests.
H A DGDBRemoteCommunicationServer.h33 Status &error, bool &interrupt, bool &quit)>;
45 Status &error, bool &interrupt,
H A DGDBRemoteCommunicationServer.cpp30 [this](StringExtractorGDBRemote packet, Status &error, bool &interrupt,
44 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) {
70 packet_result = handler_it->second(packet, error, interrupt, quit);
43 GetPacketAndSendResponse( Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) argument
H A DGDBRemoteClientBase.cpp111 // because if a thread was single stepping, and we sent an interrupt, we
112 // will notice above that we didn't stop due to an interrupt but stopped
260 // before the remote stub manages to interrupt it. We need to wait for this
277 // interrupt, that stop will get eaten (llvm.org/pr20231).
339 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, bool interrupt) argument
342 SyncWithContinueThread(interrupt);
347 void GDBRemoteClientBase::Lock::SyncWithContinueThread(bool interrupt) { argument
350 if (m_comm.m_is_running && !interrupt)
358 // packet. Let's interrupt it.
365 "interrupt packe
[all...]
H A DGDBRemoteCommunicationReplayServer.cpp95 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) {
252 bool interrupt; local
254 error, interrupt, done);
94 GetPacketAndSendResponse( Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) argument
/freebsd-13-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc59 * idle / busy / interrupt cycle counts which should provide very good
77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
/freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/
H A Dconn.h43 #include <linux/interrupt.h>
/freebsd-13-stable/sys/dev/usb/
H A Dusb_process.h33 #include <sys/interrupt.h>
/freebsd-13-stable/contrib/ntp/include/
H A Dhopf6039.h127 int interrupt; member in struct:hopfCard
/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_fixup.c39 #include <sys/interrupt.h>
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_pmc.c37 #include <sys/interrupt.h>
/freebsd-13-stable/sys/powerpc/include/
H A Ddbdma.h58 /* These codes are for the interrupt, branch, and wait flags */
127 * The interrupt/branch/wait selector let you specify a set of values
143 int stream, bus_addr_t data, size_t count, uint8_t interrupt,
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp364 bool interrupt = false; local
366 while (!interrupt && !done) {
367 if (platform.GetPacketAndSendResponse(llvm::None, error, interrupt,
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs_pci.c187 /* Free interrupt. */
313 device_printf(dev, "unable to map interrupt\n");
318 device_printf(dev, "unable to setup interrupt\n");
328 * Common case interrupt handler.
348 /* Acknowledge all-ports CCC interrupt. */
374 /* Call per-port interrupt handler. */
377 (function = ctlr->interrupt[p].function)) {
378 arg.arg = ctlr->interrupt[p].argument;
384 /* Unmasking MSI triggers next interrupt, if needed. */
455 ctlr->interrupt[uni
[all...]
H A Dmvs_soc.c191 /* Free interrupt. */
284 device_printf(dev, "unable to map interrupt\n");
289 device_printf(dev, "unable to setup interrupt\n");
299 * Common case interrupt handler.
327 /* Call per-port interrupt handler. */
331 (function = ctlr->interrupt[p].function)) {
332 arg.arg = ctlr->interrupt[p].argument;
401 ctlr->interrupt[unit].function = function;
402 ctlr->interrupt[unit].argument = argument;
413 ctlr->interrupt[uni
[all...]
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h128 void interrupt (void);
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dext.h103 interrupt(void),
/freebsd-13-stable/sbin/dump/
H A Ddump.h139 void interrupt(int signo); /* in case operator bangs on console */

Completed in 241 milliseconds

1234567