Searched refs:Plmid_to_map (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 209 Plmid_to_map.3proc \ 342 Plmid_to_map.3proc := LINKSRC = Paddr_to_map.3proc
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 145 Plmid_to_map;
|
H A D | libproc.h | 561 extern const prmap_t *Plmid_to_map(struct ps_prochandle *,
|
H A D | Psymtab.c | 680 Plmid_to_map(struct ps_prochandle *P, Lmid_t lmid, const char *name) in Plmid_to_map() function 696 return (Plmid_to_map(P, PR_LMID_EVERY, name)); in Pname_to_map()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2724 if ((pmp = Plmid_to_map(P, lmid, object)) == NULL) { in pt_lookup_by_name_thr() 2728 Plmid_to_map(P, PR_LMID_EVERY, object) in pt_lookup_by_name_thr() 2756 Plmid_to_map(P, PR_LMID_EVERY, object) != NULL) in pt_lookup_by_name_thr() 3056 if (Plmid_to_map(t->t_pshandle, lmid, object) == NULL) in pt_symbol_iter() 3276 if ((pmp = Plmid_to_map(t->t_pshandle, lmid, object)) == NULL) { in pt_name_to_map()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 92 link path=usr/share/man/man3proc/Plmid_to_map.3proc target=Paddr_to_map.3proc
|