Searched refs:lwp_status (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 429 (void) memcpy(&lwp->lwp_status, &lps, sizeof (lps)); in note_lwpstatus() 513 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_utime, prs64->pr_utime); in lx_prstatus64_to_lwp() 514 LTIME_TO_TIMESPEC(lwp->lwp_status.pr_stime, prs64->pr_stime); in lx_prstatus64_to_lwp() 516 lwp->lwp_status.pr_reg[REG_R15] = prs64->pr_reg.lxr_r15; in lx_prstatus64_to_lwp() 517 lwp->lwp_status.pr_reg[REG_R14] = prs64->pr_reg.lxr_r14; in lx_prstatus64_to_lwp() 518 lwp->lwp_status.pr_reg[REG_R13] = prs64->pr_reg.lxr_r13; in lx_prstatus64_to_lwp() 519 lwp->lwp_status.pr_reg[REG_R12] = prs64->pr_reg.lxr_r12; in lx_prstatus64_to_lwp() 520 lwp->lwp_status.pr_reg[REG_R11] = prs64->pr_reg.lxr_r11; in lx_prstatus64_to_lwp() 521 lwp->lwp_status.pr_reg[REG_R10] = prs64->pr_reg.lxr_r10; in lx_prstatus64_to_lwp() 522 lwp->lwp_status.pr_reg[REG_R9] = prs64->pr_reg.lxr_r9; in lx_prstatus64_to_lwp() [all …]
|
H A D | Pcontrol.c | 2929 (rv = func(cd, &lwp->lwp_status)) != 0) in Plwp_iter() 3001 &lwp->lwp_status; in Plwp_iter_all() 3155 if (getlwpstatus(P, lwpid, &L->lwp_status) == -1) { in Lgrab() 3190 if (pread(fd, &L->lwp_status, sizeof (L->lwp_status), (off_t)0) < 0) { in Lgrab() 3222 ((L->lwp_status.pr_flags & (PR_STOPPED|PR_ISTOP)) in Lgrab() 3335 return (&L->lwp_status); in Lstatus() 3363 iov[n].iov_base = (caddr_t)&L->lwp_status.pr_lwphold; in Lsync() 3364 iov[n++].iov_len = sizeof (L->lwp_status.pr_lwphold); in Lsync() 3370 iov[n].iov_base = (caddr_t)&L->lwp_status.pr_reg[0]; in Lsync() 3371 iov[n++].iov_len = sizeof (L->lwp_status.pr_reg); in Lsync() [all …]
|
H A D | Plwpregs.c | 124 (void) memcpy(lps, &lwp->lwp_status, sizeof (lwpstatus_t)); in getlwpstatus() 407 addr = lwp->lwp_status.pr_ustack; in Plwp_stack() 446 ls = lwp->lwp_status; in Plwp_main_stack() 528 if (lwp->lwp_status.pr_altstack.ss_flags & SS_DISABLE) { in Plwp_alt_stack() 533 *stkp = lwp->lwp_status.pr_altstack; in Plwp_alt_stack()
|
H A D | Pcontrol.h | 137 lwpstatus_t lwp_status; /* /proc/<pid>/lwp/<lwpid>/lwpstatus data */ member 251 lwpstatus_t lwp_status; /* status when stopped */ member
|