Home
last modified time | relevance | path

Searched refs:AslCompilerId (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/tables/
H A Dtbprint.c231 AcpiTbFixString (OutHeader->AslCompilerId, ACPI_NAMESEG_SIZE); in AcpiTbCleanupTableHeader()
291 LocalHeader.AslCompilerId, LocalHeader.AslCompilerRevision)); in AcpiTbPrintTableHeader()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtables.c310 AcpiOsPrintf (" * Compiler ID \"%.4s\"\n", Table->AslCompilerId); in AdCreateTableHeader()
H A Dacfileio.c590 if (!ACPI_IS_ASCII ((UINT8) TableHeader.AslCompilerId[i])) in AcValidateTableHeader()
H A Ddmtbinfo.c208 {ACPI_DMT_NAME4, ACPI_HDR_OFFSET (AslCompilerId[0]), "Asl Compiler ID", 0},
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dactbl.h223 char AslCompilerId[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */ member
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslcodegen.c593 ACPI_COPY_NAMESEG (AslGbl_TableHeader.AslCompilerId, ASL_CREATOR_ID); in CgWriteTableHeader()