Home
last modified time | relevance | path

Searched refs:UC_SIGMASK (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/intel/syscall/
H A Dgetcontext.c275 if (ucp->uc_flags & UC_SIGMASK) { in restorecontext()
315 if (uc.uc_flags & UC_SIGMASK) in getsetcontext()
345 if (uc.uc_flags & UC_SIGMASK) in getsetcontext()
364 if (uc.uc_flags & UC_SIGMASK) in getsetcontext()
536 if (uc.uc_flags & UC_SIGMASK) in getsetcontext32()
555 if (uc.uc_flags & UC_SIGMASK) in getsetcontext32()
569 if (uc.uc_flags & UC_SIGMASK) in getsetcontext32()
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h129 #define UC_SIGMASK 0x01 macro
143 #define UC_ALL (UC_SIGMASK|UC_STACK|UC_MCONTEXT)
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h135 #define UC_SIGMASK 0x01 macro
148 #define UC_ALL (UC_SIGMASK|UC_STACK|UC_MCONTEXT)
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c162 if (ucp->uc_flags & UC_SIGMASK) { in restorecontext()
204 if (uc.uc_flags & UC_SIGMASK) in getsetcontext()
239 if (uc.uc_flags & UC_SIGMASK) in getsetcontext()
454 if (uc.uc_flags & UC_SIGMASK) in getsetcontext32()
487 if (uc.uc_flags & UC_SIGMASK) in getsetcontext32()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsiglongjmp.c70 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsiglongjmp.c71 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c150 ASSERT(ucp->uc_flags & UC_SIGMASK); in call_user_handler()
543 if (uc.uc_flags & UC_SIGMASK) { in setcontext()
554 uc.uc_flags &= ~UC_SIGMASK; in setcontext()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c330 (ucp->uc_flags & UC_SIGMASK)) in s10_sigacthandler()
774 if (s10_uc.uc_flags & UC_SIGMASK) in s10_lwp_create()
H A Ds10_brand.c1643 if (s10_uc.uc_flags & UC_SIGMASK) in s10_lwp_create_correct_fs()
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c189 ucp->uc_flags |= UC_SIGMASK; in __csigsetjmp()
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c232 ucp->uc_flags |= UC_SIGMASK; in __csigsetjmp()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c146 ucp->uc_flags |= UC_SIGMASK; in abort_handler()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c105 { "UC_SIGMASK", UC_SIGMASK, UC_SIGMASK },
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c284 ucp->uc_flags |= UC_SIGMASK; in flt_handler()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2259 ucp->uc_flags |= UC_SIGMASK; in siglvl()