Home
last modified time | relevance | path

Searched refs:curstart (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmc6845reg.h32 u_int8_t irowaddr, maxrow, curstart, curend; member
H A Dpcdisplay_subr.c55 pcdisplay_6845_write(scr->hdl, curstart, 0x20); in pcdisplay_cursor_init()
80 pcdisplay_6845_write(scr->hdl, curstart, in pcdisplay_cursor_init()
H A Dvga_subr.c179 vga_6845_write(vh, curstart, type->fontheight - 2); in vga_setscreentype()
H A Dvga.c1549 vga_6845_write(&sc->sc_vc->hdl, curstart, 0x20); in vga_resume()
/netbsd-src/sys/dist/pf/net/
H A Dpf.c1214 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;