Searched refs:l_siginfo_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_siginfo.h | 214 } l_siginfo_t; typedef 216 _Static_assert(sizeof(l_siginfo_t) == LINUX_SI_MAX_SIZE, "l_siginfo_t size");
|
H A D | linux_signal.c | 69 l_sigset_t *, struct timespec *, l_siginfo_t *, 486 struct timespec *tsa, l_siginfo_t *ptr, l_size_t sigsetsize) in linux_common_rt_sigtimedwait() 490 l_siginfo_t lsi; in linux_common_rt_sigtimedwait() 702 siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig) in siginfo_to_lsiginfo() 773 lsiginfo_to_siginfo(struct thread *td, const l_siginfo_t *lsi, in lsiginfo_to_siginfo() 811 l_siginfo_t linfo; in linux_rt_sigqueueinfo() 839 l_siginfo_t linfo; in linux_rt_tgsigqueueinfo()
|
H A D | linux_signal.h | 33 void siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig);
|
H A D | linux_ptrace.c | 240 l_siginfo_t l_siginfo; in linux_ptrace_getsiginfo()
|
H A D | linux_misc.c | 719 int options, void *rup, l_siginfo_t *infop) in linux_common_wait() 721 l_siginfo_t lsi; in linux_common_wait()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sigframe.h | 70 l_siginfo_t sf_si;
|
/freebsd/sys/x86/linux/ |
H A D | linux_x86_sigframe.h | 138 l_siginfo_t sf_si;
|