Searched refs:ONSIG (Results 1 – 1 of 1) sorted by relevance
96 #define ONSIG 32 /* NSIG for osig* syscalls. XXX. */ macro906 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigaction()1447 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigvec()