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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c116 ctf_buf_write(ctf_buf_t *b, const void *p, size_t n) function
141 ctf_buf_write(b, &ctl, sizeof (ctl));
151 ctf_buf_write(b, &id, sizeof (id));
166 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
181 ctf_buf_write(b, fdata, sizeof (fdata));
185 ctf_buf_write(b, &id, sizeof (id));
190 ctf_buf_write(b, &id, sizeof (id));
209 ctf_buf_write(b, ctt, sizeof (*ctt));
214 ctf_buf_write(b, cts, sizeof (*cts));
223 ctf_buf_write(
[all...]

Completed in 47 milliseconds