Searched refs:SIG_IGN (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/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 | 278 signal(SIGHUP, SIG_IGN); in init_new_thread_signals() 280 signal(SIGWINCH, SIG_IGN); in init_new_thread_signals()
|
D | irq.c | 134 signal(SIGIO, SIG_IGN); in os_set_ioignore()
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | signal-defs.h | 24 #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ macro
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | signal.h | 77 #define SIG_IGN ((__sighandler_t)1) /* ignore signal */ macro
|
/linux-4.1.27/include/linux/ |
D | signal.h | 312 kernel_sigaction(sig, SIG_IGN); in disallow_signal() 436 ((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_IGN))
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 296 signal(SIGINT, SIG_IGN); in fork_it() 297 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux-4.1.27/kernel/ |
D | signal.c | 64 return handler == SIG_IGN || in sig_handler_ignored() 474 t->sighand->action[i].sa.sa_handler = SIG_IGN; in ignore_signals() 489 if (force_default || ka->sa.sa_handler != SIG_IGN) in flush_signal_handlers() 505 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1219 ignored = action->sa.sa_handler == SIG_IGN; in force_sig_info() 1684 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN || in do_notify_parent() 1702 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) in do_notify_parent() 1773 if (sighand->action[SIGCHLD-1].sa.sa_handler != SIG_IGN && in do_notify_parent_cldstop() 2267 if (ka->sa.sa_handler == SIG_IGN) /* Do nothing. */ in get_signal() 3087 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 | ptrace.c | 434 ret = (sigh->action[SIGCHLD-1].sa.sa_handler == SIG_IGN) || in ignoring_children()
|
/linux-4.1.27/arch/tile/kernel/ |
D | signal.c | 376 if (handler != SIG_IGN && handler != SIG_DFL) in trace_unhandled_signal()
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbipd.c | 453 act.sa_handler = SIG_IGN; in set_signal()
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
D | process.c | 188 signal(SIGWINCH, SIG_IGN); in userspace_tramp()
|
/linux-4.1.27/fs/proc/ |
D | array.c | 242 if (k->sa.sa_handler == SIG_IGN) in collect_sigign_sigcatch()
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 2977 signal(SIGINT, SIG_IGN); in fork_it() 2978 signal(SIGQUIT, SIG_IGN); in fork_it()
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 1560 .sa_handler = SIG_IGN in init_mic()
|
/linux-4.1.27/drivers/tty/ |
D | n_tty.c | 1790 current->sighand->action[sig-1].sa.sa_handler == SIG_IGN); in is_ignored()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 1158 signal(SIGCHLD, SIG_IGN); in reset_device()
|