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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c448 rpipe->pipe_peer = wpipe;
449 wpipe->pipe_peer = rpipe;
509 if (cpipe->pipe_peer) {
511 pipe_size = MAX_PIPESIZE(cpipe->pipe_peer);
512 pipe_count = cpipe->pipe_peer->pipe_buffer.cnt;
845 pipeselwakeup(rpipe, rpipe->pipe_peer);
874 wpipe = rpipe->pipe_peer;
1186 wpipe = rpipe->pipe_peer;
1301 if (cpipe->pipe_label != NULL && cpipe->pipe_peer == NULL)
1308 if ((ppipe = cpipe->pipe_peer) !
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h155 struct pipe *pipe_peer; /* link with other direction */ member in struct:pipe

Completed in 103 milliseconds