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

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c61 caddr_t ctb_ptr; /* pointer to empty buffer space */ member in struct:ctf_buf
96 off_t ptroff = b->ctb_ptr - b->ctb_base;
101 b->ctb_ptr = b->ctb_base + ptroff;
126 return (b->ctb_ptr - b->ctb_base);
135 if (b->ctb_ptr == b->ctb_end)
138 len = MIN((size_t)(b->ctb_end - b->ctb_ptr), n);
139 bcopy(p, b->ctb_ptr, len);
140 b->ctb_ptr += len;
655 outbuf = xmalloc(sizeof (ctf_header_t) + (buf->ctb_ptr - buf->ctb_base)
660 (void) bcopy_data(buf->ctb_base, buf->ctb_ptr
[all...]

Completed in 112 milliseconds