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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c116 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n) function
143 ctf_buf_write(b, &ctl, sizeof (ctl));
153 ctf_buf_write(b, &id, sizeof (id));
168 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
183 ctf_buf_write(b, fdata, sizeof (fdata));
187 ctf_buf_write(b, &id, sizeof (id));
192 ctf_buf_write(b, &id, sizeof (id));
211 ctf_buf_write(b, ctt, sizeof (*ctt));
216 ctf_buf_write(b, cts, sizeof (*cts));
225 ctf_buf_write(
[all...]

Completed in 91 milliseconds