Home
last modified time | relevance | path

Searched refs:gwindows32_t (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/sparc/syscall/
H A Dgetcontext.c430 gwindows32_t *gwin = NULL; /* to hold windows */ in getsetcontext32()
528 gwin = kmem_zalloc(sizeof (gwindows32_t), KM_SLEEP); in getsetcontext32()
531 kmem_free(gwin, sizeof (gwindows32_t)); in getsetcontext32()
535 kmem_free(gwin, sizeof (gwindows32_t)); in getsetcontext32()
541 if (gwin_size > sizeof (gwindows32_t) || in getsetcontext32()
544 kmem_free(gwin, sizeof (gwindows32_t)); in getsetcontext32()
563 kmem_free(gwin, sizeof (gwindows32_t)); in getsetcontext32()
588 kmem_free(gwin, sizeof (gwindows32_t)); in getsetcontext32()
/titanic_41/usr/src/uts/sparc/sys/
H A Darchsystm.h62 extern void setgwins32(struct _klwp *, gwindows32_t *);
63 extern void getgwins32(struct _klwp *, gwindows32_t *);
H A Dregset.h185 } gwindows32_t; typedef
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h57 extern void gwindows_32_to_n(const gwindows32_t *, gwindows_t *);
H A DP32ton.c198 gwindows_32_to_n(const gwindows32_t *src, gwindows_t *dst) in gwindows_32_to_n()
H A DPcore.c1046 gwindows32_t g32; in note_gwindows()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_impl.h89 #define gwindows_t gwindows32_t
/titanic_41/usr/src/uts/sparc/v9/os/
H A Dv9dep.c509 setgwins32(klwp_t *lwp, gwindows32_t *gwins) in setgwins32()
581 getgwins32(klwp_t *lwp, gwindows32_t *gwp) in getgwins32()
1234 gwindows32_t *volatile gwp = NULL; in sendsig32()
/titanic_41/usr/src/lib/libproc/sparcv9/
H A DPisadep.c197 gwindows32_t g32; in find_gwin()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprvnops.c2619 gwindows32_t *gwp; in pr_read_gwindows_32()
2625 gwp = kmem_zalloc(sizeof (gwindows32_t), KM_SLEEP); in pr_read_gwindows_32()
2646 size = sizeof (gwindows32_t) - in pr_read_gwindows_32()
2659 kmem_free(gwp, sizeof (gwindows32_t)); in pr_read_gwindows_32()
3154 vap->va_size = PR_OBJSIZE(gwindows32_t, gwindows_t) - in prgetattr()
H A Dprioctl.c1860 thingsize = sizeof (gwindows32_t); in prioctl32()
2950 gwindows32_t *gwp = thing; in prioctl32()
/titanic_41/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c1022 prgetwindows32(klwp_t *lwp, gwindows32_t *gwp) in prgetwindows32()