| /illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
| H A D | ucontext.h | 55 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 D | archsystm.h | 60 extern void setgwins(struct _klwp *, gwindows_t *); 61 extern void getgwins(struct _klwp *, gwindows_t *);
|
| H A D | regset.h | 135 } gwindows_t; typedef in typeref:struct:_gwindows
|
| /illumos-gate/usr/src/lib/libproc/common/ |
| H A D | P32ton.h | 57 extern void gwindows_32_to_n(const gwindows32_t *, gwindows_t *);
|
| H A D | Plwpregs.c | 264 Plwp_getgwindows(struct ps_prochandle *P, lwpid_t lwpid, gwindows_t *gwins) 280 gwins, sizeof (gwindows_t)));
|
| H A D | Pcontrol.h | 140 gwindows_t *lwp_gwins; /* /proc/<pid>/lwp/<lwpid>/gwindows data */
|
| H A D | P32ton.c | 196 gwindows_32_to_n(const gwindows32_t *src, gwindows_t *dst) 200 (void) memset(dst, 0, sizeof (gwindows_t));
|
| H A D | libproc.h | 425 extern int Plwp_getgwindows(struct ps_prochandle *, lwpid_t, gwindows_t *);
|
| H A D | Pcore.c | 1085 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 D | Pgcore.c | 548 gwindows_t gwins;
|
| /illumos-gate/usr/src/uts/common/exec/elf/ |
| H A D | elf_impl.h | 89 #define gwindows_t gwindows32_t macro
|
| H A D | old_notes.c | 91 size = sizeof (gwindows_t) - 111 gwindows_t gwindows; 214 size = sizeof (gwindows_t) -
|
| H A D | elf_notes.c | 150 size = sizeof (gwindows_t) - 177 gwindows_t gwindows; 525 size = sizeof (gwindows_t) -
|
| /illumos-gate/usr/src/uts/sparc/syscall/ |
| H A D | getcontext.c | 111 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 D | Pisadep.c | 127 * 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 D | signal.c | 85 if (ucp->uc_mcontext.gwins != (gwindows_t *)0) {
|
| /illumos-gate/usr/src/lib/libproc/sparcv9/ |
| H A D | Pisadep.c | 166 * 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 D | signal.c | 165 if (ucp->uc_mcontext.gwins != (gwindows_t *)0) {
|
| /illumos-gate/usr/src/uts/sparc/v9/os/ |
| H A D | v9dep.c | 476 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 D | prmachdep.c | 1015 prgetwindows(klwp_t *lwp, gwindows_t *gwp)
|
| /illumos-gate/usr/src/uts/common/fs/proc/ |
| H A D | prvnops.c | 1633 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 D | prioctl.c | 297 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) */
|