Searched refs:Pobject_iter (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 138 rc += Pobject_iter(Pr, show_map, Pr); in main()
|
/illumos-gate/usr/src/man/man3proc/ |
H A D | Makefile | 225 Pobject_iter.3proc \ 327 Pobject_iter.3proc := LINKSRC = Pmapping_iter.3proc
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/ |
H A D | libpython.c | 396 (void) Pobject_iter(Ph, python_object_iter, Ph); in python_db_init()
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 770 (void) Pobject_iter(Pr, jvm_object_iter, Pr); in load_libjvm() 848 (void) Pobject_iter(Pr, python_object_iter, Pr); in load_libpython()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 168 Pobject_iter;
|
H A D | libproc.h | 555 extern int Pobject_iter(struct ps_prochandle *, proc_map_f *, void *);
|
H A D | Psymtab.c | 3069 Pobject_iter(struct ps_prochandle *P, proc_map_f *func, void *cd) in Pobject_iter() function
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 494 ret = Pobject_iter(pp.dpp_pr, dt_pid_mod_filt, &pp); in dt_pid_create_pid_probes() 587 if (Pobject_iter(P, dt_pid_usdt_mapping, P) != 0) { in dt_pid_create_usdt_probes()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 344 if (Pobject_iter(P, (proc_map_f *)thr_check, t) == 0 && in pt_rtld_event() 791 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t); in pt_fork() 1895 (void) Pobject_iter(t->t_pshandle, (proc_map_f *) in pt_tmodel() 2296 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t); in pt_activate_common() 2715 (Pobject_iter(P, pt_lookup_cb, &pl) == -1)) in pt_lookup_by_name_thr() 3069 (void) Pobject_iter(t->t_pshandle, in pt_symbol_iter() 3203 (void) Pobject_iter(t->t_pshandle, in pt_object_iter()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | fcall.c | 194 (void) Pobject_iter(Proc, object_present, NULL); in establish_breakpoints() 214 (void) Pobject_iter(Proc, object_iter, NULL); in establish_breakpoints()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3proc.inc | 121 link path=usr/share/man/man3proc/Pobject_iter.3proc target=Pmapping_iter.3proc
|