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

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslxref.c1479 ACPI_PARSE_OBJECT *ReferencingMethodOp; local
1494 ReferencingMethodOp = UtGetParentMethodOp (Op);
1497 if (!ReferencingMethodOp && !ReferencedMethodNode)
1506 if (!ReferencingMethodOp && ReferencedMethodNode)
1514 else if (ReferencingMethodOp && !ReferencedMethodNode)
1522 else if (ReferencingMethodOp->Asl.Node == ReferencedMethodNode)

Completed in 46 milliseconds