Searched refs:prgregset32_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | procfs_isa.h | 85 #define prgregset32_t gregset32_t macro 91 #define prgregset32_t gregset_t macro
|
H A D | old_procfs.h | 509 prgregset32_t pr_reg; /* General registers */
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prdata.h | 394 extern void prgetprregs32(klwp_t *, prgregset32_t); 395 extern void prgregset_32ton(klwp_t *, prgregset32_t, prgregset_t);
|
H A D | prcontrol.c | 786 prgregset32_t prgregset; /* PCSREG, PCAGENT */ 840 { PCSREG, sizeof (prgregset32_t), NULL, NULL }, 841 { PCAGENT, sizeof (prgregset32_t), NULL, NULL },
|
H A D | prioctl.c | 1671 prgregset32_t regs; in prioctl32()
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | procfs_isa.h | 147 typedef prgreg32_t prgregset32_t[NPRGREG]; typedef
|
H A D | old_procfs.h | 508 prgregset32_t pr_reg; /* General registers */
|
/illumos-gate/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 124 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dst) in prgregset_32ton() 159 prgetprregs32(klwp_t *lwp, prgregset32_t prp) in prgetprregs32()
|
/illumos-gate/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 231 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dest) in prgregset_32ton() 312 prgetprregs32(klwp_t *lwp, prgregset32_t prp) in prgetprregs32()
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 543 prgregset32_t reg32; in dumpregs32()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | procfs.h | 746 prgregset32_t pr_reg; /* general registers */
|