/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_layout_obj.c | 32 #ifdef prgregset_t 33 typedef prgregset_t 34 #undef prgregset_t 35 prgregset_t; typedef 40 prgregset_t prgregset;
|
/titanic_41/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 64 prgregset_t regs; 83 typedef int java_stack_f(void *, prgregset_t, const char *, int, int, void *); 93 typedef int (*j_frame_iter_f)(jvm_agent_t *, prgregset_t, java_stack_f *, 141 static int print_frame(void *, prgregset_t, uint_t, const long *); 143 static void print_syscall(const lwpstatus_t *, prgregset_t); 336 (void) memset(tip->regs, 0, sizeof (prgregset_t)); in thr_stack() 404 sizeof (prgregset_t)); in thread_call_stack() 464 sizeof (prgregset_t)); in all_call_stacks() 499 print_java_frame(void *cld, prgregset_t gregs, const char *name, int bci, in print_java_frame() 526 print_frame(void *cd, prgregset_t gregs, uint_t argc, const long *argv) in print_frame() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tdb.h | 52 td_err_e (*td_thr_getgregs)(const td_thrhandle_t *, prgregset_t); 53 td_err_e (*td_thr_setgregs)(const td_thrhandle_t *, const prgregset_t);
|
H A D | mdb_proc.h | 66 int (*ptl_getregs)(mdb_tgt_t *, void *, mdb_tgt_tid_t, prgregset_t); 67 int (*ptl_setregs)(mdb_tgt_t *, void *, mdb_tgt_tid_t, prgregset_t); 177 prgregset_t gregs;
|
/titanic_41/usr/src/head/ |
H A D | proc_service.h | 115 lwpid_t, prgregset_t); 117 lwpid_t, const prgregset_t);
|
H A D | thread_db.h | 577 td_thr_getgregs(const td_thrhandle_t *, prgregset_t); 583 td_thr_setgregs(const td_thrhandle_t *, const prgregset_t);
|
/titanic_41/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 168 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) in ucontext_n_to_prgregs() 174 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter() 187 prgregset_t gregs; in Pstack_iter()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 210 ucontext_32_to_prgregs(const ucontext32_t *uc, prgregset_t dst) in ucontext_32_to_prgregs() 236 Pstack_iter32(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter32() 249 prgregset_t gregs; in Pstack_iter32() 345 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) in ucontext_n_to_prgregs() 467 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter() 480 prgregset_t gregs; in Pstack_iter()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Plwpregs.c | 191 Plwp_getregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t gregs) in Plwp_getregs() 198 (void) memcpy(gregs, lps.pr_reg, sizeof (prgregset_t)); in Plwp_getregs() 203 Plwp_setregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t gregs) in Plwp_setregs() 205 return (setlwpregs(P, lwpid, PCSREG, gregs, sizeof (prgregset_t))); in Plwp_setregs()
|
H A D | Pservice.c | 123 ps_lgetregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t regs) in ps_lgetregs() 135 ps_lsetregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t regs) in ps_lsetregs() 242 prgregset_t regs; in ps_lgetLDT()
|
H A D | libproc.h | 418 extern int Plwp_getregs(struct ps_prochandle *, lwpid_t, prgregset_t); 419 extern int Plwp_setregs(struct ps_prochandle *, lwpid_t, const prgregset_t); 656 typedef int proc_stack_f(void *, prgregset_t, uint_t, const long *); 659 const prgregset_t, proc_stack_f *, void *);
|
H A D | llib-lproc | 114 int Plwp_getregs(struct ps_prochandle *Pr, lwpid_t i, prgregset_t gr); 115 int Plwp_setregs(struct ps_prochandle *Pr, lwpid_t i, const prgregset_t gr); 155 lwpid_t lwpid, prgregset_t regs); 157 lwpid_t lwpid, const prgregset_t regs); 387 const prgregset_t regs, proc_stack_f *func, void *arg);
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 55 static void dumpregs(const prgregset_t, int); 57 static void dumpregs_v8p(const prgregset_t, const prxregset_t *, int); 570 dumpregs32(const prgregset_t reg) in dumpregs32() 589 dumpregs(const prgregset_t reg, int is64) in dumpregs() 614 dumpregs_v8p(const prgregset_t reg, const prxregset_t *xreg, int is64) in dumpregs_v8p()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prdata.h | 380 extern void prgetprregs(klwp_t *, prgregset_t); 381 extern void prsetprregs(klwp_t *, prgregset_t, int); 385 extern void prgregset_32ton(klwp_t *, prgregset32_t, prgregset_t);
|
H A D | prcontrol.c | 74 static int pr_agent(prnode_t *, prgregset_t, int *); 92 prgregset_t prgregset; /* PCSREG, PCAGENT */ 154 size += sizeof (prgregset_t); in ctlsize() 852 prgregset_t prgregset; in pr_control32() 927 prgregset_t prgregset; in pr_control32() 1971 pr_agent(prnode_t *pnp, prgregset_t prgregset, int *unlocked) in pr_agent()
|
/titanic_41/usr/src/lib/libproc/sparc/ |
H A D | Pisadep.c | 227 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) in ucontext_n_to_prgregs() 255 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter() 261 prgregset_t gregs; in Pstack_iter()
|
/titanic_41/usr/src/lib/libproc/sparcv9/ |
H A D | Pisadep.c | 275 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) in ucontext_n_to_prgregs() 305 ucontext_32_to_prgregs(const ucontext32_t *src, prgregset_t dst) in ucontext_32_to_prgregs() 337 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter() 343 prgregset_t gregs; in Pstack_iter()
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 94 prgetprregs(klwp_t *lwp, prgregset_t prp) in prgetprregs() 106 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial) in prsetprregs() 119 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dst) in prgregset_32ton()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | procfs_isa.h | 71 #define prgregset_t gregset_t macro
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | procfs_isa.h | 78 typedef prgreg_t prgregset_t[NPRGREG]; typedef
|
/titanic_41/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 33 extern int putlwpregs(thread_t, prgregset_t);
|
/titanic_41/usr/src/lib/libc/sparc/threads/ |
H A D | machdep.c | 34 extern int putlwpregs(thread_t, prgregset_t);
|
/titanic_41/usr/src/cmd/truss/ |
H A D | fcall.c | 706 make_thr_stack(const td_thrhandle_t *Thp, prgregset_t reg) in make_thr_stack() 1561 trap_one_stack(prgregset_t reg) in trap_one_stack() 1637 prgregset_t reg; in lwp_stack_traps() 1639 (void) memcpy(reg, Lsp->pr_reg, sizeof (prgregset_t)); in lwp_stack_traps() 1650 prgregset_t reg; in thr_stack_traps()
|
/titanic_41/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 93 prgetprregs(klwp_t *lwp, prgregset_t prp) in prgetprregs() 155 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial) in prsetprregs() 231 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dest) in prgregset_32ton()
|
/titanic_41/usr/src/lib/libc/i386/threads/ |
H A D | machdep.c | 45 extern int putlwpregs(thread_t, prgregset_t);
|