Searched refs:sigval (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d49 union sigval u;
59 union sigval u;
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.basics.d61 extern union sigval e23;
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c81 const int sigval = SIGSTOP; local
93 printf("Before raising %s from child\n", strsignal(sigval));
94 FORKEE_ASSERT(raise(sigval) == 0);
104 validate_status_stopped(status, sigval);
139 const int sigval = SIGSTOP, sigsent = SIGINT; local
158 printf("Before raising %s from child\n", strsignal(sigval));
159 FORKEE_ASSERT(raise(sigval) == 0);
171 validate_status_stopped(status, sigval);
195 const int sigval = SIGSTOP, sigsent = SIGINT /* Without core-dump */; local
207 printf("Before raising %s from child\n", strsignal(sigval));
244 const int sigval = SIGSTOP, sigsent = SIGCONT; local
977 const int sigval = SIGSTOP; local
1032 const int sigval = SIGSTOP; local
1087 const int sigval = SIGSTOP; local
1144 const int sigval = SIGSTOP; local
1199 const int sigval = SIGSTOP; local
1254 const int sigval = SIGSTOP; local
1312 const int sigval = SIGSTOP; local
1435 const int sigval = SIGSTOP; local
1514 const int sigval = SIGSTOP; local
1639 const int sigval = SIGSTOP; local
1717 const int sigval = SIGSTOP; local
1813 const int sigval = SIGSTOP; local
1906 const int sigval = SIGSTOP; local
1971 const int sigval = SIGSTOP; local
2036 const int sigval = SIGSTOP; local
2101 const int sigval = SIGSTOP; local
2166 const int sigval = SIGSTOP; local
2230 const int sigval = SIGSTOP; local
2294 const int sigval = SIGSTOP; local
2358 const int sigval = SIGSTOP; local
2422 const int sigval = SIGSTOP; local
2488 const int sigval = SIGSTOP; local
2549 const int sigval = SIGSTOP; local
2622 const int sigval = SIGSTOP; local
2707 const int sigval = SIGSTOP; local
2804 const int sigval = SIGSTOP; local
2860 const int sigval = SIGSTOP; local
2923 const int sigval = SIGSTOP; local
2993 const int sigval = SIGSTOP; local
3070 const int sigval = SIGSTOP; local
3156 const int sigval = SIGSTOP; local
3242 const int sigval = SIGSTOP; local
3315 const int sigval = SIGSTOP; local
3437 const int sigval = SIGSTOP; local
3501 const int sigval = SIGSTOP; local
3565 const int sigval = SIGSTOP; local
3629 const int sigval = SIGSTOP; local
3693 const int sigval = SIGSTOP; local
3753 const int sigval = SIGSTOP; local
3825 const int sigval = SIGSTOP; local
3909 const int sigval = SIGSTOP; local
4006 const int sigval = SIGSTOP; local
4060 const int sigval = SIGSTOP; local
4116 const int sigval = SIGSTOP; local
4172 const int sigval = SIGSTOP; local
4228 const int sigval = SIGSTOP; local
4285 const int sigval = SIGSTOP; local
4340 const int sigval = SIGSTOP; local
4397 const int sigval = SIGSTOP; local
4461 const int sigval = SIGSTOP; local
4529 const int sigval = SIGSTOP; local
4597 const int sigval = SIGSTOP; local
4663 const int sigval = SIGSTOP, sigsent = SIGKILL; local
4711 const int sigval = SIGSTOP; local
4760 const int sigval = SIGSTOP; local
4947 const int sigval = SIGTRAP; local
5016 const int sigval = SIGINT; local
5100 const int sigval = SIGINT; local
5183 const int sigval = SIGTRAP; local
5245 const int sigval = SIGSTOP; local
5398 const int sigval = SIGSTOP; local
5488 const int sigval = SIGSTOP; local
5584 const int sigval = SIGSTOP; local
5680 const int sigval = SIGSTOP; local
5749 const int sigval = SIGSTOP; local
5808 const int sigval = SIGSTOP; local
5882 const int sigval = SIGSTOP; local
5954 const int sigval = SIGSTOP; local
6025 const int sigval = SIGSTOP; local
6156 const int sigval = SIGSTOP; local
6286 const int sigval = SIGSTOP; local
6389 const int sigval = SIGSTOP; local
6493 const int sigval = SIGSTOP; local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c69 const int sigval = SIGSTOP; local
82 printf("Before raising %s from child\n", strsignal(sigval));
83 FORKEE_ASSERT(raise(sigval) == 0);
93 validate_status_stopped(status, sigval);
152 const int sigval = SIGSTOP; local
165 printf("Before raising %s from child\n", strsignal(sigval));
166 FORKEE_ASSERT(raise(sigval) == 0);
176 validate_status_stopped(status, sigval);
209 const int sigval = SIGSTOP; local
224 printf("Before raising %s from child\n", strsignal(sigval));
283 const int sigval = SIGSTOP; local
360 const int sigval = SIGSTOP; local
466 const int sigval = SIGSTOP; local
572 const int sigval = SIGSTOP; local
678 const int sigval = SIGSTOP; local
784 const int sigval = SIGSTOP; local
885 const int sigval = SIGSTOP; local
986 const int sigval = SIGSTOP; local
1088 const int sigval = SIGSTOP; local
1189 const int sigval = SIGSTOP; local
1290 const int sigval = SIGSTOP; local
1391 const int sigval = SIGSTOP; local
1492 const int sigval = SIGSTOP; local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/kernel/arch/i386/
H A Dt_ptrace_wait.c68 const int sigval = SIGSTOP; local
81 printf("Before raising %s from child\n", strsignal(sigval));
82 FORKEE_ASSERT(raise(sigval) == 0);
92 validate_status_stopped(status, sigval);
/freebsd-13-stable/lib/librt/
H A Dsigev_thread.h49 union sigval sn_value;
H A Daio.c51 typedef void (*aio_func)(union sigval val, struct aiocb *iocb);
H A Dtimer.c69 typedef void (*timer_func)(union sigval val, int overrun);
H A Dmq.c121 typedef void (*mq_func)(union sigval val);
/freebsd-13-stable/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c24 union sigval val;
/freebsd-13-stable/sys/sys/
H A Dsignal.h171 union sigval { union
198 union sigval sigev_value; /* Signal value */
202 void (*_function)(union sigval);
243 union sigval si_value; /* signal value */
H A Dsignalvar.h83 union sigval si_value;
211 union sigval sigev_value; /* Signal value */
H A Dsyscallsubr.h302 union sigval *value);
/freebsd-13-stable/include/
H A Dsignal.h97 int sigqueue(__pid_t, int, const union sigval);
/freebsd-13-stable/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c83 union sigval val;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigqueue.c59 atf_tc_set_md_var(tc, "descr", "Checks sigqueue(3) sigval delivery");
65 union sigval sv;
99 static union sigval sv;
187 union sigval val;
H A Dt_timer_create.c117 timer_callback(union sigval value)
/freebsd-13-stable/tests/sys/aio/
H A Dlio_test.c55 thr_handler(union sigval sv __unused)
H A Daio_test.c174 thr_handler(union sigval sv __unused)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c558 _timer_notify(union sigval sv)
/freebsd-13-stable/sys/kern/
H A Dkern_sig.c1906 /* union sigval */ void *value;
1912 union sigval sv;
1920 kern_sigqueue(struct thread *td, pid_t pid, int signum, union sigval *value)
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3124 union sigval sv;
/freebsd-13-stable/usr.bin/truss/
H A Dsyscalls.c1385 print_sigval(FILE *fp, union sigval *sv)

Completed in 212 milliseconds