Searched refs:prst (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
39 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
54 prst->pr_lwp.pr_reg[ind1], str1);
56 prst->pr_lwp.pr_reg[ind2], str2);
59 prst->pr_lwp.pr_reg[ind1], str1, r2,
60 prst->pr_lwp.pr_reg[ind2], str2);
64 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
68 if (prst == NULL) {
74 prst
84 display_out_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
104 display_special_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
129 display_global_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
149 display_in_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
39 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2],
51 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
55 if (prst == NULL) {
61 prst = &pstatus;
64 disp_reg_line(ph, prst, "l0", R_L0, "l4", R_L4);
65 disp_reg_line(ph, prst, "l
71 display_out_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
91 display_special_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
110 display_global_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
130 display_in_regs(struct ps_prochandle *ph, pstatus_t *prst) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/amd64/
H A Dregs.c36 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
41 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
44 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
48 EC_WORD(prst->pr_lwp.pr_reg[ind1]), str1, r2,
49 EC_WORD(prst->pr_lwp.pr_reg[ind2]), str2);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Dregs.c35 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, argument
40 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1],
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2],
46 prst->pr_lwp.pr_reg[ind1], str1, r2, prst->pr_lwp.pr_reg[ind2],

Completed in 54 milliseconds