Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Dutpredef.c83 const ACPI_PREDEFINED_INFO *ThisName) in AcpiUtGetNextPredefinedMethod() argument
90 if ((ThisName->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) && in AcpiUtGetNextPredefinedMethod()
91 (ThisName->Info.ExpectedBtypes != ACPI_RTYPE_ALL)) in AcpiUtGetNextPredefinedMethod()
93 ThisName++; in AcpiUtGetNextPredefinedMethod()
96 ThisName++; in AcpiUtGetNextPredefinedMethod()
97 return (ThisName); in AcpiUtGetNextPredefinedMethod()
117 const ACPI_PREDEFINED_INFO *ThisName; in AcpiUtMatchPredefinedMethod() local
129 ThisName = AcpiGbl_PredefinedMethods; in AcpiUtMatchPredefinedMethod()
130 while (ThisName->Info.Name[0]) in AcpiUtMatchPredefinedMethod()
132 if (ACPI_COMPARE_NAME (Name, ThisName->Info.Name)) in AcpiUtMatchPredefinedMethod()
[all …]
/titanic_44/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair.c369 const ACPI_SIMPLE_REPAIR_INFO *ThisName; in AcpiNsMatchSimpleRepair() local
374 ThisName = AcpiObjectRepairInfo; in AcpiNsMatchSimpleRepair()
375 while (ThisName->ObjectConverter) in AcpiNsMatchSimpleRepair()
377 if (ACPI_COMPARE_NAME (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchSimpleRepair()
381 if ((ReturnBtype & ThisName->UnexpectedBtypes) && in AcpiNsMatchSimpleRepair()
382 (ThisName->PackageIndex == ACPI_ALL_PACKAGE_ELEMENTS || in AcpiNsMatchSimpleRepair()
383 PackageIndex == ThisName->PackageIndex)) in AcpiNsMatchSimpleRepair()
385 return (ThisName); in AcpiNsMatchSimpleRepair()
391 ThisName++; in AcpiNsMatchSimpleRepair()
H A Dnsrepair2.c245 const ACPI_REPAIR_INFO *ThisName; in AcpiNsMatchComplexRepair() local
250 ThisName = AcpiNsRepairableNames; in AcpiNsMatchComplexRepair()
251 while (ThisName->RepairFunction) in AcpiNsMatchComplexRepair()
253 if (ACPI_COMPARE_NAME (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchComplexRepair()
255 return (ThisName); in AcpiNsMatchComplexRepair()
258 ThisName++; in AcpiNsMatchComplexRepair()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacutils.h669 const ACPI_PREDEFINED_INFO *ThisName);
688 const ACPI_PREDEFINED_INFO *ThisName,