/titanic_50/usr/src/uts/intel/ia32/syscall/ |
H A D | getcontext.c | 68 ucp->uc_flags = UC_ALL; in savecontext() 126 ucp->uc_flags &= ~UC_FPU; in savecontext() 142 if (ucp->uc_flags & UC_STACK) { in restorecontext() 149 if (ucp->uc_flags & UC_CPU) { in restorecontext() 164 if (ucp->uc_flags & UC_FPU) in restorecontext() 167 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() 225 if ((uc.uc_flags & UC_FPU) && in getsetcontext() 233 if ((uc.uc_flags & UC_STACK) && (lwp->lwp_ustack != 0)) in getsetcontext() [all …]
|
/titanic_50/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 72 (&ucp->uc_flags)[1] = 0; in savecontext() 81 ucp->uc_flags = UC_ALL; in savecontext() 110 ucp->uc_flags &= ~UC_FPU; in savecontext() 134 if (ucp->uc_flags & UC_STACK) { in restorecontext() 141 if (ucp->uc_flags & UC_CPU) { in restorecontext() 151 if (ucp->uc_flags & UC_FPU) { in restorecontext() 162 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() 246 if (uc.uc_flags & UC_FPU) { in getsetcontext() [all …]
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | ucontext.h | 82 unsigned long uc_flags; member 95 uint32_t uc_flags; member
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | ucontext.h | 83 uint_t uc_flags; member 100 uint32_t uc_flags; member
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | siglongjmp.c | 63 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp() 72 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
|
H A D | getctxt.c | 44 ucp->uc_flags = UC_ALL; in getcontext()
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | siglongjmp.c | 60 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp() 71 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
|
H A D | getctxt.c | 44 ucp->uc_flags = UC_ALL; in getcontext()
|
/titanic_50/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 100 uc.uc_flags = UC_CPU; in setup_context() 137 ucp->uc_flags |= UC_CPU; in setup_context() 230 ucp->uc_flags = UC_STACK | UC_CPU; in __csigsetjmp() 232 ucp->uc_flags |= UC_SIGMASK; in __csigsetjmp()
|
/titanic_50/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 91 ucp->uc_flags |= UC_CPU; in setup_context() 188 ucp->uc_flags = UC_STACK | UC_CPU; in __csigsetjmp() 190 ucp->uc_flags |= UC_SIGMASK; in __csigsetjmp()
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | sigsetjmp.c | 51 uc.uc_flags = UC_STACK | UC_SIGMASK; 111 uc.uc_flags = UC_STACK;
|
H A D | ucontext.h | 98 unsigned long uc_flags; member
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 146 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() 587 if (uc.uc_flags & UC_CPU) in setcontext()
|
H A D | thr.c | 1307 uc.uc_flags = UC_ALL; in libc_init()
|
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | setjmp.c | 50 uc.uc_flags = UC_STACK | UC_SIGMASK;
|
/titanic_50/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | setjmp.c | 50 uc.uc_flags = UC_STACK;
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_context.c | 95 c->ctx_uc.uc_flags = UC_ALL; in mdb_context_create()
|
H A D | mdb_main.c | 284 ucp->uc_flags |= UC_SIGMASK; in flt_handler()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_signal.c | 330 (ucp->uc_flags & UC_SIGMASK)) in s10_sigacthandler() 774 if (s10_uc.uc_flags & UC_SIGMASK) in s10_lwp_create()
|
H A D | s10_brand.c | 1642 if (s10_uc.uc_flags & UC_SIGMASK) in s10_lwp_create_correct_fs()
|
/titanic_50/usr/src/lib/libc/sparc/threads/ |
H A D | machdep.c | 79 ucp->uc_flags |= UC_CPU; in setup_context()
|
/titanic_50/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 1783 dest->uc_flags = src->uc_flags; in ucontext_32ton() 1805 if (src->uc_flags & UC_FPU) { in ucontext_32ton() 1814 if (src->uc_flags & UC_FPU) { in ucontext_32ton()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 543 dst->uc_flags = src->uc_flags; in ucontext_32ton() 575 if (src->uc_flags & UC_FPU) in ucontext_32ton()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | configd.c | 145 ucp->uc_flags |= UC_SIGMASK; in abort_handler()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libc/ |
H A D | libc.c | 128 mdb_printf(" flags = 0x%lx <%b>\n", uc.uc_flags, in d_ucontext() 129 (uint_t)uc.uc_flags, uc_flags_bits); in d_ucontext()
|