Searched refs:sigaction (Results 151 - 175 of 188) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dmconf.c454 struct sigaction sa;
466 sigaction(SIGWINCH, &sa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dmessage.c158 struct sigaction sa;
164 if (sigaction(message_progress_sigs[i], &sa, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c1620 static struct sigaction user_action[_NSIG];
1660 struct sigaction new_action;
1669 if (sigaction(i, &new_action, &user_action[i]) < 0) {
1681 (void) sigaction(i, &user_action[i], NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c1547 struct sigaction sa;
1582 sigaction(SIGALRM, &sa, NULL);
1931 struct sigaction sa;
1939 sigaction(SIGHUP, &sa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c1137 struct sigaction sa;
1141 sigaction(SIGINT, &sa, 0);
1142 sigaction(SIGTERM, &sa, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c348 struct sigaction new_action;
402 if (sigaction(SIGHUP, &new_action, NULL) != 0 || sigaction(SIGUSR1, &new_action, NULL) != 0)
403 bb_error_msg_and_die("sigaction");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dmain.c846 struct sigaction sv;
1113 if ( sigaction( SIGTERM, &sv, NULL) < 0 ) {
1124 if ( sigaction( SIGUSR1, &sv, NULL) < 0 ) {
1135 if ( sigaction( SIGALRM, &sv, NULL) < 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c535 struct sigaction sa;
542 sigaction(sig, &sa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c2546 struct sigaction old_sa;
2548 if (sigaction(signum, NULL, &old_sa) == -1) {
2554 struct sigaction sa;
2556 memset(&sa, 0, sizeof(struct sigaction));
2560 if (sigaction(signum, &sa, NULL) == -1) {
2571 struct sigaction sa;
2573 memset(&sa, 0, sizeof(struct sigaction));
2575 sigaction(signum, &sa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c323 struct sigaction sa;
326 sigaction(sig, &sa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c1153 struct sigaction sigact;
1186 if (sigaction(SIGPIPE, &sigact, NULL) == -1 && ret == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsignal32.c403 static void __user *get_sigframe(struct sigaction *sa, struct pt_regs *regs, unsigned long framesize)
782 struct sigaction *sa)
H A Dsignal_64.c516 struct sigaction *sa)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsystbl.h73 SYS32ONLY(sigaction)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsignal.c91 SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act,
92 struct sigaction __user *, oact,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c260 struct sigaction sa;
268 sigaction(signo, &sa, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsignal_32.c511 struct sigaction *sa)
H A Dsignal_64.c51 handle_syscall_restart(struct pt_regs *regs, struct sigaction *sa)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsignal.c74 SYSCALL_DEFINE3(sigaction, int, sig, const struct old_sigaction __user *, act,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A Dregress.c798 struct sigaction sa;
807 if (sigaction(SIGUSR1, &sa, NULL) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1791 struct sigaction sighdlr = {
1806 if (sigaction(signo, &sighdlr, NULL ) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_ctrl.c52 struct sigaction old_sigaction; /* evil signals */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress.c1143 struct sigaction sa;
1151 if (sigaction(SIGUSR1, &sa, NULL) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsignal.c1874 * Tracing can induce an artifical signal and choose sigaction.
2634 const struct sigaction __user *, act,
2635 struct sigaction __user *, oact,
2689 * For backwards compatibility. Functionality superseded by sigaction.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c67 * explain why we use signal instead of sigaction
594 struct sigaction sa;
598 sigaction(sig, &sa, NULL);

Completed in 561 milliseconds

12345678