Searched refs:sigaction (Results 151 - 158 of 158) sorted by relevance

1234567

/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c1430 struct sigaction sa;
1478 ret = sigaction(SIGALRM, &sa, NULL);
/linux-master/tools/perf/util/
H A Devlist.c1490 struct sigaction act = {
1494 sigaction(SIGUSR1, &act, NULL);
/linux-master/arch/sparc/kernel/
H A Dsignal32.c638 struct sigaction *sa)
H A Dsignal_64.c452 struct sigaction *sa)
/linux-master/kernel/
H A Dsignal.c4480 * @act: new sigaction
4481 * @oact: used to save the previous sigaction
4485 const struct sigaction __user *, act,
4486 struct sigaction __user *, oact,
4556 SYSCALL_DEFINE3(sigaction, int, sig,
4592 COMPAT_SYSCALL_DEFINE3(sigaction, int, sig,
4658 * For backwards compatibility. Functionality superseded by sigaction.
/linux-master/include/linux/
H A Dsyscalls.h649 const struct sigaction __user *,
650 struct sigaction __user *,
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c5189 struct sigaction sa;
5195 if (sigaction(SIGINT, &sa, NULL) < 0)
5196 err(1, "sigaction SIGINT");
5197 if (sigaction(SIGUSR1, &sa, NULL) < 0)
5198 err(1, "sigaction SIGUSR1");
/linux-master/tools/perf/
H A Dbuiltin-trace.c4808 struct sigaction sigchld_act;
4817 sigaction(SIGCHLD, &sigchld_act, NULL);

Completed in 178 milliseconds

1234567