Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslxref.c1372 ACPI_PARSE_OBJECT *ReferencingMethodOp; in XfValidateCrossReference() local
1387 ReferencingMethodOp = UtGetParentMethodOp (Op); in XfValidateCrossReference()
1390 if (!ReferencingMethodOp && !ReferencedMethodNode) in XfValidateCrossReference()
1399 if (!ReferencingMethodOp && ReferencedMethodNode) in XfValidateCrossReference()
1407 else if (ReferencingMethodOp && !ReferencedMethodNode) in XfValidateCrossReference()
1415 else if (ReferencingMethodOp->Asl.Node == ReferencedMethodNode) in XfValidateCrossReference()