Searched refs:ReferencingMethodOp (Results 1 – 1 of 1) sorted by relevance
1372 ACPI_PARSE_OBJECT *ReferencingMethodOp; in XfValidateCrossReference() local1387 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()