Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dpipe.h61 #define PIPE_ASYNC 0x004 /* Async? I/O. */ macro
/openbsd/src/sys/kern/
Dsys_pipe.c373 if (cpipe->pipe_state & PIPE_ASYNC) in pipe_wakeup()
680 mpipe->pipe_state |= PIPE_ASYNC; in pipe_ioctl()
682 mpipe->pipe_state &= ~PIPE_ASYNC; in pipe_ioctl()