Searched refs:Plmid (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 260 (void) Plmid(pp->dpp_pr, pmp->pr_vaddr, &pp->dpp_lmid); in dt_pid_per_mod() 384 (void) Plmid(pp->dpp_pr, pmp->pr_vaddr, &pp->dpp_lmid); in dt_pid_mod_filt() 432 (void) Plmid(P, pmp->pr_vaddr, &lmid); in dt_pid_fix_mod()
|
H A D | dt_module.c | 596 if (Plmid(dcp->dpa_proc, prmap->pr_vaddr, &lmid) != 0) in dt_module_load_proc_build()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 130 Plmid;
|
H A D | libproc.h | 559 extern int Plmid(struct ps_prochandle *, uintptr_t, Lmid_t *);
|
H A D | llib-lproc | 207 int Plmid(struct ps_prochandle *Pr, uintptr_t addr, Lmid_t *lmidp);
|
H A D | Psymtab.c | 2738 Plmid(struct ps_prochandle *P, uintptr_t addr, Lmid_t *lmidp) in Plmid() function
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2908 if (prefix == pt->p_objname && Plmid(P, addr, &lmid) == 0 && ( in pt_lookup_by_addr() 2947 (void) Plmid(psp->psym_targ->t_pshandle, pmp->pr_vaddr, &lmid); in pt_objsym_iter() 3040 if (Plmid(P, prp->pr_vaddr, &lmid) == 0 && ( in pt_prmap_to_mdbmap()
|