Searched refs:AslCompilerId (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/components/tables/ |
| H A D | tbprint.c | 233 AcpiTbFixString (OutHeader->AslCompilerId, ACPI_NAMESEG_SIZE); in AcpiTbCleanupTableHeader() 294 LocalHeader.AslCompilerId, LocalHeader.AslCompilerRevision)); in AcpiTbPrintTableHeader()
|
| /freebsd-14.2/sys/dev/acpica/ |
| H A D | acpi_quirk.c | 120 if (aq_strcmp(hdr->AslCompilerId, match->x.id)) in aq_match_header()
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | actbl.h | 223 char AslCompilerId[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */ member
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtables.c | 310 AcpiOsPrintf (" * Compiler ID \"%.4s\"\n", Table->AslCompilerId); in AdCreateTableHeader()
|
| H A D | dmtbinfo.c | 208 {ACPI_DMT_NAME4, ACPI_HDR_OFFSET (AslCompilerId[0]), "Asl Compiler ID", 0},
|
| H A D | acfileio.c | 681 if (!ACPI_IS_ASCII ((UINT8) TableHeader.AslCompilerId[i])) in AcValidateTableHeader()
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | aslcodegen.c | 605 ACPI_COPY_NAMESEG (AslGbl_TableHeader.AslCompilerId, ASL_CREATOR_ID); in CgWriteTableHeader()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | basl.c | 603 memcpy(header_le.AslCompilerId, "BASL", ACPI_NAMESEG_SIZE); in basl_table_append_header()
|
| /freebsd-14.2/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 2153 acpi_print_string(sdp->AslCompilerId, ACPI_NAMESEG_SIZE); in acpi_print_sdt()
|