Searched refs:SIGINT (Results 126 - 150 of 179) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfssvc.c45 #define SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGHUP) | sigmask(SIGINT) | sigmask(SIGQUIT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c675 signal(SIGINT, catch);
H A Dtelnet.c603 signal(SIGINT, fgotsig);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c543 signal(SIGINT, sig_catcher);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c77 catch SIGINT and SIGTERM which cause clean exit. Ignore anything else.
96 if (sigaction(SIGINT, &sv, NULL) < 0)
97 ERROR("error in sigaction(SIGINT): %s", strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c479 signal(SIGINT, quit_signal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c2609 else if (sig == SIGINT) {
2642 else if (sig == SIGINT) {
2834 signal(SIGINT, rc_signal);
3410 return kill(1, SIGINT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c961 kill(charshunt_pid, (sig == SIGINT? sig: SIGTERM));
991 signal(SIGINT, SIG_DFL); /* Interrupt */
H A Dmain.c744 sigaddset(&signals_handled, SIGINT);
758 SIGNAL(SIGINT, term); /* Interrupt */
1519 * term - Catch SIGTERM signal and SIGINT signal (^C/del).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfloppyd.c930 signal(SIGINT, SIG_IGN);
979 signal(SIGINT, alarm_signal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c771 if (notify_die(DIE_NMI_IPI, "nmi_ipi", regs, reason, 2, SIGINT)
785 if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT) == NOTIFY_STOP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dsock.c762 if (current->sighand->action[SIGINT - 1].sa.sa_handler == SIG_DFL)
763 mask |= sigmask(SIGINT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c518 if (sig != SIGINT) {
1141 sigaction(SIGINT, &sa, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c737 if (sig == SIGINT) {
1188 sigaction(SIGINT, &sa, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c1276 signal(SIGINT, SIG_DFL);
1475 signal(SIGINT, SIG_IGN);
H A Dash.c169 #define EXINT 0 /* SIGINT received */
225 * Called from trap.c when a SIGINT is received. (If the user specifies
226 * that SIGINT is to be trapped or ignored using the trap builtin, then
246 if (gotsig[SIGINT - 1] && !trap[SIGINT]) {
248 signal(SIGINT, SIG_DFL);
249 raise(SIGINT);
330 if (exsig || (signo == SIGINT && !trap[SIGINT])) {
3126 sigint: 1, /* job was killed by SIGINT */
[all...]
H A Dhush.c624 signal(SIGINT , handler);
1962 signal(SIGINT, SIG_IGN);
1991 signal(SIGINT, handler_ctrl_c);
2128 signal(SIGINT, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp.c593 signal(SIGINT, sighandler);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_dsi.c263 * SIGINT: enable max_debug LOGging
440 /* SIGINT - enable max_debug LOGging to /tmp/afpd.PID.XXXXXX */
442 if ( sigaction( SIGINT, &action, NULL) < 0 ) {
530 /* The first SIGINT enables debugging, the next restores the config */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dkgdb_stub.c469 sigval = SIGINT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsv.c410 sig = SIGINT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c546 signal(SIGINT, signal_quit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_dsi.c279 * SIGINT: enable max_debug LOGging
443 /* SIGINT - enable max_debug LOGging to /tmp/afpd.PID.XXXXXX */
445 if ( sigaction( SIGINT, &action, NULL) < 0 ) {
568 /* The first SIGINT enables debugging, the next restores the config */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_tty.c594 isig(SIGINT, tty, 1);
742 signal = SIGINT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c252 * SIGINT : perform address release and exit
281 if (signal_install(SIGINT) < 0) {
282 fprintf(stderr, "unable to install SIGINT: %s\n", strerror(errno));
388 case SIGINT:
733 system("killall -SIGINT autoipd 2>/dev/null");

Completed in 176 milliseconds

12345678