Searched refs:sc_vtb_pos (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | schistory.c | 179 sc_vtb_seek(to, sc_vtb_pos(to, in copy_history() 182 pos = sc_vtb_pos(from, pos, cols1); in copy_history() 228 sc_vtb_seek(scp->history, sc_vtb_pos(scp->history, in sc_hist_restore() 243 pos = sc_vtb_pos(scp->history, pos, -scp->xsize); in history_to_screen() 263 scp->history_pos = sc_vtb_pos(scp->history, sc_vtb_tail(scp->history), in sc_hist_end() 272 if (sc_vtb_pos(scp->history, scp->history_pos, -(scp->xsize*scp->ysize)) in sc_hist_up_line() 275 scp->history_pos = sc_vtb_pos(scp->history, scp->history_pos, in sc_hist_up_line() 287 scp->history_pos = sc_vtb_pos(scp->history, scp->history_pos, in sc_hist_down_line()
|
H A D | scvtb.c | 161 sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset) in sc_vtb_pos() function
|
H A D | syscons.h | 645 int sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset);
|