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

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c605 int thischunk; /* bytes */ local
620 thischunk = (int)min((nsc_size_t)vec->sv_len, tocopy);
623 bcopy(vec->sv_addr, datap, thischunk);
625 bcopy(datap, vec->sv_addr, thischunk);
628 tocopy -= thischunk;
629 if (thischunk == vec->sv_len)

Completed in 147 milliseconds