PIPE_SIZE 79 kern/sys_pipe.c #define MINPIPESIZE (PIPE_SIZE/3) PIPE_SIZE 210 kern/sys_pipe.c error = pipespace(cpipe, PIPE_SIZE); PIPE_SIZE 405 kern/sys_pipe.c if ((uio->uio_resid > PIPE_SIZE) && PIPE_SIZE 407 kern/sys_pipe.c (wpipe->pipe_buffer.size <= PIPE_SIZE) && PIPE_SIZE 714 kern/sys_pipe.c if (cpipe->pipe_buffer.size > PIPE_SIZE) PIPE_SIZE 37 sys/pipe.h #ifndef PIPE_SIZE