Searched defs:sendsig (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/arm/arm/ |
H A D | exec_machdep.c | 272 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
/freebsd/sys/riscv/riscv/ |
H A D | exec_machdep.c | 337 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
/freebsd/sys/amd64/amd64/ |
H A D | exec_machdep.c | 108 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
/freebsd/sys/arm64/arm64/ |
H A D | exec_machdep.c | 731 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
/freebsd/sys/i386/i386/ |
H A D | exec_machdep.c | 376 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | 150 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
/freebsd/sys/kern/ |
H A D | kern_sig.c | 4395 sigfastblock_failed(struct thread *td, bool sendsig, bool write) in sigfastblock_failed() 4415 sigfastblock_fetch_sig(struct thread *td, bool sendsig, uint32_t *valp) in sigfastblock_fetch_sig()
|