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

/freebsd-9.3-release/sys/dev/vt/
H A Dvt_buf.c79 (vb->vb_curroffset + vb->vb_scr_size.tp_row):vb->vb_history_size;
80 bottom = vb->vb_curroffset + vb->vb_history_size;
86 roffset = vb->vb_roffset + vb->vb_history_size;
89 roffset = offset + vb->vb_history_size;
96 roffset = vb->vb_curroffset + vb->vb_history_size;
103 roffset %= vb->vb_history_size;
125 vb->vb_curroffset %= vb->vb_history_size;
144 return ((vb->vb_roffset + row) % vb->vb_history_size);
159 return ((row - vb->vb_roffset + vb->vb_history_size) %
160 vb->vb_history_size);
[all...]
H A Dvt.h169 int vb_history_size; member in struct:vt_buf
214 ((vb)->vb_history_size)
368 .vb_history_size = VBF_DEFAULT_HISTORY_SIZE, \
H A Dvt_core.c1040 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size);

Completed in 50 milliseconds