Home | History | Annotate | Download | only in compiler

Lines Matching defs:Peer

323  * PARAMETERS:  Op              - First node in a list of peer nodes
328 * DESCRIPTION: Set the parent for all peer nodes in a subtree
353 * PARAMETERS: Op - First node in a list of peer nodes
354 * NewPeer - Peer node to insert
358 * DESCRIPTION: Insert a new peer node into a list of peers.
630 ACPI_PARSE_OBJECT *Peer;
674 Peer = Next->Asl.Next;
675 while (Peer)
677 Next = Peer;
678 Peer = Next->Asl.Next;
692 /* Link ELSE node as a peer to the previous IF */
774 * CaseOp->Child->Peer is the beginning of the case block
811 * is therefore without peer.
837 /* Unknown peer opcode */
857 /* Link ELSE node as a peer to the previous IF */