Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sig.c95 #define ONSIG 32 /* NSIG for osig* syscalls. XXX. */ macro
1007 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigaction()
1532 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigvec()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2916 #define ONSIG 32 macro
2926 if (uap->signum <= 0 || uap->signum >= ONSIG) in ofreebsd32_sigaction()
2963 if (uap->signum <= 0 || uap->signum >= ONSIG) in ofreebsd32_sigvec()