Searched refs:BootFlags (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/usr.sbin/acpi/acpidump/ |
| HD | acpi.c | 1468 PRINTFLAG(fadt->BootFlags, LEGACY_DEVICES); in acpi_print_fadt() 1469 PRINTFLAG(fadt->BootFlags, 8042); in acpi_print_fadt() 1470 PRINTFLAG(fadt->BootFlags, NO_VGA); in acpi_print_fadt() 1471 PRINTFLAG(fadt->BootFlags, NO_MSI); in acpi_print_fadt() 1472 PRINTFLAG(fadt->BootFlags, NO_ASPM); in acpi_print_fadt() 1473 PRINTFLAG(fadt->BootFlags, NO_CMOS_RTC); in acpi_print_fadt()
|
| /freebsd-11-stable/sys/contrib/dev/acpica/include/ |
| HD | actbl.h | 403 …UINT16 BootFlags; /* IA-PC Boot Architecture Flags (see below for indivi… member
|
| /freebsd-11-stable/sys/contrib/dev/acpica/components/tables/ |
| HD | tbfadt.c | 649 AcpiGbl_FADT.BootFlags = 0; in AcpiTbConvertFadt()
|
| /freebsd-11-stable/sys/contrib/dev/acpica/common/ |
| HD | dmtbinfo.c | 590 …{ACPI_DMT_UINT16, ACPI_FADT_OFFSET (BootFlags), "Boot Flags (decoded below)", DT_F… 594 …{ACPI_DMT_FLAG0, ACPI_FADT_FLAG_OFFSET (BootFlags,0), "Legacy Devices Supported (V2)", 0… 595 …{ACPI_DMT_FLAG1, ACPI_FADT_FLAG_OFFSET (BootFlags,0), "8042 Present on ports 60/64 (V2)"… 596 {ACPI_DMT_FLAG2, ACPI_FADT_FLAG_OFFSET (BootFlags,0), "VGA Not Present (V4)", 0}, 597 {ACPI_DMT_FLAG3, ACPI_FADT_FLAG_OFFSET (BootFlags,0), "MSI Not Supported (V4)", 0}, 598 …{ACPI_DMT_FLAG4, ACPI_FADT_FLAG_OFFSET (BootFlags,0), "PCIe ASPM Not Supported (V4)", 0}, 599 {ACPI_DMT_FLAG5, ACPI_FADT_FLAG_OFFSET (BootFlags,0), "CMOS RTC Not Present (V5)", 0},
|
| /freebsd-11-stable/sys/dev/mpr/mpi/ |
| HD | mpi2_ioc.h | 1725 …U32 BootFlags; /* 0x60 */ /* reserved in MPI v2.5 and earlier… member 1974 U32 BootFlags; /* 0x00 */ member
|
| HD | mpi2_history.txt | 475 * BootFlags are now product-specific.
|
| /freebsd-11-stable/sys/dev/mps/mpi/ |
| HD | mpi2_ioc.h | 1424 U32 BootFlags; /* 0x00 */ member
|
| HD | mpi2_history.txt | 323 * BootFlags are now product-specific.
|
| /freebsd-11-stable/sys/dev/vt/hw/vga/ |
| HD | vt_vga.c | 1232 flags = fadt->BootFlags; in vga_acpi_disabled()
|