Searched refs:lwp_xregs (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h133 prxregset_t *lwp_xregs; /* /proc/<pid>/lwp/<lwpid>/xregs data */ member in struct:lwp_info
138 prxregset_t *lwp_xregs; /* /proc/<pid>/lwp/<lwpid>/xregs data */ member in struct:lwp_info
H A DPlwpregs.c239 if ((lwp = getlwpcore(P, lwpid)) != NULL && lwp->lwp_xregs != NULL) {
240 (void) memcpy(xregs, lwp->lwp_xregs, sizeof (prxregset_t));
H A DPservice.c178 if (lwp->lwp_xregs != NULL)
H A DPcore.c573 if (lwp == NULL || lwp->lwp_xregs != NULL || nbytes < xbytes)
585 lwp->lwp_xregs = xregs;
H A DPcontrol.c940 if (lwp->lwp_xregs != NULL)
941 free(lwp->lwp_xregs);

Completed in 28 milliseconds