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

/freebsd-current/sys/sys/
H A Dpipe.h112 struct pipe *pipe_peer; /* link with other direction */ member in struct:pipe
/freebsd-current/sys/kern/
H A Dsys_pipe.c138 (((pipe)->pipe_type & PIPE_TYPE_NAMED) ? (pipe) : ((pipe)->pipe_peer))
311 rpipe->pipe_peer = wpipe;
313 wpipe->pipe_peer = rpipe;
437 peer = (dpipe->pipe_type & PIPE_TYPE_NAMED) != 0 ? dpipe->pipe_peer : NULL;
1629 kif->kf_un.kf_pipe.kf_pipe_peer = (uintptr_t)pi->pipe_peer;
1697 ppipe = cpipe->pipe_peer;
1767 if (cpipe->pipe_peer->pipe_present != PIPE_ACTIVE) {
/freebsd-current/lib/libprocstat/
H A Dlibprocstat.c980 ps->peer = (uintptr_t)pi.pipe_peer;

Completed in 66 milliseconds