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

/freebsd-11.0-release/sys/dev/bktr/
H A Dbktr_core.c566 bktr->vbistart = 0;
1082 bktr->vbistart = 0;
1241 * vbistart is the actual position in the buffer we want to read from
1286 if((bktr->vbistart + readsize) >= VBI_BUFFER_SIZE) {
1289 readsize2 = VBI_BUFFER_SIZE - bktr->vbistart;
1290 start = bktr->vbistart;
1298 status = uiomove((caddr_t)bktr->vbibuffer + bktr->vbistart, readsize, uio);
1306 /* Update vbistart */
1307 bktr->vbistart += readsize;
1308 bktr->vbistart
[all...]
H A Dbktr_reg.h571 int vbistart; /* Position of last read from circular buffer */ member in struct:bktr_softc

Completed in 105 milliseconds