Home
last modified time | relevance | path

Searched refs:pstatus_t (Results 1 – 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparc/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line()
51 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_local_regs()
53 pstatus_t pstatus; in display_local_regs()
71 display_out_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_out_regs()
73 pstatus_t pstatus; in display_out_regs()
91 display_special_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_special_regs()
93 pstatus_t pstatus; in display_special_regs()
110 display_global_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_global_regs()
112 pstatus_t pstatus; in display_global_regs()
130 display_in_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_in_regs()
[all …]
H A Drdb_mach.h51 extern void display_in_regs(struct ps_prochandle *, pstatus_t *);
52 extern void display_local_regs(struct ps_prochandle *, pstatus_t *);
53 extern void display_out_regs(struct ps_prochandle *, pstatus_t *);
54 extern void display_special_regs(struct ps_prochandle *, pstatus_t *);
55 extern void display_global_regs(struct ps_prochandle *, pstatus_t *);
/illumos-gate/usr/src/cmd/sgs/demo_rdb/sparcv9/
H A Dregs.c34 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line()
64 display_local_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_local_regs()
66 pstatus_t pstatus; in display_local_regs()
84 display_out_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_out_regs()
86 pstatus_t pstatus; in display_out_regs()
104 display_special_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_special_regs()
106 pstatus_t pstatus; in display_special_regs()
129 display_global_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_global_regs()
131 pstatus_t pstatus; in display_global_regs()
149 display_in_regs(struct ps_prochandle *ph, pstatus_t *prst) in display_in_regs()
[all …]
H A Drdb_mach.h51 extern void display_in_regs(struct ps_prochandle *, pstatus_t *);
52 extern void display_local_regs(struct ps_prochandle *, pstatus_t *);
53 extern void display_out_regs(struct ps_prochandle *, pstatus_t *);
54 extern void display_special_regs(struct ps_prochandle *, pstatus_t *);
55 extern void display_global_regs(struct ps_prochandle *, pstatus_t *);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c178 START(pstatus, pstatus_t); in gen_pstatus()
180 SCALAR_FIELD(pstatus_t, pr_flags, 1); in gen_pstatus()
181 SCALAR_FIELD(pstatus_t, pr_nlwp, 1); in gen_pstatus()
182 SCALAR_FIELD(pstatus_t, pr_pid, 0); in gen_pstatus()
183 SCALAR_FIELD(pstatus_t, pr_ppid, 0); in gen_pstatus()
184 SCALAR_FIELD(pstatus_t, pr_pgid, 0); in gen_pstatus()
185 SCALAR_FIELD(pstatus_t, pr_sid, 0); in gen_pstatus()
186 SCALAR_FIELD(pstatus_t, pr_aslwpid, 1); in gen_pstatus()
187 SCALAR_FIELD(pstatus_t, pr_agentid, 1); in gen_pstatus()
188 SCALAR_FIELD(pstatus_t, pr_sigpend, 0); in gen_pstatus()
[all …]
H A Dgen_layout_obj.c45 pstatus_t pstatus;
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h61 extern void pstatus_32_to_n(const pstatus32_t *, pstatus_t *);
74 extern void pstatus_n_to_32(const pstatus_t *, pstatus32_t *);
H A DPcontrol.h212 pstatus_t orig_status; /* remembered status on Pgrab() */
213 pstatus_t status; /* status when stopped */
H A Dlibproc.h202 typedef void (*pop_status_t)(struct ps_prochandle *, pstatus_t *, void *);
270 extern const pstatus_t *Pstatus(struct ps_prochandle *);
731 extern int proc_get_status(pid_t, pstatus_t *);
/illumos-gate/usr/src/cmd/sgs/demo_rdb/amd64/
H A Dregs.c36 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line()
55 pstatus_t pstatus; in display_all_regs()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/
H A Dregs.c35 disp_reg_line(struct ps_prochandle *ph, pstatus_t *prst, char *r1, int ind1, in disp_reg_line()
53 pstatus_t pstatus; in display_all_regs()
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c209 pstatus_t prstatus; in filladdr()
222 if (read(fd, &prstatus, sizeof (pstatus_t)) != sizeof (pstatus_t)) { in filladdr()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Ddis.c94 pstatus_t pstatus; in print_address_ps()
183 pstatus_t pstat; in disasm()
H A Dbpt.c273 pstatus_t pstatus; in continue_to_break()
408 pstatus_t pstatus; in step_n()
512 pstatus_t pstat; in step_to_addr()
H A Dcallstack.c84 pstatus_t pstatus; in CallStack()
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap_common.c69 const pstatus_t *Psp = Pstatus(Pr); in make_name()
117 anon_name(char *name, const pstatus_t *Psp, lwpstack_t *stacks, uint_t nstacks, in anon_name()
H A Dpmap_common.h56 extern char *anon_name(char *, const pstatus_t *, lwpstack_t *, uint_t,
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c74 pstatus_t pstatus; /* from /proc/<pid>/status */
141 pstatus_t *ps; in ptrace()
371 (void) memset((char *)ps, 0, sizeof (pstatus_t)); in ptrace()
620 pstatus_t *ps = &cp->pstatus; in ProcUpdate()
666 (void) memset((char *)ps, 0, sizeof (pstatus_t)); in ProcUpdate()
677 pstatus_t *ps = &cp->pstatus; in MakeUser()
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c72 pstatus_t pstatus; /* from /proc/<pid>/status */
139 pstatus_t *ps; in ptrace()
361 (void) memset((char *)ps, 0, sizeof (pstatus_t)); in ptrace()
610 pstatus_t *ps = &cp->pstatus; in ProcUpdate()
654 (void) memset((char *)ps, 0, sizeof (pstatus_t)); in ProcUpdate()
665 pstatus_t *ps = &cp->pstatus; in MakeUser()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c88 pstatus_t *lm_pstatus;
228 pstatus_t *Psp = lmp->lm_pstatus; in leaky_process_anon_mappings()
355 pstatus_t Ps; in leaky_handle_anon_mappings()
509 const pstatus_t *Psp) in leaky_grep_mappings()
599 pstatus_t Ps; in leaky_process_proc()
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dposix_memalign.c34 pstatus_t status; in main()
H A Daligned_alloc.c139 pstatus_t status; in libc_enomem()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h107 #define pstatus_t pstatus32_t macro
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c229 const pstatus_t *Psp = Pstatus(Proc); in establish_stacks()
573 const pstatus_t *Psp = Pstatus(Proc); in report_htable_stats()
632 const pstatus_t *Psp = Pstatus(Proc); in make_lwp_stack()
708 const pstatus_t *Psp = Pstatus(Proc); in make_thr_stack()
759 const pstatus_t *Psp = Pstatus(Proc); in find_lwp_stack()
813 const pstatus_t *Psp = Pstatus(Proc); in find_stack()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c130 pstatus_t pstatus; in look()
157 (void) memcpy(&pstatus, Pstatus(Pr), sizeof (pstatus_t)); in look()

123