Searched refs:tbufvec (Results 1 – 1 of 1) sorted by relevance
3082 _sd_bufvec_t *tbufvec; local3084 for (tbufvec = handle->bh_bufvec; tbufvec != bufvec;3085 ++tbufvec) {3086 if ((min_frag > tbufvec->buflen) || (min_frag == 0))3087 min_frag = tbufvec->buflen;3089 if (max_frag < tbufvec->buflen)3090 max_frag = tbufvec->buflen;