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

  /src/lib/libc/resolv/
res_send.c 103 #ifndef USE_KQUEUE
105 #endif /* USE_KQUEUE */
112 #ifdef USE_KQUEUE
114 #endif /* USE_KQUEUE */
167 #if !defined(USE_POLL) && !defined(USE_KQUEUE)
178 #ifdef USE_KQUEUE
188 #if defined(NEED_PSELECT) && !defined(USE_POLL) && !defined(USE_KQUEUE)
345 #ifdef USE_KQUEUE
367 #ifdef USE_KQUEUE
488 #ifdef USE_KQUEUE
    [all...]
  /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...]

Completed in 12 milliseconds