HomeSort by: relevance | last modified time | path
    Searched defs:currenttype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
vgavar.h 58 const struct wsscreen_descr *currenttype; member in struct:vga_config
  /src/sys/dev/isa/
ega.c 80 const struct wsscreen_descr *currenttype; member in struct:ega_config
420 vc->currenttype = vh->vh_mono ? &ega_stdscreen_mono : &ega_stdscreen;
542 scr = ega_console_dc.currenttype;
604 vc->currenttype = type;
691 if (oldscr->pcs.type != vc->currenttype)
712 if (vc->currenttype != type) {
714 vc->currenttype = type;
  /src/sys/dev/wscons/
wsdisplay_vcons.c 85 const struct wsscreen_descr *currenttype; member in struct:vcons_data_private
216 vdp->currenttype = def;
639 if (vdp->currenttype != type) {
641 vdp->currenttype = type;
913 vdp->currenttype = type;

Completed in 48 milliseconds