Searched refs:PIPE_WANTR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h125 #define PIPE_WANTR 0x008 /* Reader wants some characters. */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c811 rpipe->pipe_state |= PIPE_WANTR;
932 wpipe->pipe_state &= ~(PIPE_WANT | PIPE_WANTR);
1047 if (wpipe->pipe_state & PIPE_WANTR) {
1048 wpipe->pipe_state &= ~PIPE_WANTR;
1086 wpipe->pipe_state &= ~(PIPE_WANT | PIPE_WANTR);
1094 if (wpipe->pipe_state & PIPE_WANTR) {
1095 wpipe->pipe_state &= ~PIPE_WANTR;
1602 cpipe->pipe_state &= ~(PIPE_WANTR | PIPE_WANTW);
1608 ppipe->pipe_state &= ~(PIPE_WANTR | PIPE_WANTW);

Completed in 119 milliseconds