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

/freebsd-10.3-release/sys/dev/vt/
H A Dvt_buf.c83 bottom + vb->vb_scr_size.tp_row - vb->vb_history_size :
100 roffset -= vb->vb_history_size;
107 roffset = vb->vb_history_size + roffset;
129 if (vb->vb_curroffset + vb->vb_scr_size.tp_row >= vb->vb_history_size)
131 vb->vb_curroffset %= vb->vb_history_size;
150 return ((vb->vb_roffset + row) % vb->vb_history_size);
165 return ((row - vb->vb_roffset + vb->vb_history_size) %
166 vb->vb_history_size);
358 vb->vb_history_size = MAX(vb->vb_history_size, v
[all...]
H A Dvt.h188 unsigned int vb_history_size; member in struct:vt_buf
237 ((vb)->vb_history_size)
H A Dvt_core.c207 .vb_history_size = VBF_DEFAULT_HISTORY_SIZE,
1558 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size);

Completed in 215 milliseconds