Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dmc6845reg.h32 u_int8_t irowaddr, maxrow, curstart, curend; member
Dpcdisplay_subr.c56 pcdisplay_6845_write(scr->hdl, curend, 0x00); in pcdisplay_cursor_init()
82 pcdisplay_6845_write(scr->hdl, curend, in pcdisplay_cursor_init()
Dvga_subr.c180 vga_6845_write(vh, curend, type->fontheight - 1); in vga_setscreentype()
Dvga.c1550 vga_6845_write(&sc->sc_vc->hdl, curend, 0x00); in vga_resume()
/netbsd/src/sys/dist/pf/net/
Dpf.c1214 u_int8_t i, curstart = 255, curend = 0, local
1221 curend = i;
1224 if ((curend - curstart) >
1227 maxend = curend;