Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dctf.c638 bcopy_data(void *buf, size_t n, void *data) in bcopy_data() function
656 (void) bcopy_data(h, sizeof (ctf_header_t), &bufpos); in write_buffer()
657 (void) bcopy_data(buf->ctb_base, buf->ctb_ptr - buf->ctb_base, in write_buffer()
659 (void) strtab_write(&buf->ctb_strtab, bcopy_data, &bufpos); in write_buffer()