Home
last modified time | relevance | path

Searched refs:lwp_gwins (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A DPlwpregs.c283 if ((lwp = getlwpcore(P, lwpid)) != NULL && lwp->lwp_gwins != NULL) { in Plwp_getgwindows()
284 *gwins = *lwp->lwp_gwins; in Plwp_getgwindows()
H A DPcontrol.h139 gwindows_t *lwp_gwins; /* /proc/<pid>/lwp/<lwpid>/gwindows data */ member
H A DPcore.c201 if (lwp->lwp_gwins != NULL) in Pfini_core()
202 free(lwp->lwp_gwins); in Pfini_core()
1032 if (lwp == NULL || lwp->lwp_gwins != NULL || nbytes == 0) in note_gwindows()
1035 if ((lwp->lwp_gwins = malloc(sizeof (gwindows_t))) == NULL) in note_gwindows()
1050 gwindows_32_to_n(&g32, lwp->lwp_gwins); in note_gwindows()
1054 (void) memset(lwp->lwp_gwins, 0, sizeof (gwindows_t)); in note_gwindows()
1055 (void) read(P->asfd, lwp->lwp_gwins, in note_gwindows()
/titanic_41/usr/src/lib/libproc/sparc/
H A DPisadep.c196 gwindows_t *gwin = lwp->lwp_gwins; in read_gwin()
/titanic_41/usr/src/lib/libproc/sparcv9/
H A DPisadep.c244 gwindows_t *gwin = lwp->lwp_gwins; in read_gwin()