Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbprint.c233 AcpiTbFixString (OutHeader->AslCompilerId, ACPI_NAMESEG_SIZE); in AcpiTbCleanupTableHeader()
294 LocalHeader.AslCompilerId, LocalHeader.AslCompilerRevision)); in AcpiTbPrintTableHeader()
/freebsd/sys/dev/acpica/
H A Dacpi_quirk.c119 if (aq_strcmp(hdr->AslCompilerId, match->x.id)) in aq_match_header()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl.h223 char AslCompilerId[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */ member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtables.c316 AcpiOsPrintf (" * Compiler ID \"%.4s\"\n", Table->AslCompilerId); in AdCreateTableHeader()
H A Ddmtbinfo.c208 {ACPI_DMT_NAME4, ACPI_HDR_OFFSET (AslCompilerId[0]), "Asl Compiler ID", 0},
H A Dacfileio.c681 if (!ACPI_IS_ASCII ((UINT8) TableHeader.AslCompilerId[i])) in AcValidateTableHeader()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcodegen.c605 ACPI_COPY_NAMESEG (AslGbl_TableHeader.AslCompilerId, ASL_CREATOR_ID); in CgWriteTableHeader()
/freebsd/usr.sbin/bhyve/
H A Dbasl.c603 memcpy(header_le.AslCompilerId, "BASL", ACPI_NAMESEG_SIZE); in basl_table_append_header()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2293 acpi_print_string(sdp->AslCompilerId, ACPI_NAMESEG_SIZE); in acpi_print_sdt()