Searched refs:ThisName (Results 1 – 7 of 7) sorted by relevance
92 const ACPI_PREDEFINED_INFO *ThisName; in ApCheckForPredefinedMethod() local134 ThisName = &AcpiGbl_PredefinedMethods[Index]; in ApCheckForPredefinedMethod()135 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList); in ApCheckForPredefinedMethod()140 ThisName->Info.Name, RequiredArgCount); in ApCheckForPredefinedMethod()148 !(ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in ApCheckForPredefinedMethod()160 ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedMethod()163 ThisName->Info.ExpectedBtypes); in ApCheckForPredefinedMethod()166 AslGbl_StringBuffer, ThisName->Info.Name); in ApCheckForPredefinedMethod()251 const ACPI_PREDEFINED_INFO *ThisName; in ApCheckPredefinedReturnValue() local283 ThisName = &AcpiGbl_PredefinedMethods[Index]; in ApCheckPredefinedReturnValue()[all …]
83 const ACPI_PREDEFINED_INFO *ThisName) in AcpiUtGetNextPredefinedMethod() argument90 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() local129 ThisName = AcpiGbl_PredefinedMethods; in AcpiUtMatchPredefinedMethod()130 while (ThisName->Info.Name[0]) in AcpiUtMatchPredefinedMethod()132 if (ACPI_COMPARE_NAMESEG (Name, ThisName->Info.Name)) in AcpiUtMatchPredefinedMethod()[all …]
69 const ACPI_PREDEFINED_INFO *ThisName);411 const ACPI_PREDEFINED_INFO *ThisName; in AhDisplayPredefinedInfo() local418 ThisName = AcpiUtMatchPredefinedMethod (Name); in AhDisplayPredefinedInfo()419 if (ThisName) in AhDisplayPredefinedInfo()421 AcpiUtDisplayPredefinedMethod (Gbl_Buffer, ThisName, TRUE); in AhDisplayPredefinedInfo()426 ThisName = AcpiUtMatchResourceName (Name); in AhDisplayPredefinedInfo()427 if (ThisName) in AhDisplayPredefinedInfo()429 AhDisplayResourceName (ThisName); in AhDisplayPredefinedInfo()448 const ACPI_PREDEFINED_INFO *ThisName) in AhDisplayResourceName() argument454 ThisName->Info.ArgumentList); in AhDisplayResourceName()[all …]
359 const ACPI_SIMPLE_REPAIR_INFO *ThisName; in AcpiNsMatchSimpleRepair() local364 ThisName = AcpiObjectRepairInfo; in AcpiNsMatchSimpleRepair()365 while (ThisName->ObjectConverter) in AcpiNsMatchSimpleRepair()367 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchSimpleRepair()371 if ((ReturnBtype & ThisName->UnexpectedBtypes) && in AcpiNsMatchSimpleRepair()372 (ThisName->PackageIndex == ACPI_ALL_PACKAGE_ELEMENTS || in AcpiNsMatchSimpleRepair()373 PackageIndex == ThisName->PackageIndex)) in AcpiNsMatchSimpleRepair()375 return (ThisName); in AcpiNsMatchSimpleRepair()381 ThisName++; in AcpiNsMatchSimpleRepair()
247 const ACPI_REPAIR_INFO *ThisName; in AcpiNsMatchComplexRepair() local252 ThisName = AcpiNsRepairableNames; in AcpiNsMatchComplexRepair()253 while (ThisName->RepairFunction) in AcpiNsMatchComplexRepair()255 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchComplexRepair()257 return (ThisName); in AcpiNsMatchComplexRepair()260 ThisName++; in AcpiNsMatchComplexRepair()
170 std::string ThisName = computeTypeName(*Types, TI); in findRecordsByName() local171 if (ThisName == Name) in findRecordsByName()
753 const ACPI_PREDEFINED_INFO *ThisName);772 const ACPI_PREDEFINED_INFO *ThisName,