Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslpredef.c92 const ACPI_PREDEFINED_INFO *ThisName; in ApCheckForPredefinedMethod() local
134 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() local
283 ThisName = &AcpiGbl_PredefinedMethods[Index]; in ApCheckPredefinedReturnValue()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/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_NAMESEG (Name, ThisName->Info.Name)) in AcpiUtMatchPredefinedMethod()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c69 const ACPI_PREDEFINED_INFO *ThisName);
411 const ACPI_PREDEFINED_INFO *ThisName; in AhDisplayPredefinedInfo() local
418 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() argument
454 ThisName->Info.ArgumentList); in AhDisplayResourceName()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsrepair.c359 const ACPI_SIMPLE_REPAIR_INFO *ThisName; in AcpiNsMatchSimpleRepair() local
364 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()
H A Dnsrepair2.c247 const ACPI_REPAIR_INFO *ThisName; in AcpiNsMatchComplexRepair() local
252 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp170 std::string ThisName = computeTypeName(*Types, TI); in findRecordsByName() local
171 if (ThisName == Name) in findRecordsByName()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacutils.h753 const ACPI_PREDEFINED_INFO *ThisName);
772 const ACPI_PREDEFINED_INFO *ThisName,