Searched refs:MAXSIG (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dssignal.c39 #define MAXSIG NSIG macro
53 ssigp = (sigfunc *)calloc(MAXSIG-MINSIG+1, sizeof (sigfunc));
66 if (sig >= MINSIG && sig <= MAXSIG) {
84 if (sig < MINSIG || sig > MAXSIG ||
/illumos-gate/usr/src/uts/common/sys/
H A Duser.h233 k_sigset_t u_sigmask[MAXSIG]; /* signals held while in catcher */
234 void (*u_signal[MAXSIG])(); /* Disposition of signals */
286 void (*u_signal[MAXSIG])(); /* Disposition of signals */
H A Dsignal.h162 #define MAXSIG 73 /* size of u_signal[], NSIG-1 <= MAXSIG */ macro
263 #if ((MAXSIG > (2 * 32)) && (MAXSIG <= (3 * 32)))
266 #define FILLSET2 ((1u << (MAXSIG - 64)) - 1)
268 #error "fix me: MAXSIG out of bounds"
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c194 #if (MAXSIG > 2 * 32) && (MAXSIG <= 3 * 32) /* assumption */
199 #error "fix me: MAXSIG out of bounds"
228 #if (MAXSIG > 2 * 32) && (MAXSIG <= 3 * 32) /* assumption */
233 #error "fix me: MAXSIG out of bounds"
317 #if (MAXSIG > 2 * 32) && (MAXSIG <= 3 * 32) /* assumption */
325 #error "fix me: MAXSIG out of bounds"
/illumos-gate/usr/src/ucbhead/sys/
H A Dsignal.h190 #define MAXSIG 33 /* size of u_signal[], NSIG-1 <= MAXSIG */ macro
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c53 * We only test valid signal bits, not rubbish following MAXSIG
58 #if (MAXSIG > (2 * 32) && MAXSIG <= (3 * 32))
63 #error "fix me: MAXSIG out of bounds"
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h703 #if (MAXSIG > (2 * 32) && MAXSIG <= (3 * 32))
706 #define FILLSET2 ((1u << (MAXSIG - 64)) - 1)
709 #error "fix me: MAXSIG out of bounds"
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c724 struct sigaction action[MAXSIG];
734 for (i = 0; i < MAXSIG; i++)
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c734 struct sigaction action[MAXSIG];
744 for (i = 0; i < MAXSIG; i++)
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c629 #define SIG_VALID(x) (((x) > 0) && ((x) <= MAXSIG) && \
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2235 #if ((MAXSIG > (2 * 32)) && (MAXSIG <= (3 * 32)))
2243 #error "fix me: MAXSIG out of bounds"
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c612 for (i = 1; i < MAXSIG; i++) {

Completed in 97 milliseconds