Searched refs:SIG_IGN (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
D | util.c | 102 signal(SIGWINCH, SIG_IGN); in os_fix_helper_signals() 120 signal(SIGTERM, SIG_IGN); in os_dump_core()
|
D | process.c | 284 signal(SIGHUP, SIG_IGN); in init_new_thread_signals() 286 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
|
D | irq.c | 134 signal(SIGIO, SIG_IGN); in os_set_ioignore()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | signal-defs.h | 24 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | signal.h | 77 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
|
/linux-4.4.14/include/linux/ |
D | signal.h | 311 kernel_sigaction(sig, SIG_IGN); in disallow_signal() 435 ((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_IGN))
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 300 signal(SIGINT, SIG_IGN); in fork_it() 301 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux-4.4.14/kernel/ |
D | signal.c | 64 return handler == SIG_IGN || in sig_handler_ignored() 469 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals() 484 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers() 500 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1168 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info() 1633 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent() 1651 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent() 1722 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop() 2216 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal() 3033 if (action == SIG_IGN) { in kernel_sigaction()
|
D | pid_namespace.c | 200 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; in zap_pid_ns_processes()
|
D | kmod.c | 302 kernel_sigaction(SIGCHLD, SIG_IGN); in call_usermodehelper_exec_sync()
|
D | ptrace.c | 434 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
|
/linux-4.4.14/arch/tile/kernel/ |
D | signal.c | 376 if (handler != SIG_IGN && handler != SIG_DFL) in trace_unhandled_signal()
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbipd.c | 453 act.sa_handler = SIG_IGN; in set_signal()
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 193 signal(SIGWINCH, SIG_IGN); in userspace_tramp()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 250 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 498 signal(SIGUSR2, SIG_IGN); in __cmd_record()
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 3088 signal(SIGINT, SIG_IGN); in fork_it() 3089 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 1627 .sa_handler = SIG_IGN in init_mic()
|
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 1783 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 672 signal(SIGSYS, SIG_IGN); in TEST_F_SIGNAL()
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 1162 signal(SIGCHLD, SIG_IGN); in reset_device()
|