HomeSort by: relevance | last modified time | path
    Searched defs:USE_KQUEUE (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/tail/
forward.c 62 #define USE_KQUEUE 1
216 action = USE_KQUEUE;
220 case USE_KQUEUE:
258 action = USE_KQUEUE;
  /src/lib/librumpclient/
rumpclient.c 47 #define USE_KQUEUE
60 #ifdef USE_KQUEUE
95 #ifdef USE_KQUEUE
245 #ifdef USE_KQUEUE
283 #else /* !USE_KQUEUE */
296 #endif /* !USE_KQUEUE */
700 #if defined(USE_KQUEUE)
728 #elif defined(USE_SIGNALFD) /* !USE_KQUEUE */
737 #else /* !USE_KQUEUE && !USE_SIGNALFD */
879 #ifdef USE_KQUEUE
    [all...]
  /src/external/bsd/dhcpcd/dist/src/
eloop.c 41 #define USE_KQUEUE
132 #if defined(USE_KQUEUE) || defined(USE_EPOLL)
135 #if defined(USE_KQUEUE)
211 #if defined(USE_KQUEUE)
233 #if defined(USE_KQUEUE)
361 #if defined(USE_KQUEUE)
384 #if defined(USE_KQUEUE)
403 #if defined(USE_KQUEUE)
618 #if defined(USE_KQUEUE) || defined(USE_EPOLL)
628 #elif defined(USE_KQUEUE)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
socket.c 101 #define USE_KQUEUE
140 #if defined(USE_KQUEUE) || defined(USE_EPOLL) || defined(USE_DEVPOLL)
148 #endif /* USE_KQUEUE... */
203 #if defined(USE_KQUEUE) || defined(USE_EPOLL) || defined(USE_DEVPOLL)
211 #endif /* if defined(USE_KQUEUE) || defined(USE_EPOLL) || defined(USE_DEVPOLL) \
402 #ifdef USE_KQUEUE
406 #endif /* USE_KQUEUE */
688 #ifdef USE_KQUEUE
773 #endif /* ifdef USE_KQUEUE */
780 #ifdef USE_KQUEUE
    [all...]

Completed in 22 milliseconds