Lines Matching refs:NextOp
341 ACPI_PARSE_OBJECT *NextOp; in OtXrefWalkPart1() local
401 NextOp = Node->Op; /* Create Buffer Field Op */ in OtXrefWalkPart1()
402 switch (NextOp->Asl.ParseOpcode) in OtXrefWalkPart1()
429 NextOp = NextOp->Asl.Child; /* Buffer name */ in OtXrefWalkPart1()
431 if (!NextOp->Asl.ExternalName) in OtXrefWalkPart1()
438 NextOp->Asl.Node, TRUE); in OtXrefWalkPart1()
448 NextOp = Node->Op; in OtXrefWalkPart1()
449 FieldOp = NextOp->Asl.Parent; in OtXrefWalkPart1()
450 NextOp = FieldOp->Asl.Child; in OtXrefWalkPart1()
453 NextOp->Asl.Node, TRUE); in OtXrefWalkPart1()
462 Node = NextOp->Asl.Node; /* Region node */ in OtXrefWalkPart1()
463 NextOp = Node->Op; /* PARSEOP_REGION */ in OtXrefWalkPart1()
464 NextOp = NextOp->Asl.Child; /* Region name */ in OtXrefWalkPart1()
465 NextOp = NextOp->Asl.Next; in OtXrefWalkPart1()
471 NextOp->Asl.Value.Integer)); in OtXrefWalkPart1()