Searched refs:NSIG (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsignalvar.h80 user_addr_t ps_sigact[NSIG]; /* disposition of signals */
81 user_addr_t ps_trampact[NSIG]; /* disposition of signals */
82 sigset_t ps_catchmask[NSIG]; /* signals to be blocked */
148 int sigprop[NSIG + 1] = {
H A Dsignal.h78 #define NSIG __DARWIN_NSIG macro
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c313 * is resumed by adding NSIG to p_cursig. [see issig]
339 if ((unsigned)uap->data >= NSIG) {
396 if ((unsigned)uap->data >= NSIG) {
H A Dkern_sig.c376 if (signum <= 0 || signum >= NSIG ||
657 for (i = 1; i < NSIG; i++)
1143 if ((u_int)signum >= NSIG) {
1393 if ((u_int)uap->signum >= NSIG)
1629 if ((u_int)signum >= NSIG || signum == 0)
1724 if ((u_int)signum >= NSIG || signum == 0)
H A Dtty_pty.c859 if (*(unsigned int *)data >= NSIG ||
H A Dtty_ptmx.c1388 if (*(unsigned int *)data >= NSIG ||
H A Dkern_aio.c2119 if ( signum <= 0 || signum >= NSIG ||
H A Dkern_exec.c2019 for (sig = 0; sig < NSIG; sig++)
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c1553 if (sig >= NSIG)
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c4719 extern int sigprop[NSIG+1];
4773 (p->p_sigacts->ps_sig < 1) || (p->p_sigacts->ps_sig > NSIG) ||
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c6178 if (sig >= NSIG) {

Completed in 287 milliseconds