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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c2818 int len_to_copy; local
2841 len_to_copy = min(bp->b_bcount, buf_residue);
2843 bcopy(buf->data + buf->len_read, bp->b_un.b_addr, len_to_copy);
2845 buf->len_read += len_to_copy;
2846 bp->b_resid = bp->b_bcount - len_to_copy;
2848 if (len_to_copy == buf_residue) {

Completed in 110 milliseconds