Searched refs:PIPE_EOF (Results 1 – 2 of 2) sorted by relevance
783 if (rpipe->pipe_state & PIPE_EOF) in pipe_read()984 if ((wpipe->pipe_state & PIPE_EOF) != 0) { in pipe_direct_write()1025 (wpipe->pipe_state & PIPE_EOF) == 0) { in pipe_direct_write()1080 (wpipe->pipe_state & PIPE_EOF)) { in pipe_write()1128 if (wpipe->pipe_state & PIPE_EOF) { in pipe_write()1440 (wpipe->pipe_state & PIPE_EOF) || in pipe_poll()1453 if (rpipe->pipe_state & PIPE_EOF) { in pipe_poll()1457 (wpipe->pipe_state & PIPE_EOF)) in pipe_poll()1637 cpipe->pipe_state |= PIPE_EOF; in pipeclose()1653 ppipe->pipe_state |= PIPE_EOF; in pipeclose()[all …]
93 #define PIPE_EOF 0x080 /* Pipe is in EOF condition. */ macro