Lines Matching defs:pipe_peer
132 struct pipe *pipe_peer(struct pipe *);
295 pipe_peer(struct pipe *cpipe)
301 peer = cpipe->pipe_peer;
486 wpipe = pipe_peer(rpipe);
802 if ((ppipe = cpipe->pipe_peer) != NULL) {
807 ppipe->pipe_peer = NULL;
843 wpipe = pipe_peer(rpipe);
904 wpipe = pipe_peer(rpipe);
925 wpipe = pipe_peer(rpipe);
947 wpipe = pipe_peer(rpipe);
1000 pp->pp_wpipe.pipe_peer = &pp->pp_rpipe;
1001 pp->pp_rpipe.pipe_peer = &pp->pp_wpipe;