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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpipe.h135 #define PIPE_DRAIN 0x2000 /* Waiting for I/O to drop for a close. Treated like EOF; macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_pipe.c779 if (rpipe->pipe_state & (PIPE_DRAIN | PIPE_EOF)) {
879 if (wpipe == NULL || (wpipe->pipe_state & (PIPE_DRAIN | PIPE_EOF))) {
955 if (wpipe->pipe_state & (PIPE_DRAIN | PIPE_EOF)) {
1064 if (wpipe->pipe_state & (PIPE_DRAIN | PIPE_EOF)) {
1205 (rpipe->pipe_state & (PIPE_DRAIN | PIPE_EOF))) {
1217 if (wpipe == NULL || (wpipe->pipe_state & (PIPE_DRAIN | PIPE_EOF)) ||
1286 cpipe->pipe_state &= ~PIPE_DRAIN;
1310 ppipe->pipe_state &= ~(PIPE_DRAIN);
1445 if ((rpipe->pipe_state & (PIPE_DRAIN | PIPE_EOF)) ||
1446 (wpipe == NULL) || (wpipe->pipe_state & (PIPE_DRAIN | PIPE_EO
[all...]

Completed in 109 milliseconds