Searched refs:lps (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Plwpregs.c | 97 getlwpstatus(struct ps_prochandle *P, lwpid_t lwpid, lwpstatus_t *lps) in getlwpstatus() argument 106 (void) memcpy(lps, &P->status.pr_lwp, sizeof (lwpstatus_t)); in getlwpstatus() 116 lps, sizeof (lwpstatus_t))); in getlwpstatus() 124 (void) memcpy(lps, &lwp->lwp_status, sizeof (lwpstatus_t)); in getlwpstatus() 193 lwpstatus_t lps; in Plwp_getregs() local 195 if (getlwpstatus(P, lwpid, &lps) == -1) in Plwp_getregs() 198 (void) memcpy(gregs, lps.pr_reg, sizeof (prgregset_t)); in Plwp_getregs() 211 lwpstatus_t lps; in Plwp_getfpregs() local 213 if (getlwpstatus(P, lwpid, &lps) == -1) in Plwp_getfpregs() 216 (void) memcpy(fpregs, &lps.pr_fpreg, sizeof (prfpregset_t)); in Plwp_getfpregs() [all …]
|
H A D | Pcore.c | 397 lwpstatus_t lps; in note_lwpstatus() local 409 lwpstatus_32_to_n(&l32, &lps); in note_lwpstatus() 413 read(P->asfd, &lps, sizeof (lps)) != sizeof (lps)) in note_lwpstatus() 416 if ((lwp = lwpid2info(P, lps.pr_lwpid)) == NULL) { in note_lwpstatus() 426 if (lps.pr_cursig == SIGKILL) in note_lwpstatus() 427 lps.pr_cursig = 0; in note_lwpstatus() 429 (void) memcpy(&lwp->lwp_status, &lps, sizeof (lps)); in note_lwpstatus() 674 lwpsinfo_t lps; in note_lwpsinfo() local 686 lwpsinfo_32_to_n(&l32, &lps); in note_lwpsinfo() 690 read(P->asfd, &lps, sizeof (lps)) != sizeof (lps)) in note_lwpsinfo() [all …]
|
H A D | llib-lproc | 126 int Plwp_getpsinfo(struct ps_prochandle *Pr, lwpid_t i, lwpsinfo_t *lps);
|