Searched refs:gwindows32_t (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 430 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()
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | archsystm.h | 62 extern void setgwins32(struct _klwp *, gwindows32_t *); 63 extern void getgwins32(struct _klwp *, gwindows32_t *);
|
H A D | regset.h | 143 } gwindows32_t; typedef
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | P32ton.h | 55 extern void gwindows_32_to_n(const gwindows32_t *, gwindows_t *);
|
H A D | P32ton.c | 196 gwindows_32_to_n(const gwindows32_t *src, gwindows_t *dst) in gwindows_32_to_n()
|
H A D | Pcore.c | 1154 gwindows32_t g32; in note_gwindows()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 102 #define gwindows_t gwindows32_t
|
/illumos-gate/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 510 setgwins32(klwp_t *lwp, gwindows32_t *gwins) in setgwins32() 582 getgwins32(klwp_t *lwp, gwindows32_t *gwp) in getgwins32() 1235 gwindows32_t *volatile gwp = NULL; in sendsig32()
|
/illumos-gate/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 197 gwindows32_t g32; in find_gwin()
|
/illumos-gate/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 1022 prgetwindows32(klwp_t *lwp, gwindows32_t *gwp) in prgetwindows32()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 2806 gwindows32_t *gwp; in pr_read_gwindows_32() 2812 gwp = kmem_zalloc(sizeof (gwindows32_t), KM_SLEEP); in pr_read_gwindows_32() 2833 size = sizeof (gwindows32_t) - in pr_read_gwindows_32() 2846 kmem_free(gwp, sizeof (gwindows32_t)); in pr_read_gwindows_32() 3436 vap->va_size = PR_OBJSIZE(gwindows32_t, gwindows_t) - in prgetattr()
|
H A D | prioctl.c | 1829 thingsize = sizeof (gwindows32_t); in prioctl32() 2894 gwindows32_t *gwp = thing; in prioctl32()
|