Searched refs:pp_statusfd (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/sparc/ |
H A D | regs.c | 56 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_local_regs() 76 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_out_regs() 96 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_special_regs() 115 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_global_regs() 135 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_in_regs() 155 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_all_regs()
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/sparcv9/ |
H A D | regs.c | 69 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_local_regs() 89 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_out_regs() 109 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_special_regs() 134 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_global_regs() 154 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_in_regs() 174 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_all_regs()
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | dis.c | 95 if (pread(ph->pp_statusfd, &pstatus, in print_address_ps() 178 if (pread(ph->pp_statusfd, &pstat, sizeof (pstat), 0) == -1) in disasm()
|
H A D | bpt.c | 327 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) in continue_to_break() 415 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) in step_n() 457 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) in step_n() 516 if (read(ph->pp_statusfd, &pstat, sizeof (pstat)) == -1) in step_to_addr() 523 if (read(ph->pp_statusfd, &pstat, sizeof (pstat)) == -1) in step_to_addr()
|
H A D | callstack.c | 89 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) in CallStack()
|
H A D | ps.c | 136 procp->pp_statusfd = pstatusfd; in ps_init() 252 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), 0) == -1) in ps_pdmodel()
|
H A D | rdb.h | 154 int pp_statusfd; /* open status proc fd */ member
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 57 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_all_regs()
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/i386/ |
H A D | regs.c | 55 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_all_regs()
|