Home
last modified time | relevance | path

Searched refs:LocalType (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c429 ACPI_OBJECT_TYPE LocalType; in AcpiDbTestOneObject() local
448 LocalType = ACPI_TYPE_INTEGER; in AcpiDbTestOneObject()
454 LocalType = ACPI_TYPE_STRING; in AcpiDbTestOneObject()
460 LocalType = ACPI_TYPE_BUFFER; in AcpiDbTestOneObject()
467 LocalType = ACPI_TYPE_PACKAGE; in AcpiDbTestOneObject()
475 LocalType = ACPI_TYPE_FIELD_UNIT; in AcpiDbTestOneObject()
484 LocalType = ACPI_TYPE_INTEGER; in AcpiDbTestOneObject()
491 LocalType = ACPI_TYPE_BUFFER; in AcpiDbTestOneObject()
516 switch (LocalType) in AcpiDbTestOneObject()
546 LocalType); in AcpiDbTestOneObject()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslload.c1048 ACPI_OBJECT_TYPE LocalType; in LdMatchExternType() local
1060 LocalType = Type1; in LdMatchExternType()
1065 LocalType = Type2; in LdMatchExternType()
1073 switch (LocalType) in LdMatchExternType()
1079 LocalType = ACPI_TYPE_FIELD_UNIT; in LdMatchExternType()
1086 return (LocalType == ExternalType); in LdMatchExternType()