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

/osnet-11/usr/src/lib/libproc/sparc/
H A DPisadep.c138 gwindows_t gwin; local
156 (void) memset(&gwin, 0, sizeof (gwin));
157 n = read(fd, &gwin, sizeof (gwin));
166 for (i = 0; i < gwin.wbcnt; i++) {
167 if (gwin.spbuf[i] == (greg_t *)gqp->gq_addr) {
169 &gwin.wbuf[i],
194 gwindows_t *gwin = lwp->lwp_gwins; local
196 if (gwin
[all...]
/osnet-11/usr/src/lib/libproc/sparcv9/
H A DPisadep.c177 gwindows_t gwin; local
200 gwindows_32_to_n(&g32, &gwin);
203 (void) memset(&gwin, 0, sizeof (gwin));
204 n = read(fd, &gwin, sizeof (gwin));
214 for (i = 0; i < gwin.wbcnt; i++) {
215 if (gwin.spbuf[i] == (greg_t *)gqp->gq_addr) {
217 &gwin.wbuf[i],
242 gwindows_t *gwin local
[all...]

Completed in 22 milliseconds