Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsyscallsubr.h344 #define KSA_OSIGSET 0x0001 /* uses osigact_t */ macro
/f-stack/freebsd/kern/
H A Dkern_sig.c823 (flags & KSA_OSIGSET) == 0) in kern_sigaction()
920 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET); in osigaction()
1460 error = kern_sigaction(td, uap->signum, nsap, osap, KSA_OSIGSET); in osigvec()