PIPE_LWANT        231 kern/sys_pipe.c 		cpipe->pipe_state |= PIPE_LWANT;
PIPE_LWANT        246 kern/sys_pipe.c 	if (cpipe->pipe_state & PIPE_LWANT) {
PIPE_LWANT        247 kern/sys_pipe.c 		cpipe->pipe_state &= ~PIPE_LWANT;