Searched defs:ps_prochandle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h188 ssize_t (*p_pread)(struct ps_prochandle *,
190 ssize_t (*p_pwrite)(struct ps_prochandle *,
196 struct ps_prochandle { struct
241 struct ps_prochandle *lwp_proc; /* process to which this lwp belongs */
259 extern int Pscantext(struct ps_prochandle *);
260 extern void Pinitsym(struct ps_prochandle *);
261 extern void Preadauxvec(struct ps_prochandle *);
263 extern void Pbuild_file_symtab(struct ps_prochandle *, file_info_t *);
264 extern ctf_file_t *Pbuild_file_ctf(struct ps_prochandle *, file_info_t *);
265 extern map_info_t *Paddr2mptr(struct ps_prochandle *, uintptr_
[all...]

Completed in 37 milliseconds