OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
464
*
PlatformClass
field is used to differentiate the two types of
491
* Examine the
PlatformClass
field to determine the table type.
494
switch (CommonHeader->
PlatformClass
)
511
CommonHeader->
PlatformClass
);
dmtbinfo3.c
398
* the client version and the server version. The common
PlatformClass
405
{ACPI_DMT_UINT16, ACPI_TCPA_OFFSET (
PlatformClass
), "Platform Class", 0},
487
{ACPI_DMT_UINT16, ACPI_TPM2_OFFSET (
PlatformClass
), "Platform Class", 0},
/src/sys/external/bsd/acpica/dist/include/
actbl3.h
421
* the client version and the server version. The common
PlatformClass
429
UINT16
PlatformClass
;
434
* Values for
PlatformClass
above.
527
UINT16
PlatformClass
;
/src/sys/external/bsd/acpica/dist/compiler/
dttable2.c
2811
* Examine the
PlatformClass
field to determine the table type.
2816
switch (TcpaHeader->
PlatformClass
)
2833
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 24 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026