Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpipe.h88 #define PIPE_ASYNC 0x004 /* Async? I/O. */ macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c668 if ((cpipe->pipe_state & PIPE_ASYNC) && cpipe->pipe_sigio) in pipeselwakeup()
1367 mpipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
1369 mpipe->pipe_state &= ~PIPE_ASYNC; in pipe_ioctl()