HomeSort by: relevance | last modified time | path
    Searched refs:pipe_peer (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
pipe.h 101 struct pipe *pipe_peer; /* link with other direction */ member in struct:pipe
  /src/sys/kern/
sys_pipe.c 252 rpipe->pipe_peer = wpipe;
253 wpipe->pipe_peer = rpipe;
513 pipeselwakeup(rpipe, rpipe->pipe_peer, POLL_OUT);
555 pipeselwakeup(rpipe, rpipe->pipe_peer, POLL_OUT);
579 wpipe = rpipe->pipe_peer;
785 pipe = pipe->pipe_peer;
796 pipe = pipe->pipe_peer;
826 wpipe = rpipe->pipe_peer;
870 if (ub->st_blksize == 0 && pipe->pipe_peer)
871 ub->st_blksize = pipe->pipe_peer->pipe_buffer.size
    [all...]
  /src/usr.bin/fstat/
fstat.c 1286 cp.pipe_peer,

Completed in 13 milliseconds