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

12

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dgetctxt.c44 ucp->uc_flags = UC_ALL;
H A Dsiglongjmp.c63 uc.uc_flags = UC_STACK | UC_CPU;
72 uc.uc_flags |= UC_SIGMASK;
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dgetctxt.c44 ucp->uc_flags = UC_ALL;
H A Dsiglongjmp.c60 uc.uc_flags = UC_STACK | UC_CPU;
71 uc.uc_flags |= UC_SIGMASK;
/illumos-gate/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c68 ucp->uc_flags = UC_ALL;
126 ucp->uc_flags &= ~UC_FPU;
142 if (ucp->uc_flags & UC_STACK) {
149 if (ucp->uc_flags & UC_CPU) {
164 if (ucp->uc_flags & UC_FPU)
167 if (ucp->uc_flags & UC_SIGMASK) {
191 * specified in the uc_flags. That way, the structure can grow
193 * have old fields defined in uc_flags
203 if (uc.uc_flags & UC_SIGMASK)
222 if (uc.uc_flags
[all...]
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h82 unsigned long uc_flags; member in struct:ucontext
95 uint32_t uc_flags; member in struct:ucontext32
117 * values for uc_flags
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h83 uint_t uc_flags; member in struct:ucontext
100 uint32_t uc_flags; member in struct:ucontext32
123 * values for uc_flags
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c72 (&ucp->uc_flags)[1] = 0;
81 ucp->uc_flags = UC_ALL;
110 ucp->uc_flags &= ~UC_FPU;
134 if (ucp->uc_flags & UC_STACK) {
141 if (ucp->uc_flags & UC_CPU) {
151 if (ucp->uc_flags & UC_FPU) {
162 if (ucp->uc_flags & UC_SIGMASK) {
192 * specified in the uc_flags. That way, the structure can grow
194 * have old fields defined in uc_flags
204 if (uc.uc_flags
[all...]
/illumos-gate/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 in struct:ucontext
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dsetjmp.c50 uc.uc_flags = UC_STACK | UC_SIGMASK;
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dsetjmp.c50 uc.uc_flags = UC_STACK;
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c100 uc.uc_flags = UC_CPU;
137 ucp->uc_flags |= UC_CPU;
230 ucp->uc_flags = UC_STACK | UC_CPU;
232 ucp->uc_flags |= UC_SIGMASK;
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c91 ucp->uc_flags |= UC_CPU;
188 ucp->uc_flags = UC_STACK | UC_CPU;
190 ucp->uc_flags |= UC_SIGMASK;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_context.c95 c->ctx_uc.uc_flags = UC_ALL;
H A Dmdb_main.c284 ucp->uc_flags |= UC_SIGMASK;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c146 ASSERT(ucp->uc_flags & UC_SIGMASK);
539 if (uc.uc_flags & UC_SIGMASK) {
550 uc.uc_flags &= ~UC_SIGMASK;
587 if (uc.uc_flags & UC_CPU)
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c330 (ucp->uc_flags & UC_SIGMASK))
774 if (s10_uc.uc_flags & UC_SIGMASK)
H A Ds10_brand.c1643 if (s10_uc.uc_flags & UC_SIGMASK)
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c79 ucp->uc_flags |= UC_CPU;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c543 dst->uc_flags = src->uc_flags;
572 * A valid fpregs is only copied in if uc.uc_flags has UC_FPU set
575 if (src->uc_flags & UC_FPU)
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c145 ucp->uc_flags |= UC_SIGMASK;
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c1783 dest->uc_flags = src->uc_flags;
1802 * A valid fpregs is only copied in if (uc.uc_flags & UC_FPU),
1805 if (src->uc_flags & UC_FPU) {
1814 if (src->uc_flags & UC_FPU) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c128 mdb_printf(" flags = 0x%lx <%b>\n", uc.uc_flags,
129 (uint_t)uc.uc_flags, uc_flags_bits);
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2296 ucp->uc_flags |= UC_SIGMASK;

Completed in 190 milliseconds

12