OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vga_posth
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/pci/
pci_machdep.c
320
static struct vga_post *
vga_posth
= NULL;
variable in typeref:struct:vga_post *
1073
if (
vga_posth
!= NULL && acpi_md_vesa_modenum != 0) {
1074
vga_post_set_vbe(
vga_posth
,
1102
if (
vga_posth
!= NULL && acpi_md_vbios_reset == 2) {
1103
vga_post_call(
vga_posth
);
1105
vga_post_set_vbe(
vga_posth
, acpi_md_vesa_modenum);
1304
vga_posth
= vga_post_init(pa->pa_bus, pa->pa_device,
pci_machdep.c
320
static struct vga_post *
vga_posth
= NULL;
variable in typeref:struct:vga_post *
1073
if (
vga_posth
!= NULL && acpi_md_vesa_modenum != 0) {
1074
vga_post_set_vbe(
vga_posth
,
1102
if (
vga_posth
!= NULL && acpi_md_vbios_reset == 2) {
1103
vga_post_call(
vga_posth
);
1105
vga_post_set_vbe(
vga_posth
, acpi_md_vesa_modenum);
1304
vga_posth
= vga_post_init(pa->pa_bus, pa->pa_device,
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025