/src/sys/external/bsd/drm2/pci/ |
drmfb_pci.c | 55 * XXX All we really need is vga_is_console from vgavar.h, but the 159 return vga_is_console(dev->pdev->pd_pa.pa_iot, -1);
|
/src/sys/dev/isa/ |
vga_isa.c | 85 if (!vga_is_console(ia->ia_iot, WSDISPLAY_TYPE_ISAVGA) &&
|
/src/sys/arch/arc/jazz/ |
vga_jazzio.c | 145 if (!vga_is_console(iot, WSDISPLAY_TYPE_JAZZVGA) &&
|
/src/sys/arch/shark/ofw/ |
vga_ofbus.c | 93 if (!vga_is_console(&isa_io_bs_tag, WSDISPLAY_TYPE_ISAVGA) &&
|
/src/sys/dev/ic/ |
vgavar.h | 197 int vga_is_console(bus_space_tag_t, int);
|
vga.c | 599 console = vga_is_console(iot, type); 738 vga_is_console(bus_space_tag_t iot, int type) function in typeref:typename:int
|
vga_raster.c | 530 console = vga_is_console(iot, type); 581 vga_is_console(bus_space_tag_t iot, int type) function in typeref:typename:int
|
/src/sys/dev/pci/ |
vga_pci.c | 170 if (vga_is_console(pa->pa_iot, WSDISPLAY_TYPE_PCIVGA))
|