Home
last modified time | relevance | path

Searched refs:prgregset_t (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c35 #ifdef prgregset_t
36 typedef prgregset_t
37 #undef prgregset_t
38 prgregset_t; typedef
43 prgregset_t prgregset;
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c67 prgregset_t regs;
86 typedef int java_stack_f(void *, prgregset_t, const char *, int, int, void *);
96 typedef int (*j_frame_iter_f)(jvm_agent_t *, prgregset_t, java_stack_f *,
147 static int print_frame(void *, prgregset_t, uint_t, const long *);
149 static void print_syscall(const lwpstatus_t *, prgregset_t);
342 (void) memset(tip->regs, 0, sizeof (prgregset_t)); in thr_stack()
414 sizeof (prgregset_t)); in thread_call_stack()
478 sizeof (prgregset_t)); in all_call_stacks()
539 print_java_frame(void *cld, prgregset_t gregs, const char *name, int bci, in print_java_frame()
566 print_frame(void *cd, prgregset_t gregs, uint_t argc, const long *argv) in print_frame()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c331 Plwp_getregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t gregs) in Plwp_getregs()
338 (void) memcpy(gregs, lps.pr_reg, sizeof (prgregset_t)); in Plwp_getregs()
343 Lgetregs(struct ps_lwphandle *L, prgregset_t *gregs) in Lgetregs()
345 (void) memcpy(gregs, L->lwp_status.pr_reg, sizeof (prgregset_t)); in Lgetregs()
350 Plwp_setregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t gregs) in Plwp_setregs()
352 return (setlwpregs_proc(P, lwpid, PCSREG, gregs, sizeof (prgregset_t))); in Plwp_setregs()
356 Lsetregs(struct ps_lwphandle *L, const prgregset_t *gregs) in Lsetregs()
358 return (setlwpregs_lwp(L, PCSREG, gregs, sizeof (prgregset_t))); in Lsetregs()
H A Dlibproc.h339 extern int Lgetregs(struct ps_lwphandle *, prgregset_t *);
340 extern int Lsetregs(struct ps_lwphandle *, const prgregset_t *);
425 extern int Plwp_getregs(struct ps_prochandle *, lwpid_t, prgregset_t);
426 extern int Plwp_setregs(struct ps_prochandle *, lwpid_t, const prgregset_t);
679 typedef int proc_stack_f(void *, prgregset_t, uint_t, const long *);
682 const prgregset_t, proc_stack_f *, void *);
H A DPservice.c125 ps_lgetregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t regs) in ps_lgetregs()
137 ps_lsetregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t regs) in ps_lsetregs()
293 prgregset_t regs; in ps_lgetLDT()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.h50 td_err_e (*td_thr_getgregs)(const td_thrhandle_t *, prgregset_t);
51 td_err_e (*td_thr_setgregs)(const td_thrhandle_t *, const prgregset_t);
H A Dmdb_proc.h64 int (*ptl_getregs)(mdb_tgt_t *, void *, mdb_tgt_tid_t, prgregset_t);
65 int (*ptl_setregs)(mdb_tgt_t *, void *, mdb_tgt_tid_t, prgregset_t);
174 prgregset_t gregs;
/illumos-gate/usr/src/head/
H A Dproc_service.h114 lwpid_t, prgregset_t);
116 lwpid_t, const prgregset_t);
H A Dthread_db.h575 td_thr_getgregs(const td_thrhandle_t *, prgregset_t);
581 td_thr_setgregs(const td_thrhandle_t *, const prgregset_t);
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c233 ucontext_32_to_prgregs(const ucontext32_t *uc, prgregset_t dst) in ucontext_32_to_prgregs()
259 Pstack_iter32(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter32()
272 prgregset_t gregs; in Pstack_iter32()
374 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) in ucontext_n_to_prgregs()
496 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
509 prgregset_t gregs; in Pstack_iter()
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c191 ucontext_n_to_prgregs(const ucontext_t *src, prgregset_t dst) in ucontext_n_to_prgregs()
197 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
210 prgregset_t gregs; in Pstack_iter()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h390 extern void prgetprregs(klwp_t *, prgregset_t);
391 extern void prsetprregs(klwp_t *, prgregset_t, int);
395 extern void prgregset_32ton(klwp_t *, prgregset32_t, prgregset_t);
H A Dprcontrol.c73 static int pr_agent(prnode_t *, prgregset_t, int *);
98 prgregset_t prgregset; /* PCSREG, PCAGENT */
189 { PCSREG, sizeof (prgregset_t), NULL, NULL },
190 { PCAGENT, sizeof (prgregset_t), NULL, NULL },
989 prgregset_t prgregset; in pr_control32()
1060 prgregset_t prgregset; in pr_control32()
2089 pr_agent(prnode_t *pnp, prgregset_t prgregset, int *unlocked) in pr_agent()
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c227 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()
/illumos-gate/usr/src/lib/libproc/sparcv9/
H A DPisadep.c275 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()
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c99 prgetprregs(klwp_t *lwp, prgregset_t prp) in prgetprregs()
111 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial) in prsetprregs()
124 prgregset_32ton(klwp_t *lwp, prgregset32_t src, prgregset_t dst) in prgregset_32ton()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c55 static void dumpregs(const prgregset_t, int);
541 dumpregs32(const prgregset_t reg) in dumpregs32()
560 dumpregs(const prgregset_t reg, int is64) in dumpregs()
/illumos-gate/usr/src/uts/intel/sys/
H A Dprocfs_isa.h73 #define prgregset_t gregset_t macro
/illumos-gate/usr/src/uts/sparc/sys/
H A Dprocfs_isa.h76 typedef prgreg_t prgregset_t[NPRGREG]; typedef
/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/amd64/threads/
H A Dmachdep.c34 extern int putlwpregs(thread_t, prgregset_t);
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c706 make_thr_stack(const td_thrhandle_t *Thp, prgregset_t reg) in make_thr_stack()
1551 trap_one_stack(prgregset_t reg) in trap_one_stack()
1627 prgregset_t reg; in lwp_stack_traps()
1629 (void) memcpy(reg, Lsp->pr_reg, sizeof (prgregset_t)); in lwp_stack_traps()
1640 prgregset_t reg; in thr_stack_traps()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c93 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()
/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/demo_rdb/common/
H A Dps.c318 ps_lgetregs(struct ps_prochandle *ph, lwpid_t lid, prgregset_t gregset) in ps_lgetregs()

12