Home
last modified time | relevance | path

Searched refs:gwindows_t (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c111 ucp->uc_mcontext.gwins = (gwindows_t *)NULL; in savecontext()
181 gwindows_t *gwin = NULL; /* to hold windows */ in getsetcontext()
280 gwin = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP); in getsetcontext()
283 kmem_free(gwin, sizeof (gwindows_t)); in getsetcontext()
287 kmem_free(gwin, sizeof (gwindows_t)); in getsetcontext()
292 if (gwin_size > sizeof (gwindows_t) || in getsetcontext()
294 kmem_free(gwin, sizeof (gwindows_t)); in getsetcontext()
309 kmem_free(gwin, sizeof (gwindows_t)); in getsetcontext()
327 kmem_free(gwin, sizeof (gwindows_t)); in getsetcontext()
/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
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h55 extern void gwindows_32_to_n(const gwindows32_t *, gwindows_t *);
H A DPcontrol.h149 gwindows_t *lwp_gwins; /* /proc/<pid>/lwp/<lwpid>/gwindows data */
H A DPlwpregs.c493 Plwp_getgwindows(struct ps_prochandle *P, lwpid_t lwpid, gwindows_t *gwins) in Plwp_getgwindows()
509 gwins, sizeof (gwindows_t))); in Plwp_getgwindows()
H A DP32ton.c196 gwindows_32_to_n(const gwindows32_t *src, gwindows_t *dst) in gwindows_32_to_n()
200 (void) memset(dst, 0, sizeof (gwindows_t)); in gwindows_32_to_n()
H A Dlibproc.h437 extern int Plwp_getgwindows(struct ps_prochandle *, lwpid_t, gwindows_t *);
H A DPcore.c1127 if ((lwp->lwp_gwins = malloc(sizeof (gwindows_t))) == NULL) in note_gwindows()
1146 (void) memset(lwp->lwp_gwins, 0, sizeof (gwindows_t)); in note_gwindows()
1148 MIN(nbytes, sizeof (gwindows_t))); in note_gwindows()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h102 #define gwindows_t gwindows32_t macro
H A Delf_notes.c153 size = sizeof (gwindows_t) - in setup_note_header()
187 gwindows_t gwindows; in write_elfnotes()
551 size = sizeof (gwindows_t) - in write_elfnotes()
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c139 gwindows_t gwin; in find_gwin()
196 gwindows_t *gwin = lwp->lwp_gwins; in read_gwin()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c178 gwindows_t gwin; in find_gwin()
244 gwindows_t *gwin = lwp->lwp_gwins; in read_gwin()
/illumos-gate/usr/src/cmd/csh/sparc/
H A Dsignal.c85 if (ucp->uc_mcontext.gwins != (gwindows_t *)0) { in sigvechandler()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c477 setgwins(klwp_t *lwp, gwindows_t *gwins) in setgwins()
550 getgwins(klwp_t *lwp, gwindows_t *gwp) in getgwins()
904 gwindows_t *volatile gwp = NULL; in sendsig()
1813 (gwindows_t *)(uintptr_t)src->uc_mcontext.gwins; in ucontext_32ton()
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/
H A Dsignal.c161 if (ucp->uc_mcontext.gwins != (gwindows_t *)0) { in ucbsigvechandler()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c1015 prgetwindows(klwp_t *lwp, gwindows_t *gwp) in prgetwindows()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c1789 gwindows_t *gwp; in pr_read_gwindows()
1795 gwp = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP); in pr_read_gwindows()
1810 size = sizeof (gwindows_t) - in pr_read_gwindows()
1823 kmem_free(gwp, sizeof (gwindows_t)); in pr_read_gwindows()
3436 vap->va_size = PR_OBJSIZE(gwindows32_t, gwindows_t) - in prgetattr()
H A Dprioctl.c292 thingsize = sizeof (gwindows_t); in prioctl64()
1282 gwindows_t *gwp = thing; in prioctl64()
1292 kmem_free(gwp, sizeof (gwindows_t)); in prioctl64()