Searched refs:curend (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | mc6845reg.h | 32 u_int8_t irowaddr, maxrow, curstart, curend; member
|
| D | pcdisplay_subr.c | 56 pcdisplay_6845_write(scr->hdl, curend, 0x00); in pcdisplay_cursor_init() 82 pcdisplay_6845_write(scr->hdl, curend, in pcdisplay_cursor_init()
|
| D | vga_subr.c | 180 vga_6845_write(vh, curend, type->fontheight - 1); in vga_setscreentype()
|
| D | vga.c | 1550 vga_6845_write(&sc->sc_vc->hdl, curend, 0x00); in vga_resume()
|
| /netbsd/src/sys/dist/pf/net/ |
| D | pf.c | 1214 u_int8_t i, curstart = 255, curend = 0, local 1221 curend = i; 1224 if ((curend - curstart) > 1227 maxend = curend;
|