Searched refs:ctf_buf_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c92 ctf_buf_grow(ctf_buf_t *b)
102 static ctf_buf_t *
105 ctf_buf_t *b = xcalloc(sizeof (ctf_buf_t));
114 ctf_buf_free(ctf_buf_t *b)
122 ctf_buf_cur(ctf_buf_t *b)
128 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n)
149 ctf_buf_t *b = arg2;
166 write_objects(iidesc_t *idp, ctf_buf_t *b)
180 write_functions(iidesc_t *idp, ctf_buf_t *
[all...]
H A Dctftools.h341 typedef struct ctf_buf ctf_buf_t; typedef in typeref:struct:ctf_buf

Completed in 100 milliseconds