Searched refs:curstart (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | mc6845reg.h | 32 u_int8_t irowaddr, maxrow, curstart, curend; member
|
H A D | pcdisplay_subr.c | 55 pcdisplay_6845_write(scr->hdl, curstart, 0x20); in pcdisplay_cursor_init() 80 pcdisplay_6845_write(scr->hdl, curstart, in pcdisplay_cursor_init()
|
H A D | vga_subr.c | 179 vga_6845_write(vh, curstart, type->fontheight - 2); in vga_setscreentype()
|
H A D | vga.c | 1549 vga_6845_write(&sc->sc_vc->hdl, curstart, 0x20); in vga_resume()
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 1214 u_int8_t i, curstart = 255, curend = 0, local 1218 if (curstart == 255) 1219 curstart = i; 1223 if (curstart) { 1224 if ((curend - curstart) > 1226 maxstart = curstart; 1228 curstart = 255;
|