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

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c130 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n) function
162 ctf_buf_write(b, &ctl, sizeof (ctl));
172 ctf_buf_write(b, &id, sizeof (id));
191 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
212 ctf_buf_write(b, fdata, sizeof (fdata));
221 ctf_buf_write(b, &id, sizeof (id));
226 ctf_buf_write(b, &id, sizeof (id));
252 ctf_buf_write(b, ctt, sizeof (*ctt));
264 ctf_buf_write(b, cts, sizeof (*cts));
279 ctf_buf_write(
[all...]

Completed in 176 milliseconds