Searched refs:pipe_state (Results 1 – 2 of 2) sorted by relevance
635 cpipe->pipe_state |= PIPE_LOCKFL; in pipelock()652 cpipe->pipe_state &= ~PIPE_LOCKFL; in pipeunlock()666 cpipe->pipe_state &= ~PIPE_SEL; in pipeselwakeup()994 wpipe->pipe_state |= PIPE_WANTW; in pipe_direct_write()1009 wpipe->pipe_state |= PIPE_WANTW; in pipe_direct_write()1031 wpipe->pipe_state |= PIPE_WANTW; in pipe_direct_write()1470 rpipe->pipe_state |= PIPE_SEL; in pipe_poll()1476 wpipe->pipe_state |= PIPE_SEL; in pipe_poll()1637 cpipe->pipe_state |= PIPE_EOF; in pipeclose()1640 cpipe->pipe_state |= PIPE_WANT; in pipeclose()[all …]
118 u_short pipe_state; /* pipe status info */ member