Searched refs:AslCompilerId (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/tables/
H A Dtbprint.c125 AcpiTbFixString (OutHeader->AslCompilerId, ACPI_NAMESEG_SIZE);
186 LocalHeader.AslCompilerId, LocalHeader.AslCompilerRevision));
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpixtract/
H A Daxutils.c608 AxCheckAscii (TableHeader->AslCompilerId, 4);
615 TableHeader->AslCompilerId, TableHeader->AslCompilerRevision);
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpibin/
H A Dabcompare.c168 printf ("ASL Compiler ID : %.4s\n", Header->AslCompilerId);
188 printf ("ASL Compiler ID %8.4s : %.4s\n", Header->AslCompilerId, Header2->AslCompilerId);
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmtbinfo.c100 {ACPI_DMT_NAME4, ACPI_HDR_OFFSET (AslCompilerId[0]), "Asl Compiler ID", 0},
H A Ddmtables.c202 AcpiOsPrintf (" * Compiler ID \"%.4s\"\n", Table->AslCompilerId);
H A Dacfileio.c456 * 3) Signature, OemId, OemTableId, AslCompilerId must be ASCII
568 * These standard fields must be ASCII: OemId, OemTableId, AslCompilerId.
573 if (!ACPI_IS_ASCII ((UINT8) TableHeader.AslCompilerId[i]))
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dactbl.h115 char AslCompilerId[ACPI_NAMESEG_SIZE]; /* ASCII ASL compiler vendor ID */ member in struct:acpi_table_header
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daetables.c156 ACPI_COPY_NAMESEG (Header->AslCompilerId, "INTL");
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslcodegen.c497 ACPI_COPY_NAMESEG (AslGbl_TableHeader.AslCompilerId, ASL_CREATOR_ID);
/netbsd-current/sys/dev/acpi/
H A Dapei.c288 h->AslCompilerId, h->AslCompilerRevision);
H A Dacpi.c313 rsdt->OemRevision, rsdt->AslCompilerId,
455 rsdt->AslCompilerId, rsdt->AslCompilerRevision);
/netbsd-current/usr.sbin/acpitools/acpidump/
H A Dacpi.c4117 acpi_print_string(sdp->AslCompilerId, ACPI_NAMESEG_SIZE);

Completed in 223 milliseconds