Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c167 if (ucp->uc_flags & UC_SIGMASK) { in restorecontext()
203 if (uc.uc_flags & UC_SIGMASK) in getsetcontext()
222 if (uc.uc_flags & UC_SIGMASK) in getsetcontext()
334 if (uc.uc_flags & UC_SIGMASK) in getsetcontext32()
349 if (uc.uc_flags & UC_SIGMASK) in getsetcontext32()
/titanic_50/usr/src/uts/intel/sys/
H A Ducontext.h123 #define UC_SIGMASK 0x01 macro
135 #define UC_ALL (UC_SIGMASK|UC_STACK|UC_MCONTEXT)
/titanic_50/usr/src/uts/sparc/sys/
H A Ducontext.h129 #define UC_SIGMASK 0x01 macro
143 #define UC_ALL (UC_SIGMASK|UC_STACK|UC_MCONTEXT)
/titanic_50/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()
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h139 #define UC_SIGMASK 001 macro
H A Dsigsetjmp.c51 uc.uc_flags = UC_STACK | UC_SIGMASK;
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/
H A Dsetjmp.c50 uc.uc_flags = UC_STACK | UC_SIGMASK;
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dsiglongjmp.c72 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
/titanic_50/usr/src/lib/libc/sparcv9/gen/
H A Dsiglongjmp.c71 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dsigaction.c146 ASSERT(ucp->uc_flags & UC_SIGMASK); in call_user_handler()
539 if (uc.uc_flags & UC_SIGMASK) { in setcontext()
550 uc.uc_flags &= ~UC_SIGMASK; in setcontext()
/titanic_50/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.c1642 if (s10_uc.uc_flags & UC_SIGMASK) in s10_lwp_create_correct_fs()
/titanic_50/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c190 ucp->uc_flags |= UC_SIGMASK; in __csigsetjmp()
/titanic_50/usr/src/lib/libc/i386/threads/
H A Dmachdep.c232 ucp->uc_flags |= UC_SIGMASK; in __csigsetjmp()
/titanic_50/usr/src/cmd/svc/configd/
H A Dconfigd.c145 ucp->uc_flags |= UC_SIGMASK; in abort_handler()
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c101 { "UC_SIGMASK", UC_SIGMASK, UC_SIGMASK },
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c284 ucp->uc_flags |= UC_SIGMASK; in flt_handler()
/titanic_50/usr/src/cmd/init/
H A Dinit.c2296 ucp->uc_flags |= UC_SIGMASK; in siglvl()