Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpipe.h84 #define PIPE_ASYNC 0x004 /* Async? I/O. */ macro
/freebsd/sys/kern/
H A Dsys_pipe.c720 if ((cpipe->pipe_state & PIPE_ASYNC) && cpipe->pipe_sigio) in pipeselwakeup()
1440 mpipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
1442 mpipe->pipe_state &= ~PIPE_ASYNC; in pipe_ioctl()