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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctf.c127 ctf_buf_write(ctf_buf_t *b, const void *p, size_t n) function
159 ctf_buf_write(b, &ctl, sizeof (ctl));
175 ctf_buf_write(b, &id, sizeof (id));
190 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
207 ctf_buf_write(b, fdata, sizeof (fdata));
218 ctf_buf_write(b, &id, sizeof (id));
223 ctf_buf_write(b, &id, sizeof (id));
251 ctf_buf_write(b, ctt, sizeof (*ctt));
263 ctf_buf_write(b, cts, sizeof (*cts));
279 ctf_buf_write(
[all...]

Completed in 121 milliseconds