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

  /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/ic/
vga_raster.c 356 if (scr != vga_console_vc.currenttype)
357 vga_console_vc.currenttype = scr;
359 scr = vga_console_vc.currenttype;
409 vc->currenttype = vh->vh_mono ? &vga_25lscreen_mono : &vga_25lscreen;
636 const struct wsscreen_descr *wd = vc->currenttype;
717 vc->currenttype = type;
792 if (oldscr->type != vc->currenttype)
807 if (vc->currenttype != type) {
809 vc->currenttype = type;
vgavar.h 58 const struct wsscreen_descr *currenttype; member in struct:vga_config
vga.c 475 if (type != vc->currenttype) {
477 vc->currenttype = type;
558 vc->currenttype = vh->vh_mono ? &vga_25lscreen_mono : &vga_25lscreen;
681 scr = vga_console_vc.currenttype;
1021 if (oldscr->pcs.type != vc->currenttype)
1042 if (vc->currenttype != type) {
1044 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 25 milliseconds