Searched refs:Plmid_to_map (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 132 Plmid_to_map;
|
H A D | libproc.h | 538 extern const prmap_t *Plmid_to_map(struct ps_prochandle *,
|
H A D | llib-lproc | 183 const prmap_t *Plmid_to_map(struct ps_prochandle *Pr, Lmid_t lmid,
|
H A D | Psymtab.c | 659 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 D | dt_pid.c | 423 if ((pmp = Plmid_to_map(P, lmid, obj)) == NULL) in dt_pid_fix_mod()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2656 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()
|