Searched refs:PIPE_EOF (Results 1 – 3 of 3) sorted by relevance
173 fpipe->pipe_state &= ~PIPE_EOF;189 fpipe->pipe_state &= ~PIPE_EOF;207 fpipe->pipe_state |= PIPE_EOF;234 fpipe->pipe_state |= PIPE_EOF;283 cpipe->pipe_state |= PIPE_EOF;296 cpipe->pipe_state |= PIPE_EOF;
736 if (rpipe->pipe_state & PIPE_EOF) in pipe_read()976 if (wpipe->pipe_state & PIPE_EOF) { in pipe_direct_write()998 if (wpipe->pipe_state & PIPE_EOF) in pipe_direct_write()1036 (wpipe->pipe_state & PIPE_EOF)) { in pipe_write()1097 if (wpipe->pipe_state & PIPE_EOF) { in pipe_write()1423 if (rpipe->pipe_state & PIPE_EOF) { in pipe_poll()1426 (wpipe->pipe_state & PIPE_EOF)) in pipe_poll()1605 cpipe->pipe_state |= PIPE_EOF; in pipeclose()1622 ppipe->pipe_state |= PIPE_EOF; in pipeclose()1731 if ((rpipe->pipe_state & PIPE_EOF) || in filt_piperead()[all …]
93 #define PIPE_EOF 0x080 /* Pipe is in EOF condition. */ macro