Searched refs:acpi_md_vesa_modenum (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dgenfb_machdep.h39 extern int acpi_md_vesa_modenum;
/netbsd-current/sys/arch/x86/acpi/
H A Dacpi_wakeup.c108 #error acpi_wakeup.c (acpi_md_vesa_modenum) users must be adapted for Xen
110 int acpi_md_vesa_modenum = 0; variable
151 WAKECODE_FIXUP(WAKEUP_vesa_modenum, uint16_t, acpi_md_vesa_modenum);
/netbsd-current/sys/arch/x86/x86/
H A Dgenfb_machdep.c141 acpi_md_vesa_modenum = fbinfo->vbemode;
/netbsd-current/sys/arch/x86/pci/
H A Dpci_machdep.c1069 if (vga_posth != NULL && acpi_md_vesa_modenum != 0) {
1071 acpi_md_vesa_modenum);
1100 if (acpi_md_vesa_modenum != 0)
1101 vga_post_set_vbe(vga_posth, acpi_md_vesa_modenum);

Completed in 192 milliseconds