Home
last modified time | relevance | path

Searched refs:Pobject_iter (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/ptools/pldd/
H A Dpldd.c138 rc += Pobject_iter(Pr, show_map, Pr); in main()
/titanic_41/usr/src/cmd/ptools/pstack/
H A Dpstack.c726 (void) Pobject_iter(Pr, jvm_object_iter, Pr); in load_libjvm()
804 (void) Pobject_iter(Pr, python_object_iter, Pr); in load_libpython()
/titanic_41/usr/src/cmd/mdb/common/modules/libpython2.6/
H A Dlibpython26.c396 (void) Pobject_iter(Ph, python_object_iter, Ph); in python_db_init()
/titanic_41/usr/src/lib/libproc/common/
H A Dmapfile-vers151 Pobject_iter;
H A Dlibproc.h532 extern int Pobject_iter(struct ps_prochandle *, proc_map_f *, void *);
H A Dllib-lproc200 int Pobject_iter(struct ps_prochandle *Pr, proc_map_f *func, void *cd);
H A DPsymtab.c2667 Pobject_iter(struct ps_prochandle *P, proc_map_f *func, void *cd) in Pobject_iter() function
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_pid.c494 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()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c342 if (Pobject_iter(P, (proc_map_f *)thr_check, t) == 0 && in pt_rtld_event()
789 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t); in pt_fork()
1826 (void) Pobject_iter(t->t_pshandle, (proc_map_f *) in pt_tmodel()
2228 (void) Pobject_iter(t->t_pshandle, (proc_map_f *)thr_check, t); in pt_activate_common()
2644 (Pobject_iter(P, pt_lookup_cb, &pl) == -1)) in pt_lookup_by_name_thr()
2998 (void) Pobject_iter(t->t_pshandle, in pt_symbol_iter()
3132 (void) Pobject_iter(t->t_pshandle, in pt_object_iter()
/titanic_41/usr/src/cmd/truss/
H A Dfcall.c194 (void) Pobject_iter(Proc, object_present, NULL); in establish_breakpoints()
214 (void) Pobject_iter(Proc, object_iter, NULL); in establish_breakpoints()