Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sig.c94 #define ONSIG 32 /* NSIG for osig* syscalls. XXX. */ macro
1009 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigaction()
1535 if (uap->signum <= 0 || uap->signum >= ONSIG) in osigvec()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2878 #define ONSIG 32
2888 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