Searched refs:ThisName (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslpredef.c | 200 const ACPI_PREDEFINED_INFO *ThisName; in ApCheckForPredefinedMethod() local 242 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 AslGbl_StringBuffer, ThisName->Info.Name); in ApCheckForPredefinedMethod() 359 const ACPI_PREDEFINED_INFO *ThisName; in ApCheckPredefinedReturnValue() local 391 ThisName = &AcpiGbl_PredefinedMethods[Index]; in ApCheckPredefinedReturnValue() [all …]
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utpredef.c | 191 const ACPI_PREDEFINED_INFO *ThisName) in AcpiUtGetNextPredefinedMethod() argument 198 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() local 237 ThisName = AcpiGbl_PredefinedMethods; in AcpiUtMatchPredefinedMethod() 238 while (ThisName->Info.Name[0]) in AcpiUtMatchPredefinedMethod() 240 if (ACPI_COMPARE_NAMESEG (Name, ThisName->Info.Name)) in AcpiUtMatchPredefinedMethod() [all …]
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsrepair.c | 467 const ACPI_SIMPLE_REPAIR_INFO *ThisName; in AcpiNsMatchSimpleRepair() local 472 ThisName = AcpiObjectRepairInfo; in AcpiNsMatchSimpleRepair() 473 while (ThisName->ObjectConverter) in AcpiNsMatchSimpleRepair() 475 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchSimpleRepair() 479 if ((ReturnBtype & ThisName->UnexpectedBtypes) && in AcpiNsMatchSimpleRepair() 480 (ThisName->PackageIndex == ACPI_ALL_PACKAGE_ELEMENTS || in AcpiNsMatchSimpleRepair() 481 PackageIndex == ThisName->PackageIndex)) in AcpiNsMatchSimpleRepair() 483 return (ThisName); in AcpiNsMatchSimpleRepair() 489 ThisName++; in AcpiNsMatchSimpleRepair()
|
H A D | nsrepair2.c | 355 const ACPI_REPAIR_INFO *ThisName; in AcpiNsMatchComplexRepair() local 360 ThisName = AcpiNsRepairableNames; in AcpiNsMatchComplexRepair() 361 while (ThisName->RepairFunction) in AcpiNsMatchComplexRepair() 363 if (ACPI_COMPARE_NAMESEG (Node->Name.Ascii, ThisName->Name)) in AcpiNsMatchComplexRepair() 365 return (ThisName); in AcpiNsMatchComplexRepair() 368 ThisName++; in AcpiNsMatchComplexRepair()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | TildeExpressionResolver.cpp | 62 StringRef ThisName(user_entry->pw_name); in ResolvePartial() local 63 if (!ThisName.starts_with(Expr)) in ResolvePartial() 67 Buffer.append(ThisName); in ResolvePartial()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStream.cpp | 170 std::string ThisName = computeTypeName(*Types, TI); in findRecordsByName() local 171 if (ThisName == Name) in findRecordsByName()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acutils.h | 861 const ACPI_PREDEFINED_INFO *ThisName); 880 const ACPI_PREDEFINED_INFO *ThisName,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1789 StringRef ThisName = in CollectRecordLambdaFields() local 1792 ThisName, type, f->getLocation(), f->getAccess(), in CollectRecordLambdaFields()
|