Searched refs:ThisName (Results 1 – 5 of 5) sorted by relevance
200 const ACPI_PREDEFINED_INFO *ThisName; in ApCheckForPredefinedMethod() local242 ThisName = &AcpiGbl_PredefinedMethods[Index]; in ApCheckForPredefinedMethod()243 RequiredArgCount = METHOD_GET_ARG_COUNT (ThisName->Info.ArgumentList); in ApCheckForPredefinedMethod()248 ThisName->Info.Name, RequiredArgCount); in ApCheckForPredefinedMethod()256 !(ThisName->Info.ArgumentList & ARG_COUNT_IS_MINIMUM)) in ApCheckForPredefinedMethod()268 ThisName->Info.ExpectedBtypes) in ApCheckForPredefinedMethod()271 ThisName->Info.ExpectedBtypes); in ApCheckForPredefinedMethod()274 StringBuffer, ThisName->Info.Name); in ApCheckForPredefinedMethod()359 const ACPI_PREDEFINED_INFO *ThisName; in ApCheckPredefinedReturnValue() local391 ThisName = &AcpiGbl_PredefinedMethods[Index]; in ApCheckPredefinedReturnValue()[all …]
191 const ACPI_PREDEFINED_INFO *ThisName) in AcpiUtGetNextPredefinedMethod() argument198 if ((ThisName->Info.ExpectedBtypes & ACPI_RTYPE_PACKAGE) && in AcpiUtGetNextPredefinedMethod()199 (ThisName->Info.ExpectedBtypes != ACPI_RTYPE_ALL)) in AcpiUtGetNextPredefinedMethod()201 ThisName++; in AcpiUtGetNextPredefinedMethod()204 ThisName++; in AcpiUtGetNextPredefinedMethod()205 return (ThisName); in AcpiUtGetNextPredefinedMethod()225 const ACPI_PREDEFINED_INFO *ThisName; in AcpiUtMatchPredefinedMethod() local237 ThisName = AcpiGbl_PredefinedMethods; in AcpiUtMatchPredefinedMethod()238 while (ThisName->Info.Name[0]) in AcpiUtMatchPredefinedMethod()240 if (ACPI_COMPARE_NAME (Name, ThisName->Info.Name)) in AcpiUtMatchPredefinedMethod()[all …]
465 const ACPI_SIMPLE_REPAIR_INFO *ThisName; in AcpiNsMatchSimpleRepair() local470 ThisName = AcpiObjectRepairInfo; in AcpiNsMatchSimpleRepair()471 while (ThisName->ObjectConverter) in AcpiNsMatchSimpleRepair()473 if (ACPI_COMPARE_NAME (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchSimpleRepair()477 if ((ReturnBtype & ThisName->UnexpectedBtypes) && in AcpiNsMatchSimpleRepair()478 (ThisName->PackageIndex == ACPI_ALL_PACKAGE_ELEMENTS || in AcpiNsMatchSimpleRepair()479 PackageIndex == ThisName->PackageIndex)) in AcpiNsMatchSimpleRepair()481 return (ThisName); in AcpiNsMatchSimpleRepair()487 ThisName++; in AcpiNsMatchSimpleRepair()
353 const ACPI_REPAIR_INFO *ThisName; in AcpiNsMatchComplexRepair() local358 ThisName = AcpiNsRepairableNames; in AcpiNsMatchComplexRepair()359 while (ThisName->RepairFunction) in AcpiNsMatchComplexRepair()361 if (ACPI_COMPARE_NAME (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchComplexRepair()363 return (ThisName); in AcpiNsMatchComplexRepair()366 ThisName++; in AcpiNsMatchComplexRepair()
828 const ACPI_PREDEFINED_INFO *ThisName);847 const ACPI_PREDEFINED_INFO *ThisName,