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

  /src/sys/dev/wsfb/
genfbvar.h 117 int genfb_is_console(void);
genfb.c 953 genfb_is_console(void) function in typeref:typename:int
  /src/sys/external/bsd/drm2/drm/
drmfb.c 124 } else if (genfb_is_console() && genfb_is_enabled()) {
  /src/sys/external/bsd/drm2/nouveau/
nouveau_pci.c 238 if (device_getprop_bool(self, "is_console") && genfb_is_console()) {
  /src/sys/dev/pci/
genfb_pci.c 83 if (genfb_is_console())
  /src/sys/external/bsd/drm2/radeon/
radeon_pci.c 291 if (device_getprop_bool(self, "is_console") && genfb_is_console()) {
  /src/sys/arch/x86/x86/
hyperv.c 1138 genfb_is_console());
  /src/sys/arch/x86/pci/
pci_machdep.c 1266 * genfb_cnattach which makes genfb_is_console
1284 genfb_is_console());

Completed in 17 milliseconds