Home
last modified time | relevance | path

Searched refs:uc_flags (Results 1 – 25 of 26) sorted by relevance

12

/titanic_50/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c68 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 Dgetcontext.c72 (&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 Ducontext.h82 unsigned long uc_flags; member
95 uint32_t uc_flags; member
/titanic_50/usr/src/uts/sparc/sys/
H A Ducontext.h83 uint_t uc_flags; member
100 uint32_t uc_flags; member
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dsiglongjmp.c63 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
72 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
H A Dgetctxt.c44 ucp->uc_flags = UC_ALL; in getcontext()
/titanic_50/usr/src/lib/libc/sparcv9/gen/
H A Dsiglongjmp.c60 uc.uc_flags = UC_STACK | UC_CPU; in siglongjmp()
71 uc.uc_flags |= UC_SIGMASK; in siglongjmp()
H A Dgetctxt.c44 ucp->uc_flags = UC_ALL; in getcontext()
/titanic_50/usr/src/lib/libc/i386/threads/
H A Dmachdep.c100 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 Dmachdep.c91 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 Dsigsetjmp.c51 uc.uc_flags = UC_STACK | UC_SIGMASK;
111 uc.uc_flags = UC_STACK;
H A Ducontext.h98 unsigned long uc_flags; member
/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()
587 if (uc.uc_flags & UC_CPU) in setcontext()
H A Dthr.c1307 uc.uc_flags = UC_ALL; in libc_init()
/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/libbc/libc/sys/sys5/
H A Dsetjmp.c50 uc.uc_flags = UC_STACK;
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c95 c->ctx_uc.uc_flags = UC_ALL; in mdb_context_create()
H A Dmdb_main.c284 ucp->uc_flags |= UC_SIGMASK; in flt_handler()
/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/sparc/threads/
H A Dmachdep.c79 ucp->uc_flags |= UC_CPU; in setup_context()
/titanic_50/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1783 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 Darchdep.c543 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 Dconfigd.c145 ucp->uc_flags |= UC_SIGMASK; in abort_handler()
/titanic_50/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c128 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()

12