Searched refs:SLAP_KQUEUE_CHANGE (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | daemon.c | 283 # define SLAP_KQUEUE_CHANGE(t, s, filter, flag) do { \ macro 306 SLAP_KQUEUE_CHANGE(t, (s), (filter), EV_ENABLE); \ 313 SLAP_KQUEUE_CHANGE(t, (s), (filter), EV_DISABLE); \ 331 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_READ, EV_ADD); \ 332 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_WRITE, EV_ADD | EV_DISABLE); \ 336 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_READ, EV_DELETE); \ 337 SLAP_KQUEUE_CHANGE(t, (s), EVFILT_WRITE, EV_DELETE); \
|