Searched refs:thischunk (Results 1 – 1 of 1) sorted by relevance
605 int thischunk; /* bytes */ in nsc_rncio_copy() local620 thischunk = (int)min((nsc_size_t)vec->sv_len, tocopy); in nsc_rncio_copy()623 bcopy(vec->sv_addr, datap, thischunk); in nsc_rncio_copy()625 bcopy(datap, vec->sv_addr, thischunk); in nsc_rncio_copy()628 tocopy -= thischunk; in nsc_rncio_copy()629 if (thischunk == vec->sv_len) in nsc_rncio_copy()