Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpipe.h92 #define PIPE_SEL 0x040 /* Pipe has a select active. */ macro
/NextBSD/sys/kern/
HDsys_pipe.c615 if (cpipe->pipe_state & PIPE_SEL) {
618 cpipe->pipe_state &= ~PIPE_SEL;
1469 rpipe->pipe_state |= PIPE_SEL;
1475 wpipe->pipe_state |= PIPE_SEL;