Home
last modified time | relevance | path

Searched refs:ctf_type_f (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h205 typedef int ctf_type_f(ctf_id_t, boolean_t, void *); typedef
279 extern int ctf_type_iter(ctf_file_t *, boolean_t, ctf_type_f *, void *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c163 ctf_type_iter(ctf_file_t *fp, boolean_t nonroot, ctf_type_f *func, void *arg) in ctf_type_iter()