/linux-4.4.14/arch/x86/um/ |
D | bugs_32.c | 24 struct sigaction old, new; in arch_check_bugs() 32 sigaction(SIGILL, &new, &old); in arch_check_bugs() 41 sigaction(SIGILL, &old, &new); in arch_check_bugs()
|
/linux-4.4.14/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 141 struct sigaction act = { in test_anon() 153 sigaction(SIGSEGV, &act, NULL); in test_anon() 175 struct sigaction act = { in test_file() 188 sigaction(SIGSEGV, &act, NULL); in test_file()
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | task_size.c | 69 struct sigaction sa, old; in os_get_top_address() 92 if (sigaction(SIGSEGV, &sa, &old)) { in os_get_top_address() 132 if (sigaction(SIGSEGV, &old, NULL)) { in os_get_top_address()
|
/linux-4.4.14/tools/perf/tests/ |
D | bp_signal_overflow.c | 64 struct sigaction sa; in test__bp_signal_overflow() 69 memset(&sa, 0, sizeof(struct sigaction)); in test__bp_signal_overflow() 73 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal_overflow()
|
D | bp_signal.c | 116 struct sigaction sa; in test__bp_signal() 120 memset(&sa, 0, sizeof(struct sigaction)); in test__bp_signal() 124 if (sigaction(SIGIO, &sa, NULL) < 0) { in test__bp_signal()
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 34 struct sigaction sa; in sethandler() 39 if (sigaction(sig, &sa, 0)) in sethandler() 45 struct sigaction sa; in clearhandler() 49 if (sigaction(sig, &sa, 0)) in clearhandler()
|
D | syscall_arg_fault.c | 32 struct sigaction sa; in sethandler() 37 if (sigaction(sig, &sa, 0)) in sethandler()
|
D | ptrace_syscall.c | 97 struct sigaction sa; in sethandler() 102 if (sigaction(sig, &sa, 0)) in sethandler() 108 struct sigaction sa; in clearhandler() 112 if (sigaction(sig, &sa, 0)) in clearhandler()
|
D | single_step_syscall.c | 45 struct sigaction sa; in sethandler() 50 if (sigaction(sig, &sa, 0)) in sethandler()
|
D | unwind_vdso.c | 56 struct sigaction sa; in sethandler() 61 if (sigaction(sig, &sa, 0)) in sethandler()
|
D | sigreturn.c | 124 struct sigaction sa; in sethandler() 129 if (sigaction(sig, &sa, 0)) in sethandler() 135 struct sigaction sa; in clearhandler() 139 if (sigaction(sig, &sa, 0)) in clearhandler()
|
D | ldt_gdt.c | 400 struct sigaction sa; in sethandler() 405 if (sigaction(sig, &sa, 0)) in sethandler()
|
/linux-4.4.14/Documentation/filesystems/ |
D | dnotify_test.c | 17 struct sigaction act; in main() 23 sigaction(SIGRTMIN + 1, &act, NULL); in main()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | signal.h | 102 struct sigaction { struct 117 struct sigaction { struct
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | multi_ebb_procs_test.c | 26 struct sigaction sigint_action = { 34 if (sigaction(SIGINT, &sigint_action, NULL)) { in cycles_child()
|
D | ebb.c | 420 static struct sigaction sigill_action = { 426 if (sigaction(SIGILL, &sigill_action, NULL)) { in catch_sigill() 477 struct sigaction term_action = { 485 if (sigaction(SIGTERM, &term_action, NULL)) in ebb_init()
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
D | harness.c | 93 static struct sigaction alarm_action = { 104 if (sigaction(SIGALRM, &alarm_action, NULL)) { in test_harness()
|
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 103 struct sigaction action; in setup_segv_handler() 108 sigaction(SIGSEGV, &action, NULL); in setup_segv_handler()
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | signal.h | 94 #define __new_sigaction sigaction 103 #define __old_sigaction sigaction
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 135 struct sigaction act; in main() 142 sigaction(signum, &act, NULL); in main()
|
D | set-timer-lat.c | 189 struct sigaction act; in main() 197 sigaction(signum, &act, NULL); in main()
|
D | leap-a-day.c | 191 struct sigaction act; in main() 238 sigaction(signum, &act, NULL); in main()
|
/linux-4.4.14/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 541 struct sigaction sa; in main() 695 if (sigaction(SIGUSR1, &sa, NULL) == -1) in main() 698 if (sigaction(SIGHUP, &sa, NULL) == -1) in main() 700 if (sigaction(SIGINT, &sa, NULL) == -1) in main() 702 if (sigaction(SIGQUIT, &sa, NULL) == -1) in main() 704 if (sigaction(SIGTERM, &sa, NULL) == -1) in main()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 101 struct sigaction sa; in __test__rdpmc() 106 sigaction(SIGSEGV, &sa, NULL); in __test__rdpmc()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | main.c | 62 struct sigaction action; in install_fatal_handler() 76 if (sigaction(sig, &action, NULL) < 0) { in install_fatal_handler()
|
D | sigio.c | 431 struct sigaction old, new; in check_one_sigio() 466 if (sigaction(SIGIO, NULL, &old) < 0) { in check_one_sigio() 474 if (sigaction(SIGIO, &new, NULL) < 0) { in check_one_sigio() 486 if (sigaction(SIGIO, &old, NULL) < 0) in check_one_sigio()
|
D | signal.c | 186 struct sigaction action; in set_handler() 206 if (sigaction(sig, &action, NULL) < 0) in set_handler()
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi_signal_restart.c | 124 struct sigaction sa; in main() 152 if (sigaction(SIGUSR1, &sa, NULL)) { in main()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | signal.h | 24 struct sigaction { struct
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | signal.h | 21 struct sigaction { struct
|
/linux-4.4.14/tools/perf/bench/ |
D | futex-wake.c | 118 struct sigaction act; in bench_futex_wake() 131 sigaction(SIGINT, &act, NULL); in bench_futex_wake()
|
D | futex-requeue.c | 112 struct sigaction act; in bench_futex_requeue() 123 sigaction(SIGINT, &act, NULL); in bench_futex_requeue()
|
D | futex-lock-pi.c | 142 struct sigaction act; in bench_futex_lock_pi() 153 sigaction(SIGINT, &act, NULL); in bench_futex_lock_pi()
|
D | futex-hash.c | 114 struct sigaction act; in bench_futex_hash() 129 sigaction(SIGINT, &act, NULL); in bench_futex_hash()
|
D | futex-wake-parallel.c | 200 struct sigaction act; in bench_futex_wake_parallel() 213 sigaction(SIGINT, &act, NULL); in bench_futex_wake_parallel()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | sys_sparc_32.c | 174 const struct sigaction __user *, act, in SYSCALL_DEFINE5() 175 struct sigaction __user *, oact, in SYSCALL_DEFINE5()
|
D | sys_sparc_64.c | 617 SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act, in SYSCALL_DEFINE5() 618 struct sigaction __user *, oact, void __user *, restorer, in SYSCALL_DEFINE5()
|
D | signal_32.c | 432 struct sigaction *sa) in syscall_restart()
|
D | signal_64.c | 451 struct sigaction *sa) in syscall_restart()
|
D | signal32.c | 699 struct sigaction *sa) in syscall_restart32()
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbipd.c | 446 struct sigaction act; in set_signal() 451 sigaction(SIGTERM, &act, NULL); in set_signal() 452 sigaction(SIGINT, &act, NULL); in set_signal() 454 sigaction(SIGCLD, &act, NULL); in set_signal()
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-direct.c | 91 struct sigaction act; in install_emulator() 99 if (sigaction(SIGSYS, &act, NULL) < 0) { in install_emulator()
|
/linux-4.4.14/include/uapi/linux/ |
D | elfcore.h | 49 struct sigaction pr_action; /* Signal action for current sig */
|
/linux-4.4.14/arch/mn10300/include/uapi/asm/ |
D | signal.h | 103 struct sigaction { struct
|
/linux-4.4.14/arch/m32r/include/uapi/asm/ |
D | signal.h | 95 struct sigaction { struct
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | signal.h | 100 struct sigaction { struct
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | signal.h | 91 struct sigaction { struct
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | signal.h | 104 struct sigaction { struct
|
/linux-4.4.14/arch/h8300/include/uapi/asm/ |
D | signal.h | 93 struct sigaction { struct
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | signal.h | 94 struct sigaction { struct
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
D | signal.h | 98 struct sigaction { struct
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | signal.h | 103 struct sigaction { struct
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | signal.h | 99 struct sigaction { struct
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | signal.h | 101 struct sigaction { struct
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | signal.h | 101 struct sigaction { struct
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | signal.h | 111 struct sigaction { struct
|
/linux-4.4.14/include/linux/ |
D | signal.h | 258 struct sigaction { struct 273 struct sigaction sa; argument
|
D | syscalls.h | 361 const struct sigaction __user *, 362 struct sigaction __user *,
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 75 struct sigaction action; in install_handler() 87 sigaction(signum, &action, NULL); in install_handler()
|
/linux-4.4.14/tools/perf/scripts/perl/ |
D | rwtop.pl | 97 POSIX::sigaction(SIGALRM, $sa) or die "Can't set SIGALRM handler: $!\n";
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
D | process.c | 221 struct sigaction sa; in userspace_tramp() 232 if (sigaction(SIGSEGV, &sa, NULL) < 0) { in userspace_tramp()
|
/linux-4.4.14/arch/mips/kernel/ |
D | signal.c | 554 SYSCALL_DEFINE3(sigaction, int, sig, const struct sigaction __user *, act, in SYSCALL_DEFINE3() argument 555 struct sigaction __user *, oact) in SYSCALL_DEFINE3()
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 465 struct sigaction act = { in perf_top__handle_keypress() 470 sigaction(SIGWINCH, &act, NULL); in perf_top__handle_keypress() 1321 struct sigaction act = { in cmd_top() 1326 sigaction(SIGWINCH, &act, NULL); in cmd_top()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | signal.c | 88 SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act, in SYSCALL_DEFINE5() 89 struct sigaction __user *, oact, in SYSCALL_DEFINE5()
|
/linux-4.4.14/scripts/ |
D | .docproc.cmd | 74 /usr/include/i386-linux-gnu/bits/sigaction.h \
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 1625 struct sigaction ignore = { in init_mic() 1629 struct sigaction act = { in init_mic() 1646 sigaction(SIGUSR1, &ignore, NULL); in init_mic() 1697 err = sigaction(SIGUSR1, &act, NULL); in init_mic()
|
/linux-4.4.14/tools/vm/ |
D | page-types.c | 845 static struct sigaction sigbus_action = { 944 sigaction(SIGBUS, &sigbus_action, NULL); in walk_page_cache()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 73 SYS32ONLY(sigaction)
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 690 struct sigaction act; in TEST_F() 699 ret = sigaction(SIGSYS, &act, NULL); in TEST_F() 1028 struct sigaction action = { in tracer() 1034 ASSERT_EQ(0, sigaction(SIGUSR1, &action, NULL)); in tracer()
|
/linux-4.4.14/arch/sh/kernel/ |
D | signal_32.c | 403 struct sigaction *sa) in handle_syscall_restart()
|
D | signal_64.c | 47 handle_syscall_restart(struct pt_regs *regs, struct sigaction *sa) in handle_syscall_restart()
|
/linux-4.4.14/arch/ |
D | Kconfig | 559 Architecture has old sigaction(2) syscall. Nope, not the same 561 but fairly different variant of sigaction(2), thanks to OSF/1
|
/linux-4.4.14/kernel/ |
D | signal.c | 3299 const struct sigaction __user *, act, in SYSCALL_DEFINE4() 3300 struct sigaction __user *, oact, in SYSCALL_DEFINE4() 3374 SYSCALL_DEFINE3(sigaction, int, sig, in SYSCALL_DEFINE3() argument 3410 COMPAT_SYSCALL_DEFINE3(sigaction, int, sig, in COMPAT_SYSCALL_DEFINE3() argument
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_32.tbl | 76 67 i386 sigaction sys_sigaction compat_sys_sigaction
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 1575 struct sigaction act = { in perf_evlist__prepare_workload() 1579 sigaction(SIGUSR1, &act, NULL); in perf_evlist__prepare_workload()
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 173 API-sys-rt-sigaction
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4100 at ../sysdeps/unix/sysv/linux/i386/sigaction.c:125
|