| /src/crypto/external/apache2/openssl/dist/demos/bio/ |
| saccept.c | 30 static void interrupt(int sig) function 38 signal(SIGINT, interrupt); 46 sa.sa_handler = interrupt; 89 /* Arrange to leave server loop on interrupt */
|
| /src/crypto/external/bsd/openssl/dist/demos/bio/ |
| saccept.c | 30 void interrupt(int sig) function 43 sa.sa_handler = interrupt; 83 /* Arrange to leave server loop on interrupt */
|
| /src/crypto/external/bsd/openssl.old/dist/demos/bio/ |
| saccept.c | 30 void interrupt(int sig) function 43 sa.sa_handler = interrupt; 83 /* Arrange to leave server loop on interrupt */
|
| /src/games/phantasia/ |
| io.c | 115 interrupt(void) function 161 signal(SIGINT, interrupt); 164 signal(SIGINT, interrupt);
|
| /src/sys/arch/hp300/stand/common/ |
| grf_hyreg.h | 48 vu_char interrupt; /* interrupt register 0x03 */ member in struct:hyboxfb
|
| grf_gbreg.h | 66 vu_char sec_interrupt; /* Secondary interrupt register 0x03 */ 67 vu_char interrupt; /* interrupt register 0x03 */ member in struct:gboxfb
|
| grf_tcreg.h | 53 vu_char interrupt; /* interrupt register 0x03 */ member in struct:tcboxfb
|
| grf_rbreg.h | 66 vu_char interrupt; /* interrupt register 0x03 */ member in struct:rboxfb
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| options.c | 64 '\0', "CYCLES,INTERRUPT", "Set Interrupt Timer", 176 address_word cycles, interrupt; local 185 sim_io_eprintf (sd, "Interrupt number required for --timer\n"); 188 chp = parse_size (chp + 1, &interrupt); 189 if (interrupt < 1 || interrupt > 15) 191 sim_io_eprintf (sd, "Interrupt number for --timer must be greater than 0 and less that 16\n"); 197 frv_interrupt_state.timer.interrupt = 198 FRV_INTERRUPT_LEVEL_1 + interrupt - 1 [all...] |
| /src/external/gpl3/gdb/dist/sim/frv/ |
| options.c | 64 '\0', "CYCLES,INTERRUPT", "Set Interrupt Timer", 176 address_word cycles, interrupt; local 185 sim_io_eprintf (sd, "Interrupt number required for --timer\n"); 188 chp = parse_size (chp + 1, &interrupt); 189 if (interrupt < 1 || interrupt > 15) 191 sim_io_eprintf (sd, "Interrupt number for --timer must be greater than 0 and less that 16\n"); 197 frv_interrupt_state.timer.interrupt = 198 FRV_INTERRUPT_LEVEL_1 + interrupt - 1 [all...] |
| /src/sys/arch/hp300/dev/ |
| diofbreg.h | 68 uint8_t sec_interrupt; /* secondary interrupt register 0x02 */ 69 uint8_t interrupt; /* interrupt register 0x03 */ member in struct:diofbreg
|
| /src/sys/arch/ia64/ia64/ |
| interrupt.c | 1 /* $NetBSD: interrupt.c,v 1.12 2023/10/06 11:45:16 skrll Exp $ */ 36 __KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.12 2023/10/06 11:45:16 skrll Exp $"); 76 interrupt(uint64_t vector, struct trapframe *tf) function 97 printf("ExtINT interrupt: vector=%u\n", (int)inta); 106 if (vector == CLOCK_VECTOR) {/* clock interrupt */ 290 * We should therefore relate the vector to the interrupt type. 351 * Find the interrupt thread for this vector. 360 printf("%s: spurious interrupt (irq = %d)\n",
|
| /src/sbin/dump/ |
| optr.c | 173 interrupt(int signo __unused) function 178 msg("Interrupt received.\n");
|
| /src/sys/arch/acorn32/include/ |
| podulebus_machdep.h | 88 int interrupt; member in struct:__anon862 125 podulebus_intr_handle_t pa_ih; /* interrupt handle */
|
| /src/sys/arch/alpha/alpha/ |
| interrupt.c | 1 /* $NetBSD: interrupt.c,v 1.100 2021/11/10 16:53:28 msaitoh Exp $ */ 68 __KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.100 2021/11/10 16:53:28 msaitoh Exp $"); 111 printf("WARNING: stray interrupt, vector 0x%lx\n", vec); 186 interrupt(unsigned long a0, unsigned long a1, unsigned long a2, function 193 case ALPHA_INTR_XPROC: /* interprocessor interrupt */ 209 printf("WARNING: received interprocessor interrupt!\n"); 213 case ALPHA_INTR_CLOCK: /* clock interrupt */ 215 * Rather than simply increment the interrupt depth 216 * for the clock interrupt, we add 0x10. Why? Because 217 * while we only call out a single device interrupt [all...] |
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| util.c | 651 interrupt(int sig) function 662 osig = signal(SIGINT, interrupt);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| inf-child.c | 127 inf_child_target::interrupt () function in class:inf_child_target
|
| /src/external/gpl3/gdb/dist/gdb/ |
| inf-child.c | 127 inf_child_target::interrupt () function in class:inf_child_target
|
| /src/libexec/getty/ |
| main.c | 154 interrupt(int signo) function 157 (void)signal(SIGINT, interrupt); 411 * Interrupt may happen if we use CBREAK mode 417 (void)signal(SIGINT, interrupt);
|
| /src/libexec/telnetd/ |
| telnetd.c | 1099 * Send interrupt to process on other side of pty. 1104 interrupt(void) function
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| device_table.h | 267 /* interrupt signalling */ 268 device_interrupt_callbacks interrupt; member in struct:_device_callbacks
|
| /src/external/gpl3/gdb.old/dist/sim/m68hc11/ |
| interrupts.h | 24 in the interrupt table. */ 70 /* Structure to describe how to recognize an interrupt in the 83 /* Structure used to keep track of interrupt history. 90 /* CPU cycle when interrupt handler is called. */ 93 /* CPU cycle when the interrupt is first raised by the device. */ 101 struct interrupt struct 103 /* CPU cycle when the interrupt is raised by the device. */ 106 /* Number of times the interrupt was raised. */ 137 struct interrupt interrupts[M6811_INT_NUMBER]; 156 /* Interrupt history to help understand which interrupt [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| device_table.h | 267 /* interrupt signalling */ 268 device_interrupt_callbacks interrupt; member in struct:_device_callbacks
|
| /src/external/gpl3/gdb/dist/sim/m68hc11/ |
| interrupts.h | 24 in the interrupt table. */ 70 /* Structure to describe how to recognize an interrupt in the 83 /* Structure used to keep track of interrupt history. 90 /* CPU cycle when interrupt handler is called. */ 93 /* CPU cycle when the interrupt is first raised by the device. */ 101 struct interrupt struct 103 /* CPU cycle when the interrupt is raised by the device. */ 106 /* Number of times the interrupt was raised. */ 137 struct interrupt interrupts[M6811_INT_NUMBER]; 156 /* Interrupt history to help understand which interrupt [all...] |
| /src/sys/arch/ia64/include/ |
| dig64.h | 74 uint8_t interrupt:1; member in struct:dig64_hcdp_entry 112 #define DIG64_FLAGS_INTR_SUPP (1 << 6) /* Interrupt supported */ 122 uint32_t acpi_gsi; /* ACPI Global System Interrupt */ 138 uint32_t acpi_gsi; /* ACPI Global System Interrupt */
|