Home
last modified time | relevance | path

Searched refs:FILLSET0 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h260 #define FILLSET0 0xffffffffu macro
279 ((ks)->__sigbits[0] = (us)->__sigbits[0] & (FILLSET0 & ~CANTMASK0), \
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigprocmask.c55 bits0 &= (FILLSET0 & ~CANTMASK0); in lwp_sigmask()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h711 #define FILLSET0 0xffffffffu macro
724 #define MASKSET0 (FILLSET0 & ~CANTMASK0)
/illumos-gate/usr/src/uts/common/os/
H A Dschedctl.c362 t->t_hold.__sigbits[0] = FILLSET0 & ~CANTMASK0; in schedctl_finish_sigblock()
H A Dsig.c68 {FILLSET0, FILLSET1, FILLSET2};
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1110 t->t_hold.__sigbits[0] = FILLSET0 & ~CANTMASK0; in gcore_schedctl_finish_sigblock()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c955 set.__sigbits[0] = FILLSET0 & ~CANTMASK0; in prgethold()