Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h207 typedef int ctf_function_f(const char *, ulong_t, ctf_funcinfo_t *, void *); typedef
281 extern int ctf_function_iter(ctf_file_t *, ctf_function_f *, void *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c1146 ctf_function_iter(ctf_file_t *fp, ctf_function_f *func, void *arg) in ctf_function_iter()