Home
last modified time | relevance | path

Searched refs:g32 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c197 gwindows32_t g32; in find_gwin() local
199 (void) memset(&g32, 0, sizeof (g32)); in find_gwin()
200 if ((n = read(fd, &g32, sizeof (g32))) > 0) in find_gwin()
201 gwindows_32_to_n(&g32, &gwin); in find_gwin()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1138 gwindows32_t g32; in note_gwindows() local
1140 (void) memset(&g32, 0, sizeof (g32)); in note_gwindows()
1141 (void) read(P->asfd, &g32, MIN(nbytes, sizeof (g32))); in note_gwindows()
1142 gwindows_32_to_n(&g32, lwp->lwp_gwins); in note_gwindows()