Searched refs:gwin (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c181 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...]
/opensolaris-onvv-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c139 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],
195 gwindows_t *gwin = lwp->lwp_gwins; local
197 if (gwin
[all...]
/opensolaris-onvv-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c178 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],
243 gwindows_t *gwin local
[all...]

Completed in 180 milliseconds