Lines Matching defs:ls
435 lwpstatus_t ls;
436 if (getlwpfile(P, lwpid, "lwpstatus", &ls, sizeof (ls)) != 0)
438 addr = ls.pr_ustack;
468 lwpstatus_t ls;
476 if (getlwpfile(P, lwpid, "lwpstatus", &ls, sizeof (ls)) != 0)
482 ls = lwp->lwp_status;
485 addr = ls.pr_ustack;
517 ucontext_t *ctxp = (void *)ls.pr_oldcontext;
524 ucontext32_t *ctxp = (void *)ls.pr_oldcontext;
547 lwpstatus_t ls;
549 if (getlwpfile(P, lwpid, "lwpstatus", &ls, sizeof (ls)) != 0)
552 if (ls.pr_altstack.ss_flags & SS_DISABLE) {
557 *stkp = ls.pr_altstack;