Searched refs:g32 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 197 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()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 1046 gwindows32_t g32; in note_gwindows() local 1048 (void) memset(&g32, 0, sizeof (g32)); in note_gwindows() 1049 (void) read(P->asfd, &g32, MIN(nbytes, sizeof (g32))); in note_gwindows() 1050 gwindows_32_to_n(&g32, lwp->lwp_gwins); in note_gwindows()
|