Searched refs:KSA_OSIGSET (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | syscallsubr.h | 268 #define KSA_OSIGSET 0x0001 /* uses osigact_t */ macro
|
| /NextBSD/sys/kern/ |
| HD | kern_sig.c | 790 (flags & KSA_OSIGSET) == 0) in kern_sigaction() 894 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET); 1417 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET);
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 2090 error = kern_sigaction(td, uap->signum, sap, &osa, KSA_OSIGSET); in ofreebsd32_sigaction() 2156 error = kern_sigaction(td, uap->signum, sap, &osa, KSA_OSIGSET); in ofreebsd32_sigvec()
|