Home
last modified time | relevance | path

Searched refs:KSA_OSIGSET (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDsyscallsubr.h268 #define KSA_OSIGSET 0x0001 /* uses osigact_t */ macro
/NextBSD/sys/kern/
HDkern_sig.c790 (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/
HDfreebsd32_misc.c2090 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()