Searched refs:pp_statusfd (Results 1 – 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/demo_rdb/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()
|
| /illumos-gate/usr/src/cmd/sgs/demo_rdb/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()
|
| /illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
| 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 | dis.c | 96 if (pread(ph->pp_statusfd, &pstatus, in print_address_ps() 185 if (pread(ph->pp_statusfd, &pstat, sizeof (pstat), 0) == -1) in disasm()
|
| 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
|
| /illumos-gate/usr/src/cmd/sgs/demo_rdb/amd64/ |
| H A D | regs.c | 57 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_all_regs()
|
| /illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/ |
| H A D | regs.c | 55 if (pread(ph->pp_statusfd, &pstatus, sizeof (pstatus), in display_all_regs()
|