Searched refs:KSA_OSIGSET (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 405 #define KSA_OSIGSET 0x0001 /* uses osigact_t */ macro
|
/freebsd/sys/kern/ |
H A D | kern_sig.c | 923 (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 D | freebsd32_misc.c | 2960 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()
|