Home
last modified time | relevance | path

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

/freebsd/contrib/libbegemot/
H A Drpoll.c333 if(p->mask & RPOLL_OUT) in poll_build()
354 if(p->mask & RPOLL_OUT) in poll_build()
577 if ((regs[idx].mask & RPOLL_OUT) && in poll_dispatch()
579 mask |= RPOLL_OUT; in poll_dispatch()
589 if ((regs[idx].mask & RPOLL_OUT) && in poll_dispatch()
591 mask |= RPOLL_OUT; in poll_dispatch()
H A Drpoll.h52 RPOLL_OUT = 2, enumerator