Home
last modified time | relevance | path

Searched refs:ctf_label_iter (Results 1 – 7 of 7) sorted by relevance

/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() function
144 if ((rc = ctf_label_iter(fp, label_info_cb, &cb_arg)) == CTF_ERR) in ctf_label_info()
/illumos-gate/usr/src/cmd/ctfdiff/
H A Dctfdiff.c229 ret = ctf_label_iter(ifp, ctfdiff_labels_count, &nilabel); in ctfdiff_labels()
232 ret = ctf_label_iter(ofp, ctfdiff_labels_count, &nolabel); in ctfdiff_labels()
259 if ((ret = ctf_label_iter(ifp, ctfdiff_labels_fill, &idl)) != 0) in ctfdiff_labels()
261 if ((ret = ctf_label_iter(ofp, ctfdiff_labels_fill, &odl)) != 0) in ctfdiff_labels()
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile72 ctf_label_iter;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile75 ctf_label_iter;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers101 ctf_label_iter;
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h280 extern int ctf_label_iter(ctf_file_t *, ctf_label_f *, void *);
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c302 if (ctf_label_iter(g_fp, ctfdump_labels_cb, NULL) == CTF_ERR) { in ctfdump_labels()