Lines Matching defs:lps
97 getlwpstatus(struct ps_prochandle *P, lwpid_t lwpid, lwpstatus_t *lps)
106 (void) memcpy(lps, &P->status.pr_lwp, sizeof (lwpstatus_t));
116 lps, sizeof (lwpstatus_t)));
124 (void) memcpy(lps, &lwp->lwp_status, sizeof (lwpstatus_t));
193 lwpstatus_t lps;
195 if (getlwpstatus(P, lwpid, &lps) == -1)
198 (void) memcpy(gregs, lps.pr_reg, sizeof (prgregset_t));
211 lwpstatus_t lps;
213 if (getlwpstatus(P, lwpid, &lps) == -1)
216 (void) memcpy(fpregs, &lps.pr_fpreg, sizeof (prfpregset_t));
333 Plwp_getpsinfo(struct ps_prochandle *P, lwpid_t lwpid, lwpsinfo_t *lps)
344 lps, sizeof (lwpsinfo_t)));
348 (void) memcpy(lps, &lwp->lwp_psinfo, sizeof (lwpsinfo_t));
358 lwpstatus_t lps;
365 if (getlwpstatus(P, lwpid, &lps) != 0)
368 if (!(lps.pr_flags & PR_AGENT)) {