Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/vt/
H A Dvt_buf.c80 if (vb->vb_roffset != vb->vb_curroffset) { in vthistory_seek()
81 vb->vb_roffset = vb->vb_curroffset; in vthistory_seek()
105 roffset = vb->vb_roffset; in vthistory_seek()
123 diff = vb->vb_roffset != roffset; in vthistory_seek()
124 vb->vb_roffset = roffset; in vthistory_seek()
142 vb->vb_roffset = vb->vb_curroffset; in vthistory_addlines()
161 *offset = vb->vb_roffset; in vthistory_getpos()
176 return ((row - vb->vb_roffset + vb->vb_history_size) % in vtbuf_htw()
185 return ((vb->vb_roffset + row) % vb->vb_history_size); in vtbuf_wth()
425 vb->vb_roffset = 0; in vtbuf_init_early()
[all …]
H A Dvt.h203 unsigned int vb_roffset; /* (b) History rows offset. */ member
255 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)])
257 ((vb)->vb_rows[((vb)->vb_roffset + (r)) % VTBUF_MAX_HEIGHT(vb)][(c)])
H A Dvt_core.c235 .vb_roffset = 0,