Searched refs:PIPE_EOF (Results 1 – 3 of 3) sorted by relevance
176 fpipe->pipe_state &= ~PIPE_EOF;194 fpipe->pipe_state &= ~PIPE_EOF;214 fpipe->pipe_state |= PIPE_EOF;242 fpipe->pipe_state |= PIPE_EOF;304 cpipe->pipe_state |= PIPE_EOF;317 cpipe->pipe_state |= PIPE_EOF;
784 if (rpipe->pipe_state & PIPE_EOF) in pipe_read()985 if ((wpipe->pipe_state & PIPE_EOF) != 0) { in pipe_direct_write()1026 (wpipe->pipe_state & PIPE_EOF) == 0) { in pipe_direct_write()1081 (wpipe->pipe_state & PIPE_EOF)) { in pipe_write()1129 if (wpipe->pipe_state & PIPE_EOF) { in pipe_write()1441 (wpipe->pipe_state & PIPE_EOF) || in pipe_poll()1454 if (rpipe->pipe_state & PIPE_EOF) { in pipe_poll()1458 (wpipe->pipe_state & PIPE_EOF)) in pipe_poll()1639 cpipe->pipe_state |= PIPE_EOF; in pipeclose()1655 ppipe->pipe_state |= PIPE_EOF; in pipeclose()[all …]
93 #define PIPE_EOF 0x080 /* Pipe is in EOF condition. */ macro