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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c59 caddr_t ctb_ptr; /* pointer to empty buffer space */ member in struct:ctf_buf
82 off_t ptroff = b->ctb_ptr - b->ctb_base;
87 b->ctb_ptr = b->ctb_base + ptroff;
112 return (b->ctb_ptr - b->ctb_base);
121 if (b->ctb_ptr == b->ctb_end)
124 len = MIN((size_t)(b->ctb_end - b->ctb_ptr), n);
125 bcopy(p, b->ctb_ptr, len);
126 b->ctb_ptr += len;
569 outbuf = xmalloc(sizeof (ctf_header_t) + (buf->ctb_ptr - buf->ctb_base)
574 (void) bcopy_data(buf->ctb_base, buf->ctb_ptr
[all...]

Completed in 51 milliseconds