Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c605 int thischunk; /* bytes */ in nsc_rncio_copy() local
620 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()