Home
last modified time | relevance | path

Searched refs:ctf_convert_set_batchsize (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dlibctf.h117 extern int ctf_convert_set_batchsize(ctf_convert_t *, uint_t);
H A Dmapfile-vers73 ctf_convert_set_batchsize;
H A Dctf_convert.c250 ctf_convert_set_batchsize(ctf_convert_t *cch, uint_t bsize) in ctf_convert_set_batchsize() function
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c365 if ((err = ctf_convert_set_batchsize(cch, bsize)) != 0) in main()