Searched defs:ThisType (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexresop.c60 ACPI_OBJECT_TYPE ThisType,
69 * ThisType Actual object type
81 ACPI_OBJECT_TYPE ThisType,
101 if ((ThisType == ACPI_TYPE_INTEGER) &&
109 if (TypeNeeded != ThisType)
114 AcpiUtGetTypeName (ThisType), Object));
79 AcpiExCheckObjectType( ACPI_OBJECT_TYPE TypeNeeded, ACPI_OBJECT_TYPE ThisType, void *Object) argument

Completed in 291 milliseconds