Searched refs:gwindows_t (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ducontext.h55 typedef struct gwindows gwindows_t; typedef in typeref:struct:gwindows
91 gwindows_t *gwins; /* POSSIBLE pointer to register windows */
/illumos-gate/usr/src/uts/sparc/sys/
H A Darchsystm.h60 extern void setgwins(struct _klwp *, gwindows_t *);
61 extern void getgwins(struct _klwp *, gwindows_t *);
H A Dregset.h135 } gwindows_t; typedef in typeref:struct:_gwindows
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h57 extern void gwindows_32_to_n(const gwindows32_t *, gwindows_t *);
H A DPlwpregs.c264 Plwp_getgwindows(struct ps_prochandle *P, lwpid_t lwpid, gwindows_t *gwins)
280 gwins, sizeof (gwindows_t)));
H A DPcontrol.h140 gwindows_t *lwp_gwins; /* /proc/<pid>/lwp/<lwpid>/gwindows data */
H A DP32ton.c196 gwindows_32_to_n(const gwindows32_t *src, gwindows_t *dst)
200 (void) memset(dst, 0, sizeof (gwindows_t));
H A Dlibproc.h425 extern int Plwp_getgwindows(struct ps_prochandle *, lwpid_t, gwindows_t *);
H A DPcore.c1085 if ((lwp->lwp_gwins = malloc(sizeof (gwindows_t))) == NULL)
1091 * and the size of the gwindows_t type. It doesn't matter if the read
1104 (void) memset(lwp->lwp_gwins, 0, sizeof (gwindows_t));
1106 MIN(nbytes, sizeof (gwindows_t)));
H A DPgcore.c548 gwindows_t gwins;
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h89 #define gwindows_t gwindows32_t macro
H A Dold_notes.c91 size = sizeof (gwindows_t) -
111 gwindows_t gwindows;
214 size = sizeof (gwindows_t) -
H A Delf_notes.c150 size = sizeof (gwindows_t) -
177 gwindows_t gwindows;
525 size = sizeof (gwindows_t) -
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c111 ucp->uc_mcontext.gwins = (gwindows_t *)NULL;
181 gwindows_t *gwin = NULL; /* to hold windows */
275 * how many bytes of gwindows_t to copy in that
280 gwin = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP);
283 kmem_free(gwin, sizeof (gwindows_t));
287 kmem_free(gwin, sizeof (gwindows_t));
292 if (gwin_size > sizeof (gwindows_t) ||
294 kmem_free(gwin, sizeof (gwindows_t));
309 kmem_free(gwin, sizeof (gwindows_t));
327 kmem_free(gwin, sizeof (gwindows_t));
[all...]
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c127 * For gwindows_t support, we define a structure to pass arguments to
139 gwindows_t gwin;
154 * Zero out the gwindows_t because the gwindows file only has
196 gwindows_t *gwin = lwp->lwp_gwins;
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c85 if (ucp->uc_mcontext.gwins != (gwindows_t *)0) {
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c166 * For gwindows_t support, we define a structure to pass arguments to
178 gwindows_t gwin;
193 * Zero out the gwindows_t because the gwindows file only has
244 gwindows_t *gwin = lwp->lwp_gwins;
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c165 if (ucp->uc_mcontext.gwins != (gwindows_t *)0) {
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c476 setgwins(klwp_t *lwp, gwindows_t *gwins)
549 getgwins(klwp_t *lwp, gwindows_t *gwp)
903 gwindows_t *volatile gwp = NULL;
1813 (gwindows_t *)(uintptr_t)src->uc_mcontext.gwins;
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c1015 prgetwindows(klwp_t *lwp, gwindows_t *gwp)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c1633 gwindows_t *gwp;
1639 gwp = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP);
1654 size = sizeof (gwindows_t) -
1667 kmem_free(gwp, sizeof (gwindows_t));
3180 vap->va_size = PR_OBJSIZE(gwindows32_t, gwindows_t) -
H A Dprioctl.c297 thingsize = sizeof (gwindows_t);
1308 case PIOCGWIN: /* get gwindows_t (see sys/reg.h) */
1310 gwindows_t *gwp = thing;
1320 kmem_free(gwp, sizeof (gwindows_t));
2948 case PIOCGWIN: /* get gwindows_t (see sys/reg.h) */

Completed in 351 milliseconds