Searched refs:SIGINT (Results 76 - 100 of 245) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/aecho/
H A Daecho.c192 sigaddset( &sv.sa_mask, SIGINT );
203 if ( sigaction( SIGINT, &sv, (struct sigaction *)0 ) < 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dnmi.c72 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP)
108 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dtraps.c128 ret = notify_die(DIE_NMI, "NMI", regs, 0, ecr, SIGINT);
134 die("Fatal Non-Maskable Interrupt", regs, SIGINT);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevmonitor.c106 if (signum == SIGINT || signum == SIGTERM)
189 sigaction(SIGINT, &act, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dtime.c396 interrupt_signal = signal(SIGINT, SIG_IGN);
403 signal(SIGINT, interrupt_signal);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c352 signal(SIGINT, SIG_DFL);
380 signal(SIGINT, SIG_IGN);
585 sigaddset(&block_signals, SIGINT);
626 sigaddset(&unblock_signals, SIGINT);
905 signal(SIGINT, ctrlaltdel_signal);
912 * SIGINT on CAD so we can shut things down gracefully... */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c948 { EXCEP_IRQ_LEVEL0, SIGINT },
949 { EXCEP_IRQ_LEVEL1, SIGINT },
950 { EXCEP_IRQ_LEVEL2, SIGINT },
951 { EXCEP_IRQ_LEVEL3, SIGINT },
952 { EXCEP_IRQ_LEVEL4, SIGINT },
953 { EXCEP_IRQ_LEVEL5, SIGINT },
954 { EXCEP_IRQ_LEVEL6, SIGINT },
1222 sigval = SIGINT;
1265 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c440 daemon_signal_init(SIGINT, SIGTERM, SIGCHLD, SIGHUP, 0);
486 case SIGINT:
488 daemon_log(LOG_INFO, "Got %s, quitting.", sig == SIGINT ? "SIGINT" : "SIGTERM");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c440 daemon_signal_init(SIGINT, SIGTERM, SIGCHLD, SIGHUP, 0);
486 case SIGINT:
488 daemon_log(LOG_INFO, "Got %s, quitting.", sig == SIGINT ? "SIGINT" : "SIGTERM");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_callmgr.c145 signal(SIGINT, callmgr_sighandler);
252 signal(SIGINT, callmgr_do_nothing);
301 signal(SIGINT, callmgr_do_nothing);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-reset.c126 kill_cad_pid(SIGINT, 1)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip32/
H A Dip32-reset.c124 if (shuting_down || kill_cad_pid(SIGINT, 1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_find.c43 catch SIGINT and SIGTERM which cause clean exit. Ignore anything else.
62 if (sigaction(SIGINT, &sv, NULL) < 0)
63 ERROR("error in sigaction(SIGINT): %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_util.c198 signal(SIGINT, SIG_IGN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_sock.c459 #ifdef SIGINT
460 signal(SIGINT,(void (*)(int))BIO_sock_cleanup);
488 # ifdef SIGINT
489 signal(SIGINT,(void (*)(int))BIO_sock_cleanup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dmain.c143 install_fatal_handler(SIGINT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsignal.h44 #define SIGINT 2 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtraps.c352 if (notify_die(DIE_NMIUNKNOWN, "nmi", regs, reason, 2, SIGINT) ==
388 if (notify_die(DIE_NMI_IPI, "nmi_ipi", regs, reason, 2, SIGINT)
393 if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT)
413 if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT) == NOTIFY_STOP)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-inject.c181 signal(SIGINT, sig_handler);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmain.c336 case SIGINT:
338 DPRINTF(E_LOG, L_MAIN, "Got SIGTERM or SIGINT\n");
381 case SIGINT:
383 DPRINTF(E_LOG, L_MAIN, "Got SIGTERM or SIGINT\n");
613 sigaddset(&sigs, SIGINT);
754 EV_SET(&ke_sigs[0], SIGINT, EVFILT_SIGNAL, EV_ADD, 0, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_main.c135 /* SIGINT handler. */
139 zlog_info ("SIGINT received");
187 signal_set (SIGINT, sigint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dmain.c121 /* SIGINT handler. */
173 signal_set (SIGINT, sigint);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/loginutils/
H A Dpasswd.c175 signal(SIGINT, SIG_IGN);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dslattach.c179 signal(SIGINT, sig_handler);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c446 kill(pid, SIGINT);
458 sigaddset(&sset, SIGINT);
461 signal(SIGINT, SIG_DFL);
511 if (sigismember(&sset, SIGINT)) {

Completed in 241 milliseconds

12345678910