/linux-4.1.27/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.1.27/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.1.27/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.1.27/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()
|
D | rdpmc.c | 102 struct sigaction sa; in __test__rdpmc() 107 sigaction(SIGSEGV, &sa, NULL); in __test__rdpmc()
|
/linux-4.1.27/Documentation/filesystems/ |
D | dnotify_test.c | 17 struct sigaction act; in main() 23 sigaction(SIGRTMIN + 1, &act, NULL); in main()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | signal.h | 102 struct sigaction { struct 117 struct sigaction { argument
|
/linux-4.1.27/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 | 409 static struct sigaction sigill_action = { 415 if (sigaction(SIGILL, &sigill_action, NULL)) { in catch_sigill() 466 struct sigaction term_action = { 474 if (sigaction(SIGTERM, &term_action, NULL)) in ebb_init()
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | single_step_syscall.c | 45 struct sigaction sa; in sethandler() 50 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()
|
/linux-4.1.27/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.1.27/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 94 struct sigaction action; in setup_segv_handler() 99 sigaction(SIGSEGV, &action, NULL); in setup_segv_handler()
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | signal.h | 94 #define __new_sigaction sigaction 103 #define __old_sigaction sigaction
|
/linux-4.1.27/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()
|
/linux-4.1.27/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 540 struct sigaction sa; in main() 694 if (sigaction(SIGUSR1, &sa, NULL) == -1) in main() 697 if (sigaction(SIGHUP, &sa, NULL) == -1) in main() 699 if (sigaction(SIGINT, &sa, NULL) == -1) in main() 701 if (sigaction(SIGQUIT, &sa, NULL) == -1) in main() 703 if (sigaction(SIGTERM, &sa, NULL) == -1) in main()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | main.c | 61 struct sigaction action; in install_fatal_handler() 75 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 | 181 struct sigaction action; in set_handler() 201 if (sigaction(sig, &action, NULL) < 0) in set_handler()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | signal.h | 24 struct sigaction { struct
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | signal.h | 21 struct sigaction { struct
|
/linux-4.1.27/tools/perf/bench/ |
D | futex-wake.c | 113 struct sigaction act; in bench_futex_wake() 126 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-hash.c | 114 struct sigaction act; in bench_futex_hash() 129 sigaction(SIGINT, &act, NULL); in bench_futex_hash()
|
/linux-4.1.27/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 | 421 struct sigaction *sa) in syscall_restart()
|
D | signal_64.c | 442 struct sigaction *sa) in syscall_restart()
|
D | signal32.c | 685 struct sigaction *sa) in syscall_restart32()
|
/linux-4.1.27/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.1.27/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.1.27/include/uapi/linux/ |
D | elfcore.h | 49 struct sigaction pr_action; /* Signal action for current sig */
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | signal.h | 94 struct sigaction { struct
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | signal.h | 95 struct sigaction { struct
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | signal.h | 91 struct sigaction { struct
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | signal.h | 100 struct sigaction { struct
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | signal.h | 104 struct sigaction { struct
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | signal.h | 103 struct sigaction { struct
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | signal.h | 101 struct sigaction { struct
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | signal.h | 98 struct sigaction { struct
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | signal.h | 101 struct sigaction { struct
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | signal.h | 99 struct sigaction { struct
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | signal.h | 111 struct sigaction { struct
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | signal.h | 101 struct sigaction { struct
|
/linux-4.1.27/Documentation/ptp/ |
D | testptp.c | 74 struct sigaction action; in install_handler() 86 sigaction(signum, &action, NULL); in install_handler()
|
/linux-4.1.27/include/linux/ |
D | signal.h | 259 struct sigaction { struct 274 struct sigaction sa; argument
|
D | syscalls.h | 361 const struct sigaction __user *, 362 struct sigaction __user *,
|
/linux-4.1.27/arch/mips/kernel/ |
D | signal.c | 315 SYSCALL_DEFINE3(sigaction, int, sig, const struct sigaction __user *, act, in SYSCALL_DEFINE3() argument 316 struct sigaction __user *, oact) in SYSCALL_DEFINE3()
|
/linux-4.1.27/tools/perf/scripts/perl/ |
D | rwtop.pl | 97 POSIX::sigaction(SIGALRM, $sa) or die "Can't set SIGALRM handler: $!\n";
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
D | process.c | 222 struct sigaction sa; in userspace_tramp() 233 if (sigaction(SIGSEGV, &sa, NULL) < 0) { in userspace_tramp()
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 459 struct sigaction act = { in perf_top__handle_keypress() 464 sigaction(SIGWINCH, &act, NULL); in perf_top__handle_keypress() 1259 struct sigaction act = { in cmd_top() 1264 sigaction(SIGWINCH, &act, NULL); in cmd_top()
|
/linux-4.1.27/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.1.27/scripts/ |
D | .docproc.cmd | 74 /usr/include/i386-linux-gnu/bits/sigaction.h \
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 1558 struct sigaction ignore = { in init_mic() 1562 struct sigaction act = { in init_mic() 1579 sigaction(SIGUSR1, &ignore, NULL); in init_mic() 1604 err = sigaction(SIGUSR1, &act, NULL); in init_mic()
|
/linux-4.1.27/tools/vm/ |
D | page-types.c | 843 static struct sigaction sigbus_action = { 942 sigaction(SIGBUS, &sigbus_action, NULL); in walk_page_cache()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 73 SYS32ONLY(sigaction)
|
/linux-4.1.27/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.1.27/arch/ |
D | Kconfig | 540 Architecture has old sigaction(2) syscall. Nope, not the same 542 but fairly different variant of sigaction(2), thanks to OSF/1
|
/linux-4.1.27/kernel/ |
D | signal.c | 3353 const struct sigaction __user *, act, in SYSCALL_DEFINE4() 3354 struct sigaction __user *, oact, in SYSCALL_DEFINE4() 3428 SYSCALL_DEFINE3(sigaction, int, sig, in SYSCALL_DEFINE3() argument 3464 COMPAT_SYSCALL_DEFINE3(sigaction, int, sig, in COMPAT_SYSCALL_DEFINE3() argument
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.c | 1390 struct sigaction act = { in perf_evlist__prepare_workload() 1394 sigaction(SIGUSR1, &act, NULL); in perf_evlist__prepare_workload()
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_32.tbl | 76 67 i386 sigaction sys_sigaction compat_sys_sigaction
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4100 at ../sysdeps/unix/sysv/linux/i386/sigaction.c:125
|