Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslload.c1046 BOOLEAN Type2IsLocal = Type2 > ACPI_TYPE_EXTERNAL_MAX; in LdMatchExternType() local
1058 if (Type1IsLocal && !Type2IsLocal) in LdMatchExternType()
1063 else if (!Type1IsLocal && Type2IsLocal) in LdMatchExternType()