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

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c128 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n) function
160 ctf_buf_write(b, &ctl, sizeof (ctl));
174 ctf_buf_write(b, &id, sizeof (id));
189 ctf_buf_write(b, &fdata[0], sizeof (fdata[0]));
210 ctf_buf_write(b, fdata, sizeof (fdata));
219 ctf_buf_write(b, &id, sizeof (id));
224 ctf_buf_write(b, &id, sizeof (id));
250 ctf_buf_write(b, ctt, sizeof (*ctt));
262 ctf_buf_write(b, cts, sizeof (*cts));
277 ctf_buf_write(
[all...]

Completed in 55 milliseconds