Searched refs:StartNode (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsparse.c170 * StartNode - Where to enter the table into the namespace
191 ACPI_NAMESPACE_NODE *StartNode)
254 Info->Node = StartNode;
305 ACPI_NAMESPACE_NODE *StartNode)
374 /* StartNode is the default location to load the table */
376 if (StartNode && StartNode != AcpiGbl_RootNode)
379 StartNode, ACPI_TYPE_METHOD, WalkState);
406 * StartNode - Where to enter the table into the namespace
417 ACPI_NAMESPACE_NODE *StartNode)
189 AcpiNsExecuteTable( UINT32 TableIndex, ACPI_NAMESPACE_NODE *StartNode) argument
302 AcpiNsOneCompleteParse( UINT32 PassNumber, UINT32 TableIndex, ACPI_NAMESPACE_NODE *StartNode) argument
415 AcpiNsParseTable( UINT32 TableIndex, ACPI_NAMESPACE_NODE *StartNode) argument
[all...]
H A Dnswalk.c269 * StartNode - Handle in namespace where search begins
300 ACPI_HANDLE StartNode,
322 if (StartNode == ACPI_ROOT_OBJECT)
324 StartNode = AcpiGbl_RootNode;
329 ParentNode = StartNode;
298 AcpiNsWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartNode, UINT32 MaxDepth, UINT32 Flags, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c196 ACPI_PARSE_OBJECT *StartNode);
605 * PARAMETERS: StartNode - Parse node for SWITCH
616 ACPI_PARSE_OBJECT *StartNode)
639 CurrentParentNode = StartNode;
643 PredicateValueName = TrAmlGetNextTempName (StartNode, &AslGbl_TempCount);
651 Next = StartNode->Asl.Child;
798 if (CurrentParentNode == StartNode)
860 AslError (ASL_ERROR, ASL_MSG_NO_CASES, StartNode, NULL);
872 Predicate = StartNode->Asl.Child;
874 TrAmlInitLineNumbers (NewOp, StartNode);
615 TrDoSwitch( ACPI_PARSE_OBJECT *StartNode) argument
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconfig.c245 ACPI_NAMESPACE_NODE *StartNode; local
283 StartNode = WalkState->ScopeInfo->Scope.Node;
294 Status = AcpiNsGetNodeUnlocked (StartNode,
314 StartNode = ParentNode;
319 Status = AcpiNsGetNodeUnlocked (StartNode,
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsinit.c302 * StartNode - Root of subtree to be initialized.
306 * DESCRIPTION: Walk the namespace starting at "StartNode" and perform any
314 ACPI_NAMESPACE_NODE *StartNode)
347 Status = AcpiNsWalkNamespace (ACPI_TYPE_ANY, StartNode, ACPI_UINT32_MAX,
312 AcpiDsInitializeObjects( UINT32 TableIndex, ACPI_NAMESPACE_NODE *StartNode) argument
H A Ddswstate.c811 WalkState->ParserState.StartNode = MethodNode;
850 ParserState->StartNode = NULL;
854 ParserState->StartNode = ExtraOp->Common.Node;
857 if (ParserState->StartNode)
861 Status = AcpiDsScopeStackPush (ParserState->StartNode,
862 ParserState->StartNode->Type, WalkState);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c345 ValueProfNode *StartNode, uint32_t N) {
347 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site];
343 getNextNValueData(uint32_t VK, uint32_t Site, InstrProfValueData *Dst, ValueProfNode *StartNode, uint32_t N) argument
H A DInstrProfilingInternal.h137 * in \p Dst. \p StartNode is the first value node to start with if
139 * node pointer to be used as the \p StartNode of the next batch reading.
144 struct ValueProfNode *StartNode,
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacnamesp.h260 ACPI_NAMESPACE_NODE *StartNode);
265 ACPI_NAMESPACE_NODE *StartNode);
271 ACPI_NAMESPACE_NODE *StartNode);
H A Dacparser.h399 ACPI_NAMESPACE_NODE *StartNode,
H A Dacdispat.h405 ACPI_NAMESPACE_NODE *StartNode);
H A Daclocal.h1215 struct acpi_namespace_node *StartNode; member in struct:acpi_parse_state
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp284 const ExplodedNode *StartNode = getStartCallSite(N, Reg); local
287 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics())
289 StartCallStmt, C.getSourceManager(), StartNode->getLocationContext());
301 StartNode->getLocationContext()->getDecl());

Completed in 89 milliseconds