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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c558 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) argument
571 *resszp = bufpos - outbuf;
582 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) argument
597 *resszp = (resbuf.rb_ptr - resbuf.rb_base);
602 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) argument
652 outbuf = write_compressed_buffer(&h, buf, resszp);
654 outbuf = write_buffer(&h, buf, resszp);

Completed in 46 milliseconds