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

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c463 int destidx; local
505 destidx = 0;
514 while (destidx < _NSC_DBUF_NVEC && todo) {
515 iovp = &h->db_iov[destidx];
529 destidx++;
533 h->db_uio.uio_iovcnt = destidx;

Completed in 57 milliseconds