Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsyscallsubr.h401 #define KSA_FREEBSD4 0x0002 /* uses ucontext4 */ macro
/freebsd/sys/kern/
H A Dkern_sig.c918 (flags & KSA_FREEBSD4) == 0) in kern_sigaction()
986 error = kern_sigaction(td, uap->sig, actp, oactp, KSA_FREEBSD4); in freebsd4_sigaction()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2857 error = kern_sigaction(td, uap->sig, sap, &osa, KSA_FREEBSD4); in freebsd4_freebsd32_sigaction()