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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctf.c627 bcopy_data(const void *buf, size_t n, void *data) function
645 (void) bcopy_data(h, sizeof (ctf_header_t), &bufpos);
646 (void) bcopy_data(buf->ctb_base, buf->ctb_ptr - buf->ctb_base,
648 (void) strtab_write(&buf->ctb_strtab, bcopy_data, &bufpos);

Completed in 115 milliseconds