Lines Matching defs:ps_prochandle
115 struct ps_prochandle
126 static struct ps_prochandle main_ph;
136 typedef td_err_e (td_ta_new_ftype)(const struct ps_prochandle *ph_p,
141 struct ps_prochandle **ph_pp);
731 ps_pstop (struct ps_prochandle *ph)
739 ps_pcontinue (struct ps_prochandle *ph)
747 ps_lstop (struct ps_prochandle *ph, lwpid_t lwpid)
755 ps_lcontinue (struct ps_prochandle *ph, lwpid_t lwpid)
763 ps_pglobal_lookup (struct ps_prochandle *ph, const char *ld_object_name,
778 rw_common (int dowrite, const struct ps_prochandle *ph, psaddr_t addr,
813 ps_pdread (struct ps_prochandle *ph, psaddr_t addr, void *buf, size_t size)
821 ps_pdwrite (struct ps_prochandle *ph, psaddr_t addr,
830 ps_ptread (struct ps_prochandle *ph, psaddr_t addr, void *buf, size_t size)
838 ps_ptwrite (struct ps_prochandle *ph, psaddr_t addr,
847 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset)
862 ps_lsetregs (struct ps_prochandle *ph, lwpid_t lwpid,
890 ps_lgetxregsize (struct ps_prochandle *ph, lwpid_t lwpid, int *xregsize)
898 ps_lgetxregs (struct ps_prochandle *ph, lwpid_t lwpid, caddr_t xregset)
906 ps_lsetxregs (struct ps_prochandle *ph, lwpid_t lwpid, caddr_t xregset)
914 ps_lgetfpregs (struct ps_prochandle *ph, lwpid_t lwpid,
930 ps_lsetfpregs (struct ps_prochandle *ph, lwpid_t lwpid,
948 ps_pdmodel (struct ps_prochandle *ph, int *data_model)