Searched defs:s10_uc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c769 ucontext_t s10_uc; local
771 if (brand_uucopy(ucp, &s10_uc, sizeof (ucontext_t)) != 0)
774 if (s10_uc.uc_flags & UC_SIGMASK)
775 (void) s10sigset_to_native(&s10_uc.uc_sigmask,
776 &s10_uc.uc_sigmask);
779 &s10_uc, flags, new_lwp));
H A Ds10_brand.c1627 ucontext_t s10_uc; local
1636 if (brand_uucopy(ucp, &s10_uc, sizeof (s10_uc)) != 0)
1639 s10_uc.uc_mcontext.gregs[REG_R14] = s10_uc.uc_mcontext.gregs[REG_RIP];
1640 s10_uc.uc_mcontext.gregs[REG_RIP] = (greg_t)s10_lwp_create_entry_point;
1643 if (s10_uc.uc_flags & UC_SIGMASK)
1644 (void) s10sigset_to_native(&s10_uc.uc_sigmask,
1645 &s10_uc.uc_sigmask);
1652 return (__systemcall(rval, SYS_lwp_create + 1024, &s10_uc,
[all...]

Completed in 48 milliseconds