Searched refs:POLL_OUT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/libbegemot/
H A Drpoll.h53 # if defined(POLL_OUT)
54 # undef POLL_OUT macro
58 # define POLL_OUT 2 macro
H A Drpoll.c54 # ifdef POLL_OUT
55 # undef POLL_OUT macro
344 if(p->mask & POLL_OUT)
365 if(p->mask & POLL_OUT)
588 if ((regs[idx].mask & POLL_OUT) &&
590 mask |= POLL_OUT;
600 if ((regs[idx].mask & POLL_OUT) &&
602 mask |= POLL_OUT;
/freebsd-10.2-release/sys/sys/
H A Dsignal.h286 #define POLL_OUT 2 /* Output buffers available */ macro

Completed in 98 milliseconds