Searched refs:signal (Results 126 - 150 of 1116) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dmiropcm20-radio.c71 static int pcm20_getflags(struct pcm20_device *dev, __u32 *flags, __u16 *signal) argument
73 /* okay, check for signal, stereo and rds here... */
81 /* no signal from tuner */
83 *signal=0;
86 *signal=0xffff;
109 pr_debug("rds-signal: %d\n", buf);
114 /* refine signal */
115 if ((*signal=SCALE(15, 0xffff, buf))==0)
116 *signal = 1;
147 pcm20_getflags(pcm20, &v->flags, &v->signal);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c78 #include <signal.h>
554 * in order to wait for the carrier detect signal from the modem.
988 * Reset signal handlers.
990 signal(SIGHUP, SIG_IGN); /* Hangup */
991 signal(SIGINT, SIG_DFL); /* Interrupt */
992 signal(SIGTERM, SIG_DFL); /* Terminate */
993 signal(SIGCHLD, SIG_DFL);
994 signal(SIGUSR1, SIG_DFL);
995 signal(SIGUSR2, SIG_DFL);
996 signal(SIGABR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c41 # include <signal.h>
55 # include <signal.h>
64 signal (sig, SIG_DFL);
122 # undef USE_OBSOLETE_SIGCONTEXT_FLAVOR /* #define this to use the older signal handler method */
124 static void sigill_handler_sse_os(int signal, struct sigcontext sc) argument
126 (void)signal;
131 static void sigill_handler_sse_os(int signal, siginfo_t *si, void *uc) argument
133 (void)signal, (void)si;
249 if(0 == sigaction(SIGILL, NULL, &sigill_save) && signal(SIGILL, (void (*)(int))sigill_handler_sse_os) != SIG_ERR)
376 signal (SIGIL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77105.c38 unsigned char old_mcr; /* storage of MCR reg while signal lost */
122 if (dev->signal != ATM_PHY_SIG_LOST)
127 /* Found signal again */
128 dev->signal = ATM_PHY_SIG_FOUND;
129 printk(KERN_NOTICE "%s(itf %d): signal detected again\n",
222 if (istat & IDT77105_ISTAT_GOODSIG) { /* signal detected again */
224 dev->signal = ATM_PHY_SIG_FOUND;
225 } else { /* signal lost */
237 dev->signal = ATM_PHY_SIG_LOST;
238 printk(KERN_NOTICE "%s(itf %d): signal los
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_callmgr.c7 #include <signal.h>
43 /* TODO: according to signal(2), siglongjmp() is unsafe used here */
48 /* do nothing signal handler */
145 signal(SIGINT, callmgr_sighandler);
146 signal(SIGTERM, callmgr_sighandler);
147 signal(SIGPIPE, callmgr_do_nothing);
148 signal(SIGUSR1, callmgr_do_nothing); /* signal state change
185 /* a signal or somesuch. */
252 signal(SIGIN
[all...]
H A Dutil.c92 /* signal to pipe delivery implementation */
95 #include <signal.h>
101 /* create a signal pipe, returns 0 for success, -1 with errno for failure */
130 /* generic handler for signals, writes signal number to pipe */
134 signal(signum, sigpipe_handler);
137 /* assign a signal number to the pipe */
151 /* return the signal pipe read file descriptor for select(2) */
157 /* read and return the pending signal from the pipe */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dgtkdictbrowser.py269 import signal namespace
270 signal.signal(signal.SIGINT, signal.SIG_DFL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c25 #include <signal.h>
147 /* Reset signal handlers set for parent process */
149 signal(sig, SIG_DFL);
222 /* Disable signal handlers */
224 signal(sig, SIG_DFL);
269 case SIGUSR1: message = "User-defined signal 1"; break;
275 cprintf("Caught signal %d\n", sig);
314 signal(fatal_signals[i], fatal_signal);
316 signal(SIGCHLD, reap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c56 * simple as possible, due to this the only signal handling mechanisms used will
64 * achieved with a single signal handler 'exit_signal_handler' for both signals.
66 * The 'exit_signal_handler' upon the first SIGINT or SIGTERM received signal
68 * 'exit_signal' the signal that triggered this change.
79 * if no signal was being ignored or handled at all. Enjoy it!
87 #include <signal.h>
147 /* vars used to keep around previous signal handlers */
175 /* if next is set indicates the first signal handled in exit_signal_handler */
179 /* signal handler that will be triggered to indicate that the program
182 store in exit_signal the signal tha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc2/
H A Drc2speed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
72 #include <signal.h>
124 signal(SIGALRM,sig_done);
213 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc4/
H A Drc4speed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
72 #include <signal.h>
124 signal(SIGALRM,sig_done);
212 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5speed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
72 #include <signal.h>
124 signal(SIGALRM,sig_done);
213 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bf/
H A Dbfspeed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
72 #include <signal.h>
124 signal(SIGALRM,sig_done);
213 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/cast/
H A Dcast_spd.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
72 #include <signal.h>
124 signal(SIGALRM,sig_done);
213 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbfspeed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
73 #include <signal.h>
127 signal(SIGALRM,sig_done);
216 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_spd.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
73 #include <signal.h>
127 signal(SIGALRM,sig_done);
216 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2speed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
73 #include <signal.h>
127 signal(SIGALRM,sig_done);
216 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4speed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
73 #include <signal.h>
127 signal(SIGALRM,sig_done);
215 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5speed.c60 /* 06-Apr-92 Luke Brennan Support for VMS and add extra signal calls */
73 #include <signal.h>
127 signal(SIGALRM,sig_done);
216 signal(SIGALRM,sig_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc.c88 signal(SIGALRM, timeout);
126 signal(SIGALRM, SIG_DFL);
131 signal(SIGCHLD, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c72 cause = "signal";
233 signal(SIGCHLD, sig_child_handler);
234 signal(SIGTERM, sig_term_handler);
235 signal(SIGPIPE, SIG_IGN);
278 sig_pause(); /* wait for any signal (expecting SIGCHLD) */
436 signal(SIGTERM, SIG_DFL);
437 signal(SIGPIPE, SIG_DFL);
438 signal(SIGCHLD, SIG_DFL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dposix-cpu-timers.c93 * This is necessary to prevent signal delivery starvation, when the result of
235 cpu->cpu = cputime_add(p->signal->utime, p->signal->stime);
242 cpu->cpu = p->signal->utime;
249 cpu->sched = p->signal->sum_sched_runtime;
317 if (p->tgid == pid && p->signal) {
394 if (unlikely(p->signal == NULL)) {
475 cleanup_timers(tsk->signal->cpu_timers,
476 cputime_add(tsk->utime, tsk->signal->utime),
477 cputime_add(tsk->stime, tsk->signal
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsamba.init68 start-stop-daemon --stop --signal HUP --pidfile $SMBDPID
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsamba.init68 start-stop-daemon --stop --signal HUP --pidfile $SMBDPID
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_getsess.c17 #include <signal.h>
68 * re-established its signal handler for SIGTERM yet. */
123 signal(SIGPIPE, SIG_IGN); /* we catch these ourselves */

Completed in 131 milliseconds

1234567891011>>