Home
last modified time | relevance | path

Searched refs:ACPI_SIG_FACS (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttemplate.c210 ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_FACS) || in AcpiUtIsSpecialTable()
456 Status = DtCreateOneTemplate (ACPI_SIG_FACS, 0, NULL); in DtCreateAllTemplates()
614 else if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_FACS)) in DtCreateOneTemplate()
H A Ddtcompile.c426 if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_FACS)) in DtCompileDataTable()
/freebsd/usr.sbin/bhyve/
H A Dacpi.c449 BASL_EXEC(basl_table_create(&table, ctx, ACPI_SIG_FACS, in build_facs()
453 memcpy(facs.Signature, ACPI_SIG_FACS, ACPI_NAMESEG_SIZE); in build_facs()
520 BASL_EXEC(basl_table_add_pointer(table, ACPI_SIG_FACS, in build_fadt()
524 BASL_EXEC(basl_table_add_pointer(table, ACPI_SIG_FACS, in build_fadt()
/freebsd/sys/contrib/dev/acpica/common/
H A Dahtable.c223 {ACPI_SIG_FACS, "Firmware ACPI Control Structure"},
H A Ddmtable.c797 if (ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_FACS)) in AcpiDmDumpDataTable()
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutcksum.c194 ACPI_COMPARE_NAMESEG (Table->Signature, ACPI_SIG_FACS)) in AcpiUtVerifyChecksum()
/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbprint.c258 if (ACPI_COMPARE_NAMESEG (Header->Signature, ACPI_SIG_FACS)) in AcpiTbPrintTableHeader()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl.h177 #define ACPI_SIG_FACS "FACS" /* Firmware ACPI Control Structure */ macro
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c278 if (memcmp(facs->Signature, ACPI_SIG_FACS, ACPI_NAMESEG_SIZE) != 0 || in acpi_handle_fadt()