Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dwsdisplay_vconsvar.h87 int scr_offset_to_zero; member
H A Dwsdisplay_vcons.c329 scr->scr_offset_to_zero = ri->ri_cols * WSDISPLAY_SCROLLBACK_LINES; in vcons_alloc_buffers()
330 scr->scr_current_offset = scr->scr_offset_to_zero; in vcons_alloc_buffers()
1510 return scr->scr_offset_to_zero; in vcons_scroll()
/netbsd-src/sys/dev/pci/
H A Dwcfb.c605 coffset += scr->scr_offset_to_zero; in wcfb_cursor()