Searched refs:SIG_DFL (Results 1 – 23 of 23) sorted by relevance
/linux-4.4.14/arch/um/os-Linux/ |
D | util.c | 103 signal(SIGINT, SIG_DFL); in os_fix_helper_signals() 104 signal(SIGTERM, SIG_DFL); in os_fix_helper_signals() 111 signal(SIGSEGV, SIG_DFL); in os_dump_core()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | signal-defs.h | 23 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | signal.h | 76 #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ macro
|
/linux-4.4.14/include/linux/ |
D | signal.h | 434 (((t)->sighand->action[(signr)-1].sa.sa_handler != SIG_DFL) && \ 439 (t)->sighand->action[(signr)-1].sa.sa_handler == SIG_DFL)
|
D | init_task.h | 67 .action = { { { .sa_handler = SIG_DFL, } }, }, \
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 131 signal(SIGTERM, SIG_DFL); in eat_cpu_child()
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 47 sa.sa_handler = SIG_DFL; in clearhandler()
|
D | ptrace_syscall.c | 110 sa.sa_handler = SIG_DFL; in clearhandler()
|
D | sigreturn.c | 137 sa.sa_handler = SIG_DFL; in clearhandler()
|
/linux-4.4.14/kernel/ |
D | signal.c | 65 (handler == SIG_DFL && sig_kernel_ignore(sig)); in sig_handler_ignored() 75 handler == SIG_DFL && !force) in sig_task_ignored() 485 ka->sa.sa_handler = SIG_DFL; in flush_signal_handlers() 500 if (handler != SIG_IGN && handler != SIG_DFL) in unhandled_signal() 1171 action->sa.sa_handler = SIG_DFL; in force_sig_info() 1177 if (action->sa.sa_handler == SIG_DFL) in force_sig_info() 1452 p->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; in force_sigsegv() 2218 if (ka->sa.sa_handler != SIG_DFL) { in get_signal() 2223 ka->sa.sa_handler = SIG_DFL; in get_signal()
|
D | kmod.c | 274 kernel_sigaction(SIGCHLD, SIG_DFL); in call_usermodehelper_exec_sync()
|
/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/perf/scripts/python/ |
D | compaction-times.py | 12 signal.signal(signal.SIGPIPE, signal.SIG_DFL)
|
/linux-4.4.14/fs/ncpfs/ |
D | sock.c | 768 if (current->sighand->action[SIGINT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request() 770 if (current->sighand->action[SIGQUIT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request()
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 192 signal(SIGTERM, SIG_DFL); in userspace_tramp()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | signal.c | 302 current->sighand->action[sig - 1].sa.sa_handler = SIG_DFL; in force_sigsegv_info()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 252 else if (k->sa.sa_handler != SIG_DFL) in collect_sigign_sigcatch()
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.c | 142 signal(SIGINT, SIG_DFL); in sigint_handler()
|
/linux-4.4.14/tools/vm/ |
D | page-types.c | 960 signal(SIGBUS, SIG_DFL); in walk_page_cache()
|
/linux-4.4.14/tools/perf/ |
D | builtin-record.c | 141 signal(signr, SIG_DFL); in record__sig_exit()
|
D | builtin-stat.c | 922 signal(signr, SIG_DFL); in sig_atexit()
|
D | builtin-top.c | 472 signal(SIGWINCH, SIG_DFL); in perf_top__handle_keypress()
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 1530 signal(SIGTERM, SIG_DFL); in perf_evlist__prepare_workload()
|