PIPE_TYPE_NAMED
(((pipe)->pipe_type & PIPE_TYPE_NAMED) ? (pipe) : ((pipe)->pipe_peer))
if (cpipe->pipe_type & PIPE_TYPE_NAMED)
if (rpipe->pipe_type & PIPE_TYPE_NAMED && fp->f_flag & FREAD && levents &&
if (pipe->pipe_type & PIPE_TYPE_NAMED) {
if (cpipe->pipe_type & PIPE_TYPE_NAMED)
if (cpipe->pipe_type & PIPE_TYPE_NAMED)
if ((cpipe->pipe_type & PIPE_TYPE_NAMED) != 0) {
((rpipe->pipe_type & PIPE_TYPE_NAMED) == 0 ||
(wpipe->pipe_type & PIPE_TYPE_NAMED) != 0) {
pp->pp_rpipe.pipe_type |= PIPE_TYPE_NAMED;
peer = (dpipe->pipe_type & PIPE_TYPE_NAMED) != 0 ? dpipe->pipe_peer : NULL;