Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h206 typedef int ctf_label_f(const char *, const ctf_lblinfo_t *, void *); typedef
280 extern int ctf_label_iter(ctf_file_t *, ctf_label_f *, void *);
/illumos-gate/usr/src/common/ctf/
H A Dctf_labels.c78 ctf_label_iter(ctf_file_t *fp, ctf_label_f *func, void *arg) in ctf_label_iter()