Searched refs:ctb_ptr (Results 1 – 1 of 1) sorted by relevance
59 caddr_t ctb_ptr; /* pointer to empty buffer space */ member82 off_t ptroff = b->ctb_ptr - b->ctb_base; in ctf_buf_grow()87 b->ctb_ptr = b->ctb_base + ptroff; in ctf_buf_grow()112 return (b->ctb_ptr - b->ctb_base); in ctf_buf_cur()121 if (b->ctb_ptr == b->ctb_end) in ctf_buf_write()124 len = MIN((size_t)(b->ctb_end - b->ctb_ptr), n); in ctf_buf_write()125 bcopy(p, b->ctb_ptr, len); in ctf_buf_write()126 b->ctb_ptr += len; in ctf_buf_write()563 outbuf = xmalloc(sizeof (ctf_header_t) + (buf->ctb_ptr - buf->ctb_base) in write_buffer()568 (void) bcopy_data(buf->ctb_base, buf->ctb_ptr - buf->ctb_base, in write_buffer()[all …]