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()
461 Status = DtCreateOneTemplate (ACPI_SIG_FACS, 0, NULL); in DtCreateAllTemplates()
619 else if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_FACS)) in DtCreateOneTemplate()
H A Ddtcompile.c450 if (ACPI_COMPARE_NAMESEG (Signature, ACPI_SIG_FACS)) in DtCompileDataTable()
/freebsd/sys/contrib/dev/acpica/common/
H A Dahtable.c225 {ACPI_SIG_FACS, "Firmware ACPI Control Structure"},
H A Ddmtable.c849 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/usr.sbin/bhyve/
H A Dacpi.c495 BASL_EXEC(basl_table_create(&table, ctx, ACPI_SIG_FACS, in build_facs()
499 memcpy(facs.Signature, ACPI_SIG_FACS, ACPI_NAMESEG_SIZE); in build_facs()
566 BASL_EXEC(basl_table_add_pointer(table, ACPI_SIG_FACS, in build_fadt()
570 BASL_EXEC(basl_table_add_pointer(table, ACPI_SIG_FACS, in build_fadt()
/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbprint.c262 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()