OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SA_SIGINFO
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/tests/lib/libpthread/
t_sigalarm.c
45
#ifdef
SA_SIGINFO
66
#ifdef
SA_SIGINFO
67
sa.sa_flags =
SA_SIGINFO
;
t_sigmask.c
114
act.sa_flags =
SA_SIGINFO
;
120
act.sa_flags =
SA_SIGINFO
;
185
act.sa_flags =
SA_SIGINFO
;
191
act.sa_flags =
SA_SIGINFO
;
t_once.c
177
act.sa_flags =
SA_SIGINFO
;
/src/lib/libc/compat/sys/
compat___sigaction14_sigtramp.c
63
* We select the non-
SA_SIGINFO
trampoline if
SA_SIGINFO
is not
66
if ((act->sa_flags &
SA_SIGINFO
) == 0) {
77
* If
SA_SIGINFO
was specified or the compatibility trampolines
/src/lib/librefuse/
refuse_signals.c
138
act.sa_flags =
SA_SIGINFO
;
143
if (!(saved->sa_flags &
SA_SIGINFO
) && saved->sa_handler == SIG_DFL)
172
if (!(oact.sa_flags &
SA_SIGINFO
) || oact.sa_sigaction != handler)
215
if (saved->sa_flags &
SA_SIGINFO
)
/src/tests/lib/libc/gen/
t_siginfo.c
122
sa.sa_flags =
SA_SIGINFO
;
164
sa.sa_flags =
SA_SIGINFO
;
325
sa.sa_flags =
SA_SIGINFO
;
376
sa.sa_flags =
SA_SIGINFO
;
424
sa.sa_flags =
SA_SIGINFO
;
501
sa.sa_flags =
SA_SIGINFO
;
t_fpsetmask.c
242
sa.sa_flags =
SA_SIGINFO
;
279
sa.sa_flags =
SA_SIGINFO
;
/src/tests/lib/libi386/
t_user_ldt.c
219
act.sa_flags =
SA_SIGINFO
;
263
act.sa_flags =
SA_SIGINFO
;
317
act.sa_flags =
SA_SIGINFO
;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilPosix.cpp
58
if (sigact.sa_flags &
SA_SIGINFO
) {
/src/tests/lib/libc/sys/
t_sigqueue.c
69
sa.sa_flags =
SA_SIGINFO
;
169
act.sa_flags =
SA_SIGINFO
;
t_ptrace_siginfo_wait.h
52
sa.sa_flags =
SA_SIGINFO
;
t_ptrace_sigchld.c
128
sa.sa_flags =
SA_SIGINFO
| SA_NOCLDWAIT;
t_timer_create.c
84
act.sa_flags =
SA_SIGINFO
;
/src/sys/sys/
signal.h
230
#define
SA_SIGINFO
0x0040 /* take sa_sigaction handler */
/src/tests/lib/libc/setjmp/
t_sigstack.c
195
* Set
SA_SIGINFO
so the system will pass siginfo -- and, more
207
sa.sa_flags =
SA_SIGINFO
|SA_ONSTACK;
/src/lib/libc/softfloat/
softfloat-specialize
116
((sa.sa_flags &
SA_SIGINFO
) == 0 &&
/src/sys/compat/linux32/common/
linux32_signal.c
185
if ((bsf &
SA_SIGINFO
) != 0)
207
bsf |=
SA_SIGINFO
;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.cc
100
const uptr
sa_siginfo
= (uptr)
SA_SIGINFO
;
member in namespace:__sanitizer
sanitizer_platform_limits_solaris.cc
102
const uptr
sa_siginfo
= (uptr)
SA_SIGINFO
;
member in namespace:__sanitizer
sanitizer_posix_libcdep.cc
212
sigact.sa_flags =
SA_SIGINFO
| SA_NODEFER;
sanitizer_stoptheworld_linux_libcdep.cc
311
act.sa_flags = SA_ONSTACK |
SA_SIGINFO
;
/src/sys/compat/linux32/arch/aarch64/
linux32_machdep.c
189
SA_SIGINFO
);
/src/sys/compat/linux/common/
linux_signal.c
241
if ((bsf &
SA_SIGINFO
) != 0)
263
bsf |=
SA_SIGINFO
;
/src/sys/arch/usermode/usermode/
trap.c
408
sa.sa_flags = SA_RESTART |
SA_SIGINFO
| SA_ONSTACK;
/src/sys/compat/linux32/arch/amd64/
linux32_machdep.c
93
if (SIGACTION(curproc, ksi->ksi_signo).sa_flags &
SA_SIGINFO
)
Completed in 48 milliseconds
1
2
Indexes created Sun Feb 22 16:20:20 UTC 2026