Symbol: _UC_SIGMASK
lib/libc/arch/alpha/gen/__longjmp14.c
60
uc.uc_flags = _UC_SIGMASK | _UC_CPU;
lib/libc/arch/hppa/gen/__longjmp14.c
104
uc.uc_flags = _UC_CPU | _UC_SIGMASK;
lib/libc/arch/m68k/gen/longjmp.c
70
uc.uc_flags = _UC_SIGMASK | _UC_CPU | _UC_M68K_UC_USER |
lib/libc/arch/mips/gen/longjmp.c
73
uc.uc_flags = _UC_CPU | _UC_SIGMASK;
lib/libc/arch/sparc/gen/longjmp.c
90
uc.uc_flags = _UC_CPU | _UC_SIGMASK;
lib/libc/arch/sparc64/gen/longjmp.c
91
uc.uc_flags = _UC_CPU | _UC_SIGMASK;
lib/libc/arch/vax/gen/__longjmp14.c
64
uc.uc_flags = _UC_SIGMASK | _UC_CPU;
sys/arch/aarch64/aarch64/netbsd32_machdep.c
334
frame.sf_uc.uc_flags = _UC_SIGMASK;
sys/arch/aarch64/aarch64/sig_machdep.c
77
uc.uc_flags = _UC_SIGMASK;
sys/arch/alpha/alpha/machdep.c
1531
frame.sf_uc.uc_flags = _UC_SIGMASK;
sys/arch/amd64/amd64/machdep.c
678
frame.sf_uc.uc_flags = _UC_SIGMASK;
sys/arch/amd64/amd64/netbsd32_machdep.c
308
frame.sf_uc.uc_flags = _UC_SIGMASK;
sys/arch/arm/arm/sig_machdep.c
110
frame.sf_uc.uc_flags = _UC_SIGMASK;
sys/arch/hppa/hppa/sig_machdep.c
146
frame.sf_uc.uc_flags = _UC_SIGMASK |
sys/arch/i386/i386/machdep.c
751
frame.sf_uc.uc_flags = _UC_SIGMASK|_UC_VM;
sys/arch/m68k/m68k/sig_machdep.c
167
kf.sf_uc.uc_flags = _UC_SIGMASK;
sys/arch/mips/mips/netbsd32_machdep.c
119
sf.sf_uc.uc_flags = _UC_SIGMASK
sys/arch/mips/mips/sig_machdep.c
101
ksf.sf_uc.uc_flags = _UC_SIGMASK
sys/arch/powerpc/powerpc/sig_machdep.c
115
uc.uc_flags = _UC_SIGMASK;
sys/arch/riscv/riscv/sig_machdep.c
101
ksf.sf_uc.uc_flags = _UC_SIGMASK
sys/arch/sh3/sh3/sh3_machdep.c
367
frame.sf_uc.uc_flags = _UC_SIGMASK;
sys/arch/sparc/sparc/machdep.c
528
uc.uc_flags = _UC_SIGMASK |
sys/arch/sparc64/sparc64/machdep.c
458
uc.uc_flags = _UC_SIGMASK |
sys/arch/sparc64/sparc64/netbsd32_machdep.c
196
uc.uc_flags = _UC_SIGMASK |
sys/arch/usermode/dev/cpu.c
124
sc->sc_ucp.uc_flags = _UC_STACK | _UC_CPU | _UC_SIGMASK;
sys/arch/usermode/dev/cpu.c
499
lwp0pcb.pcb_ucp.uc_flags = _UC_STACK | _UC_CPU | _UC_SIGMASK;
sys/arch/usermode/usermode/trap.c
389
jump_ucp.uc_flags = _UC_STACK | _UC_CPU | _UC_SIGMASK;
sys/arch/vax/vax/sig_machdep.c
171
uc.uc_flags = _UC_SIGMASK;
sys/compat/linux/arch/aarch64/linux_machdep.c
98
uc->uc_flags = (_UC_SIGMASK | _UC_CPU | _UC_STACK | _UC_CLRSTACK);
sys/compat/linux/arch/amd64/linux_machdep.c
342
uctx.uc_flags = (_UC_SIGMASK|_UC_CPU|_UC_STACK|_UC_CLRSTACK);
sys/compat/linux32/arch/aarch64/linux32_machdep.c
122
uc.uc_flags |= _UC_SIGMASK;
sys/compat/netbsd32/netbsd32_lwp.c
77
const sigset_t *sigmask = newuc->uc_flags & _UC_SIGMASK ?
sys/compat/netbsd32/netbsd32_signal.c
467
ucp->uc_flags |= _UC_SIGMASK;
sys/compat/netbsd32/netbsd32_signal.c
517
if ((ucp->uc_flags & _UC_SIGMASK) != 0) {
sys/kern/kern_sig.c
730
ucp->uc_flags |= _UC_SIGMASK;
sys/kern/kern_sig.c
759
if ((ucp->uc_flags & _UC_SIGMASK) != 0) {
sys/kern/sys_lwp.c
153
const sigset_t *sigmask = newuc->uc_flags & _UC_SIGMASK ?