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

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c94 ctf_buf_grow(ctf_buf_t *b)
104 static ctf_buf_t *
107 ctf_buf_t *b = xcalloc(sizeof (ctf_buf_t));
116 ctf_buf_free(ctf_buf_t *b)
124 ctf_buf_cur(ctf_buf_t *b)
130 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n)
151 ctf_buf_t *b = arg2;
168 write_objects(iidesc_t *idp, ctf_buf_t *b)
182 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 128 milliseconds