Home
last modified time | relevance | path

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

123

/titanic_41/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, 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 *);
/titanic_41/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, 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 *);
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c173 START(pstatus, pstatus_t); in gen_pstatus()
175 SCALAR_FIELD(pstatus_t, pr_flags, 1); in gen_pstatus()
176 SCALAR_FIELD(pstatus_t, pr_nlwp, 1); in gen_pstatus()
177 SCALAR_FIELD(pstatus_t, pr_pid, 0); in gen_pstatus()
178 SCALAR_FIELD(pstatus_t, pr_ppid, 0); in gen_pstatus()
179 SCALAR_FIELD(pstatus_t, pr_pgid, 0); in gen_pstatus()
180 SCALAR_FIELD(pstatus_t, pr_sid, 0); in gen_pstatus()
181 SCALAR_FIELD(pstatus_t, pr_aslwpid, 1); in gen_pstatus()
182 SCALAR_FIELD(pstatus_t, pr_agentid, 1); in gen_pstatus()
183 SCALAR_FIELD(pstatus_t, pr_sigpend, 0); in gen_pstatus()
[all …]
H A Dgen_layout_obj.c42 pstatus_t pstatus;
/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h63 extern void pstatus_32_to_n(const pstatus32_t *, pstatus_t *);
76 extern void pstatus_n_to_32(const pstatus_t *, pstatus32_t *);
H A DPcontrol.h201 pstatus_t orig_status; /* remembered status on Pgrab() */
202 pstatus_t status; /* status when stopped */
H A Dlibproc.h208 typedef void (*pop_status_t)(struct ps_prochandle *, pstatus_t *, void *);
273 extern const pstatus_t *Pstatus(struct ps_prochandle *);
707 extern int proc_get_status(pid_t, pstatus_t *);
H A Dproc_get_info.c153 proc_get_status(pid_t pid, pstatus_t *psp) in proc_get_status()
/titanic_41/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, in disp_reg_line()
53 pstatus_t pstatus; in display_all_regs()
/titanic_41/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, in disp_reg_line()
55 pstatus_t pstatus; in display_all_regs()
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/
H A Ddis.c93 pstatus_t pstatus; in print_address_ps()
176 pstatus_t pstat; in disasm()
H A Dcallstack.c84 pstatus_t pstatus; in CallStack()
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 Dmain.c136 pstatus_t pstatus; in main()
/titanic_41/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c212 pstatus_t prstatus; in filladdr()
225 if (read(fd, &prstatus, sizeof (pstatus_t)) != sizeof (pstatus_t)) { in filladdr()
/titanic_41/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,
/titanic_41/usr/src/lib/libc/i386/sys/
H A Dptrace.c74 pstatus_t pstatus; /* from /proc/<pid>/status */
141 pstatus_t *ps; in ptrace()
363 (void) memset((char *)ps, 0, sizeof (pstatus_t)); in ptrace()
612 pstatus_t *ps = &cp->pstatus; in ProcUpdate()
656 (void) memset((char *)ps, 0, sizeof (pstatus_t)); in ProcUpdate()
667 pstatus_t *ps = &cp->pstatus; in MakeUser()
/titanic_41/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()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_impl.h94 #define pstatus_t pstatus32_t macro
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c90 pstatus_t *lm_pstatus;
230 pstatus_t *Psp = lmp->lm_pstatus; in leaky_process_anon_mappings()
357 pstatus_t Ps; in leaky_handle_anon_mappings()
511 const pstatus_t *Psp) in leaky_grep_mappings()
601 pstatus_t Ps; in leaky_process_proc()
/titanic_41/usr/src/cmd/nohup/
H A Dnohup.c414 const pstatus_t *psp; in do_pnohup()
672 const pstatus_t *psp; in pnohup()
/titanic_41/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()

123