| /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 */
|
| 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 */
|
| 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 */
|
| 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);
|
| 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_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
|
| /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...] |
| 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...] |
| 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
|
| 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",
|
| 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
|