HomeSort by: relevance | last modified time | path
    Searched refs:PlatformClass (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/acpi/
acpi_dev.c 205 if (tcpa->PlatformClass == ACPI_TCPA_CLIENT_TABLE) {
210 } else if (tcpa->PlatformClass == ACPI_TCPA_SERVER_TABLE) {
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump3.c 505 * PlatformClass field is used to differentiate the two types of
532 * Examine the PlatformClass field to determine the table type.
535 switch (CommonHeader->PlatformClass)
552 CommonHeader->PlatformClass);
dmtbinfo3.c 481 * the client version and the server version. The common PlatformClass
488 {ACPI_DMT_UINT16, ACPI_TCPA_OFFSET (PlatformClass), "Platform Class", 0},
570 {ACPI_DMT_UINT16, ACPI_TPM2_OFFSET (PlatformClass), "Platform Class", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 528 * the client version and the server version. The common PlatformClass
536 UINT16 PlatformClass;
541 * Values for PlatformClass above.
634 UINT16 PlatformClass;
  /src/sys/external/bsd/acpica/dist/compiler/
dttable2.c 2866 * Examine the PlatformClass field to determine the table type.
2871 switch (TcpaHeader->PlatformClass)
2888 TcpaHeader->PlatformClass);
  /src/usr.sbin/acpitools/acpidump/
acpi.c 3576 if (tpm2->PlatformClass == 0) {
3578 } else if (tpm2->PlatformClass == 1) {
3583 printf("\tClass=%s (%u)\n", class, tpm2->PlatformClass);

Completed in 20 milliseconds