Searched refs:ONSIG (Results 1 – 2 of 2) sorted by relevance
95 #define ONSIG 32 /* NSIG for osig* syscalls. XXX. */ macro1007 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigaction()1532 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigvec()
2916 #define ONSIG 32 macro2926 if (uap->signum <= 0 || uap->signum >= ONSIG) in ofreebsd32_sigaction()2963 if (uap->signum <= 0 || uap->signum >= ONSIG) in ofreebsd32_sigvec()