Searched refs:prgregset_t (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c32 /* prgregset_t is a define on intel */
33 #ifdef prgregset_t
34 typedef prgregset_t
35 #undef prgregset_t macro
36 prgregset_t; typedef
41 prgregset_t prgregset;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.h52 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 Dmdb_proc.h66 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);
174 * Inside the target we define it explicitly to be a prgregset_t.
177 prgregset_t gregs;
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c64 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));
404 sizeof (prgregset_t));
464 sizeof (prgregset_t));
499 print_java_frame(void *cld, prgregset_t gregs, const char *name, int bci,
526 print_frame(void *cd, prgregset_t greg
[all...]
/illumos-gate/usr/src/head/
H A Dproc_service.h115 lwpid_t, prgregset_t);
117 lwpid_t, const prgregset_t);
H A Dthread_db.h577 td_thr_getgregs(const td_thrhandle_t *, prgregset_t);
583 td_thr_setgregs(const td_thrhandle_t *, const prgregset_t);
/illumos-gate/usr/src/uts/intel/sys/
H A Dprocfs_isa.h69 #define prgregset_t gregset_t macro
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c168 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst)
174 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs,
187 prgregset_t gregs;
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c210 ucontext_32_to_prgregs(const ucontext32_t *uc, prgregset_t dst)
236 Pstack_iter32(struct ps_prochandle *P, const prgregset_t regs,
249 prgregset_t gregs;
345 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst)
467 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs,
480 prgregset_t gregs;
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c123 ps_lgetregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t regs)
135 ps_lsetregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t regs)
242 prgregset_t regs;
H A DPlwpregs.c191 Plwp_getregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t gregs)
198 (void) memcpy(gregs, lps.pr_reg, sizeof (prgregset_t));
203 Plwp_setregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t gregs)
205 return (setlwpregs(P, lwpid, PCSREG, gregs, sizeof (prgregset_t)));
H A Dlibproc.h413 extern int Plwp_getregs(struct ps_prochandle *, lwpid_t, prgregset_t);
414 extern int Plwp_setregs(struct ps_prochandle *, lwpid_t, const prgregset_t);
651 typedef int proc_stack_f(void *, prgregset_t, uint_t, const long *);
654 const prgregset_t, proc_stack_f *, void *);
H A Dllib-lproc115 int Plwp_getregs(struct ps_prochandle *Pr, lwpid_t i, prgregset_t gr);
116 int Plwp_setregs(struct ps_prochandle *Pr, lwpid_t i, const prgregset_t gr);
156 lwpid_t lwpid, prgregset_t regs);
158 lwpid_t lwpid, const prgregset_t regs);
389 const prgregset_t regs, proc_stack_f *func, void *arg);
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c227 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst)
255 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs,
261 prgregset_t gregs;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h381 extern void prgetprregs(klwp_t *, prgregset_t);
382 extern void prsetprregs(klwp_t *, prgregset_t, int);
386 extern void prgregset_32ton(klwp_t *, prgregset32_t, prgregset_t);
/illumos-gate/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h76 typedef prgreg_t prgregset_t[NPRGREG]; typedef
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c55 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)
589 dumpregs(const prgregset_t reg, int is64)
614 dumpregs_v8p(const prgregset_t reg, const prxregset_t *xreg, int is64)
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c94 prgetprregs(klwp_t *lwp, prgregset_t prp)
106 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial)
119 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dst)
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c275 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst)
305 ucontext_32_to_prgregs(const ucontext32_t *src, prgregset_t dst)
337 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs,
343 prgregset_t gregs;
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c33 extern int putlwpregs(thread_t, prgregset_t);
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dmachdep.c34 extern int putlwpregs(thread_t, prgregset_t);
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c46 extern int putlwpregs(thread_t, prgregset_t);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c318 ps_lgetregs(struct ps_prochandle *ph, lwpid_t lid, prgregset_t gregset)
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c93 prgetprregs(klwp_t *lwp, prgregset_t prp)
103 * Can't copy since prgregset_t and gregset_t
155 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial)
231 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dest)
324 * Can't copy since prgregset_t and gregset_t
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c706 make_thr_stack(const td_thrhandle_t *Thp, prgregset_t reg)
1561 trap_one_stack(prgregset_t reg)
1637 prgregset_t reg;
1639 (void) memcpy(reg, Lsp->pr_reg, sizeof (prgregset_t));
1650 prgregset_t reg;

Completed in 83 milliseconds

12