Searched defs:gwin (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 181 gwindows_t *gwin = NULL; /* to hold windows */ local 280 gwin = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP); 282 &gwin->wbcnt, sizeof (gwin->wbcnt))) { 283 kmem_free(gwin, sizeof (gwindows_t)); 286 if (gwin->wbcnt < 0 || gwin->wbcnt > nwindows) { 287 kmem_free(gwin, sizeof (gwindows_t)); 290 gwin_size = gwin->wbcnt * sizeof (struct rwindow) + 293 copyin(uc.uc_mcontext.gwins, gwin, gwin_siz 430 gwindows32_t *gwin = NULL; /* to hold windows */ local [all...] |
/illumos-gate/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 139 gwindows_t gwin; local 157 (void) memset(&gwin, 0, sizeof (gwin)); 158 n = read(fd, &gwin, sizeof (gwin)); 167 for (i = 0; i < gwin.wbcnt; i++) { 168 if (gwin.spbuf[i] == (greg_t *)gqp->gq_addr) { 170 &gwin.wbuf[i], 196 gwindows_t *gwin = lwp->lwp_gwins; local 198 if (gwin [all...] |
/illumos-gate/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 178 gwindows_t gwin; local 201 gwindows_32_to_n(&g32, &gwin); 204 (void) memset(&gwin, 0, sizeof (gwin)); 205 n = read(fd, &gwin, sizeof (gwin)); 215 for (i = 0; i < gwin.wbcnt; i++) { 216 if (gwin.spbuf[i] == (greg_t *)gqp->gq_addr) { 218 &gwin.wbuf[i], 244 gwindows_t *gwin local [all...] |
Completed in 50 milliseconds