Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsyscallsubr.h405 #define KSA_OSIGSET 0x0001 /* uses osigact_t */ macro
/freebsd/sys/kern/
H A Dkern_sig.c923 (flags & KSA_OSIGSET) == 0) in kern_sigaction()
1020 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET); in osigaction()
1544 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET); in osigvec()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2960 error = kern_sigaction(td, uap->signum, sap, &osa, KSA_OSIGSET); in ofreebsd32_sigaction()
2998 error = kern_sigaction(td, uap->signum, sap, &osa, KSA_OSIGSET); in ofreebsd32_sigvec()