Home
last modified time | relevance | path

Searched refs:ctf_convert_handle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dlibctf.h108 struct ctf_convert_handle;
109 typedef struct ctf_convert_handle ctf_convert_t;
H A Dctf_convert.c195 struct ctf_convert_handle *cch; in ctf_convert_init()
202 cch = ctf_alloc(sizeof (struct ctf_convert_handle)); in ctf_convert_init()
237 ctf_free(cch, sizeof (struct ctf_convert_handle)); in ctf_convert_fini()
H A Dlibctf_impl.h39 struct ctf_convert_handle { struct