Searched refs:sendsig (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 57 .sv_sendsig = sendsig, 92 .sv_sendsig = sendsig,
|
| H A D | machdep.c | 342 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | elf_machdep.c | 59 .sv_sendsig = sendsig,
|
| H A D | machdep.c | 570 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf_machdep.c | 66 .sv_sendsig = sendsig,
|
| H A D | machdep.c | 819 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
| /f-stack/freebsd/arm/arm/ |
| H A D | elf_machdep.c | 70 .sv_sendsig = sendsig,
|
| H A D | machdep.c | 528 sendsig(catcher, ksi, mask) in sendsig() function
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_aout.c | 81 .sv_sendsig = sendsig,
|
| H A D | sys_process.c | 1061 sendsig: in kern_ptrace() 1164 goto sendsig; /* in PT_CONTINUE above */ in kern_ptrace()
|
| H A D | kern_sig.c | 4046 sigfastblock_failed(struct thread *td, bool sendsig, bool write) in sigfastblock_failed() argument 4056 if (!sendsig) in sigfastblock_failed() 4066 sigfastblock_fetch_sig(struct thread *td, bool sendsig, uint32_t *valp) in sigfastblock_fetch_sig() argument 4073 sigfastblock_failed(td, sendsig, false); in sigfastblock_fetch_sig()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 59 .sv_sendsig = sendsig,
|
| H A D | swtch.S | 656 * (see sendsig() and sigreturn()). We have to compute the address
|
| H A D | pm_machdep.c | 87 sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask) in sendsig() function
|
| /f-stack/freebsd/sys/ |
| H A D | signalvar.h | 396 void sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *retmask);
|