PIPE_EOF 314 kern/sys_pipe.c if (rpipe->pipe_state & PIPE_EOF) PIPE_EOF 396 kern/sys_pipe.c if ((wpipe == NULL) || (wpipe->pipe_state & PIPE_EOF)) { PIPE_EOF 437 kern/sys_pipe.c if (wpipe->pipe_state & PIPE_EOF) { PIPE_EOF 559 kern/sys_pipe.c if (wpipe->pipe_state & PIPE_EOF) { PIPE_EOF 649 kern/sys_pipe.c (rpipe->pipe_state & PIPE_EOF)) PIPE_EOF 654 kern/sys_pipe.c if ((rpipe->pipe_state & PIPE_EOF) || PIPE_EOF 656 kern/sys_pipe.c (wpipe->pipe_state & PIPE_EOF)) PIPE_EOF 738 kern/sys_pipe.c cpipe->pipe_state |= PIPE_EOF; PIPE_EOF 751 kern/sys_pipe.c ppipe->pipe_state |= PIPE_EOF; PIPE_EOF 817 kern/sys_pipe.c if ((rpipe->pipe_state & PIPE_EOF) || PIPE_EOF 818 kern/sys_pipe.c (wpipe == NULL) || (wpipe->pipe_state & PIPE_EOF)) { PIPE_EOF 832 kern/sys_pipe.c if ((wpipe == NULL) || (wpipe->pipe_state & PIPE_EOF)) {