Home
last modified time | relevance | path

Searched refs:lwp_xregs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c434 if ((lwp = getlwpcore(P, lwpid)) != NULL && lwp->lwp_xregs != NULL && in Plwp_getxregs()
439 (void) memcpy(*xregs, lwp->lwp_xregs, lwp->lwp_xregsize); in Plwp_getxregs()
464 lwp->lwp_xregs != NULL && lwp->lwp_xregsize > 0) { in Lgetxregs()
468 (void) memcpy(*xregs, lwp->lwp_xregs, lwp->lwp_xregsize); in Lgetxregs()
H A DPcontrol.h146 prxregset_t *lwp_xregs; /* /proc/<pid>/lwp/<lwpid>/xregs data */ member
H A DPservice.c185 if (lwp->lwp_xregs != NULL && in ps_lgetxregsize()
H A DPcore.c223 if (lwp->lwp_xregs != NULL) in Pfini_core()
224 free(lwp->lwp_xregs); in Pfini_core()
1099 if (lwp == NULL || lwp->lwp_xregs != NULL) in note_xreg()
1112 lwp->lwp_xregs = xregs; in note_xreg()