OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:siginfo_t
(Results
1 - 25
of
86
) sorted by relevancy
1
2
3
4
/src/lib/libc/sys/
sigwaitinfo.c
47
int _sigwaitinfo(const sigset_t * __restrict,
siginfo_t
* __restrict info);
54
_sigwaitinfo(const sigset_t * __restrict set,
siginfo_t
* __restrict info)
sigtimedwait.c
48
sigtimedwait(const sigset_t * __restrict set,
siginfo_t
* __restrict info,
sigqueue.c
50
siginfo_t
info;
/src/lib/libc/compat/include/
signal.h
70
siginfo_t
* __restrict, const struct timespec50 * __restrict);
72
siginfo_t
* __restrict, struct timespec50 * __restrict);
74
siginfo_t
* __restrict, const struct timespec * __restrict);
76
siginfo_t
* __restrict, struct timespec * __restrict);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilPosix.cpp
31
static void AlarmHandler(int,
siginfo_t
*, void *) {
35
static void CrashHandler(int,
siginfo_t
*, void *) {
39
static void InterruptHandler(int,
siginfo_t
*, void *) {
43
static void GracefulExitHandler(int,
siginfo_t
*, void *) {
47
static void FileSizeExceedHandler(int,
siginfo_t
*, void *) {
52
void (*callback)(int,
siginfo_t
*, void *)) {
/src/sys/arch/sh3/include/
frame.h
143
siginfo_t
*sf_sip; /* r5 - "sip" argument for handler */
147
siginfo_t
sf_si; /* actual saved siginfo */
/src/lib/libc/compat/sys/
compat_sigtimedwait.c
58
sigtimedwait(const sigset_t * __restrict set,
siginfo_t
* __restrict info,
71
__sigtimedwait(const sigset_t * __restrict set,
siginfo_t
* __restrict info,
/src/tests/lib/libc/sys/
t_sigtimedwait.c
53
siginfo_t
info;
79
siginfo_t
info;
108
siginfo_t
info;
t_ptrace_wait.c
93
sizeof(((
siginfo_t
*)0)->si_pe_report_event));
95
sizeof(((
siginfo_t
*)0)->si_pe_other_pid));
97
sizeof(((
siginfo_t
*)0)->si_pe_lwp));
t_wait.c
57
siginfo_t
si;
73
siginfo_t
si;
107
siginfo_t
si;
142
siginfo_t
si;
179
siginfo_t
si;
245
siginfo_t
si;
/src/common/lib/libc/arch/arm/gen/
__aeabi_idiv0.c
52
siginfo_t
info;
__aeabi_ldiv0.c
52
siginfo_t
info;
/src/lib/libc/gen/
waitid.c
48
waitid(idtype_t idtype, id_t id,
siginfo_t
*info, int flags)
psignal.c
82
psiginfo(const
siginfo_t
*si, const char *s)
/src/sys/arch/riscv/riscv/
sig32_machdep.c
14
siginfo_t
si = { ._info = (s)->ksi_info, }; \
/src/sys/arch/usermode/include/
intr.h
44
typedef void (sigfunc_t)(
siginfo_t
*info, vaddr_t from_userland, vaddr_t pc, vaddr_t va);
/src/sys/arch/i386/include/
frame.h
169
siginfo_t
*sf_sip; /* "sip" argument for handler */
171
siginfo_t
sf_si; /* actual saved siginfo */
/src/lib/libm/softfloat/
feraiseexcept.c
56
siginfo_t
info;
/src/tests/lib/libpthread/
t_sigmask.c
83
upcalls_not_started_handler1(int sig,
siginfo_t
*info, void *ctx)
95
upcalls_not_started_handler2(int sig,
siginfo_t
*info, void *ctx)
130
respected_while_running_handler1(int sig,
siginfo_t
*info, void *ctx)
143
respected_while_running_handler2(int sig,
siginfo_t
*info, void *ctx)
/src/tests/usr.bin/c++/
t_tsan_signal_errno.sh
68
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
96
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
130
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
164
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
/src/tests/usr.bin/cc/
t_tsan_signal_errno.sh
68
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
96
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
130
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
164
static void MyHandler(int a,
siginfo_t
*s, void *c) { errno = 1; }
/src/include/
signal.h
192
int sigwaitinfo(const sigset_t * __restrict,
siginfo_t
* __restrict);
193
void psiginfo(const
siginfo_t
*, const char *);
198
siginfo_t
* __restrict, const struct timespec * __restrict)
201
siginfo_t
* __restrict, struct timespec * __restrict)
/src/sys/arch/amd64/include/
frame.h
125
siginfo_t
sf_si; /* actual saved siginfo */
/src/sys/sys/
wait.h
205
int waitid(idtype_t, id_t,
siginfo_t
*, int);
210
pid_t wait6(idtype_t, id_t, int *, int, struct wrusage *,
siginfo_t
*);
/src/tests/lib/libc/gen/
t_siginfo.c
70
sig_debug(int signo,
siginfo_t
*info, ucontext_t *ctx)
97
sigalrm_action(int signo,
siginfo_t
*info, void *ptr)
134
sigchild_action(int signo,
siginfo_t
*info, void *ptr)
161
setchildhandler(void (*action)(int,
siginfo_t
*, void *))
282
sigfpe_flt_action(int signo,
siginfo_t
*info, void *ptr)
342
sigfpe_int_action(int signo,
siginfo_t
*info, void *ptr)
398
sigsegv_action(int signo,
siginfo_t
*info, void *ptr)
434
sigbus_action(int signo,
siginfo_t
*info, void *ptr)
Completed in 28 milliseconds
1
2
3
4
Indexes created Sat Sep 20 22:09:52 GMT 2025