Home
last modified time | relevance | path

Searched refs:Plmid_to_map (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A Dmapfile-vers132 Plmid_to_map;
H A Dlibproc.h538 extern const prmap_t *Plmid_to_map(struct ps_prochandle *,
H A Dllib-lproc183 const prmap_t *Plmid_to_map(struct ps_prochandle *Pr, Lmid_t lmid,
H A DPsymtab.c659 Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name) in Plmid_to_map() function
675 return (Plmid_to_map(P, PR_LMID_EVERY, name)); in Pname_to_map()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_pid.c423 if ((pmp = Plmid_to_map(P, lmid, obj)) == NULL) in dt_pid_fix_mod()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c2656 if ((pmp = Plmid_to_map(P, lmid, object)) == NULL) { in pt_lookup_by_name_thr()
2660 Plmid_to_map(P, PR_LMID_EVERY, object) in pt_lookup_by_name_thr()
2688 Plmid_to_map(P, PR_LMID_EVERY, object) != NULL) in pt_lookup_by_name_thr()
2988 if (Plmid_to_map(t->t_pshandle, lmid, object) == NULL) in pt_symbol_iter()
3208 if ((pmp = Plmid_to_map(t->t_pshandle, lmid, object)) == NULL) { in pt_name_to_map()