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

/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c540 caddr_t rb_base; member in struct:resbuf
549 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base;
552 rb->rb_base = xrealloc(rb->rb_base, rb->rb_size);
553 rb->rb_ptr = rb->rb_base + ptroff;
578 rb->rb_zstr.avail_out = rb->rb_size - (rb->rb_ptr - rb->rb_base);
678 resbuf.rb_base = xmalloc(resbuf.rb_size);
679 bcopy(h, resbuf.rb_base, sizeof (ctf_header_t));
680 resbuf.rb_ptr = resbuf.rb_base + sizeof (ctf_header_t);
689 *resszp = (resbuf.rb_ptr - resbuf.rb_base);
[all...]

Completed in 110 milliseconds