/src/sys/dev/ic/ |
mc6845reg.h | 32 u_int8_t irowaddr, maxrow, curstart, curend; member in struct:reg_mc6845
|
pcdisplay_subr.c | 56 pcdisplay_6845_write(scr->hdl, curend, 0x00); 82 pcdisplay_6845_write(scr->hdl, curend,
|
vga_subr.c | 180 vga_6845_write(vh, curend, type->fontheight - 1);
|
vga.c | 1550 vga_6845_write(&sc->sc_vc->hdl, curend, 0x00);
|
/src/sys/dist/pf/net/ |
pf.c | 1214 u_int8_t i, curstart = 255, curend = 0, local in function:pf_print_host 1221 curend = i; 1224 if ((curend - curstart) > 1227 maxend = curend;
|