Searched refs:ONSIG (Results 1 – 2 of 2) sorted by relevance
94 #define ONSIG 32 /* NSIG for osig* syscalls. XXX. */ macro1009 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigaction()1535 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigvec()
2878 #define ONSIG 322888 if (uap->signum <= 0 || uap->signum >= ONSIG) in ofreebsd32_sigaction() 2925 if (uap->signum <= 0 || uap->signum >= ONSIG) in ofreebsd32_sigvec() 2877 #define ONSIG global() macro