Home
last modified time | relevance | path

Searched refs:PIPE_DIRECTW (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/sys/
H A Dpipe.h139 #define PIPE_DIRECTW 0x400 /* Pipe direct write active. */ macro
/xnu-11417.121.6/bsd/kern/
H A Dsys_pipe.c1271 if ((rpipe->pipe_state & PIPE_DIRECTW) || in pipe_select()
1287 (((wpipe->pipe_state & PIPE_DIRECTW) == 0) && in pipe_select()