HomeSort by: relevance | last modified time | path
    Searched refs:PIPE_ASYNC (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
pipe.h 78 #define PIPE_ASYNC 0x001 /* Async I/O */
  /src/sys/kern/
sys_pipe.c 400 if (sigp == NULL || (sigp->pipe_state & PIPE_ASYNC) == 0)
769 pipe->pipe_state |= PIPE_ASYNC;
771 pipe->pipe_state &= ~PIPE_ASYNC;
  /src/usr.bin/fstat/
fstat.c 1289 (cp.pipe_state & PIPE_ASYNC) ? "a" : "");

Completed in 14 milliseconds