Searched defs:tmp_idx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c696 bbindex_t tmp_idx; local
699 tmp_idx.index[i] = 0;
701 tmp_idx.count = 0;
707 tmp_idx.index[i] = nb;
708 tmp_idx.count++;
716 for (i = tmp_idx.count - 1, j = 0; i >= 0; i--) {
717 bb_idx->index[j] = tmp_idx.index[i];
721 bb_idx->count = tmp_idx.count;

Completed in 60 milliseconds