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

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c1247 int readsize, readsize2, start; local
1289 readsize2 = VBI_BUFFER_SIZE - bktr->vbistart;
1292 status = uiomove((caddr_t)bktr->vbibuffer + start, readsize2, uio);
1294 status = uiomove((caddr_t)bktr->vbibuffer, (readsize - readsize2), uio);

Completed in 123 milliseconds