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

/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c778 ucontext_t s10_uc; local
780 if (brand_uucopy(ucp, &s10_uc, sizeof (ucontext_t)) != 0)
783 if (s10_uc.uc_flags & UC_SIGMASK)
784 (void) s10sigset_to_native(&s10_uc.uc_sigmask,
785 &s10_uc.uc_sigmask);
788 &s10_uc, flags, new_lwp));
H A Ds10_brand.c2021 ucontext_t s10_uc; local
2030 if (brand_uucopy(ucp, &s10_uc, sizeof (s10_uc)) != 0)
2033 s10_uc.uc_mcontext.gregs[REG_R14] = s10_uc.uc_mcontext.gregs[REG_RIP];
2034 s10_uc.uc_mcontext.gregs[REG_RIP] = (greg_t)s10_lwp_create_entry_point;
2037 if (s10_uc.uc_flags & UC_SIGMASK)
2038 (void) s10sigset_to_native(&s10_uc.uc_sigmask,
2039 &s10_uc.uc_sigmask);
2046 return (__systemcall(rval, SYS_lwp_create + 1024, &s10_uc,
[all...]

Completed in 22 milliseconds