Searched refs:ctf_visit_f (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 202 typedef int ctf_visit_f(const char *, ctf_id_t, ulong_t, int, void *); typedef 263 extern int ctf_type_visit(ctf_file_t *, ctf_id_t, ctf_visit_f *, void *);
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_types.c | 945 ctf_type_rvisit(ctf_file_t *fp, ctf_id_t type, ctf_visit_f *func, void *arg, in ctf_type_rvisit() 1002 ctf_type_visit(ctf_file_t *fp, ctf_id_t type, ctf_visit_f *func, void *arg) in ctf_type_visit()
|