Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c218 x = ((options & EV_POLL) != 0) + ((options & EV_WAIT) != 0); in evGetNext()
277 if ((options & EV_POLL) != 0) { in evGetNext()
375 (options & EV_POLL)) in evGetNext()
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h73 #define EV_POLL 1 macro