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

  /src/sys/arch/x86/include/
genfb_machdep.h 39 extern int acpi_md_vesa_modenum;
  /src/sys/arch/x86/acpi/
acpi_wakeup.c 108 #error acpi_wakeup.c (acpi_md_vesa_modenum) users must be adapted for Xen
110 int acpi_md_vesa_modenum = 0; variable in typeref:typename:int
151 WAKECODE_FIXUP(WAKEUP_vesa_modenum, uint16_t, acpi_md_vesa_modenum);
  /src/sys/arch/x86/x86/
genfb_machdep.c 141 acpi_md_vesa_modenum = fbinfo->vbemode;
  /src/sys/arch/x86/pci/
pci_machdep.c 1073 if (vga_posth != NULL && acpi_md_vesa_modenum != 0) {
1075 acpi_md_vesa_modenum);
1104 if (acpi_md_vesa_modenum != 0)
1105 vga_post_set_vbe(vga_posth, acpi_md_vesa_modenum);

Completed in 13 milliseconds