| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | ev_files.c | 90 FD_CLR(fd, &ctx->nonblockBefore); in evSelectFD() 230 FD_CLR(del->fd, &ctx->rdNext); in evDeselectFD() 232 FD_CLR(del->fd, &ctx->rdLast); in evDeselectFD() 237 FD_CLR(del->fd, &ctx->wrNext); in evDeselectFD() 239 FD_CLR(del->fd, &ctx->wrLast); in evDeselectFD() 244 FD_CLR(del->fd, &ctx->exNext); in evDeselectFD() 246 FD_CLR(del->fd, &ctx->exLast); in evDeselectFD()
|
| D | eventlib_p.h | 205 #undef FD_CLR 206 #define FD_CLR(fd, maskp) \ macro
|
| D | eventlib.c | 446 FD_CLR(fd, &ctx->rdLast); in evGetNext() 450 FD_CLR(fd, &ctx->wrLast); in evGetNext() 454 FD_CLR(fd, &ctx->exLast); in evGetNext()
|
| /netbsd/src/usr.sbin/faithd/ |
| D | tcp.c | 185 FD_CLR(s_snd, &writefds); in send_data() 248 FD_CLR(s_rcv, &exceptfds); in relay() 285 FD_CLR(s_rcv, &readfds); in relay()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | sunos57-select.c | 110 FD_CLR (fd, readfds); in rpl_select() 138 FD_CLR (fd, writefds); in rpl_select()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | session.c | 161 FD_CLR(fd, &preset_mask); in unmonitor_fd() 162 FD_CLR(fd, &active_mask); in unmonitor_fd() 320 FD_CLR(fdm->fd, &active_mask); in session()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | select.c | 315 FD_CLR(fd, sop->event_readset_in); in select_del() 318 FD_CLR(fd, sop->event_writeset_in); in select_del()
|
| /netbsd/src/lib/libc/isc/ |
| D | eventlib_p.h | 205 #undef FD_CLR 206 #define FD_CLR(fd, maskp) \ macro
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | select.c | 316 FD_CLR(fd, sop->event_readset_in); in select_del() 319 FD_CLR(fd, sop->event_writeset_in); in select_del()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_select.h | 26 # define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | mingw-hdep.c | 163 FD_CLR (fd, readfds); in gdb_select() 174 FD_CLR (fd, exceptfds); in gdb_select()
|
| /netbsd/src/sys/sys/ |
| D | fd_set.h | 72 #define FD_CLR(n, p) \ macro
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | os-ip.c | 1091 FD_CLR( sd, &sip->si_writefds ); in ldap_mark_select_clear() 1092 FD_CLR( sd, &sip->si_readfds ); in ldap_mark_select_clear() 1118 FD_CLR( sd, &sip->si_writefds ); in ldap_clear_select_write()
|
| /netbsd/src/usr.sbin/altq/altqd/ |
| D | altqd.c | 305 FD_CLR(fd1, &fds); in main()
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | nfs_start.c | 273 FD_CLR(fwd_sock, &readfds); in run_rpc()
|
| /netbsd/src/usr.sbin/sdpd/ |
| D | db.c | 418 FD_CLR(fd, &r->refset); in db_unselect()
|
| D | server.c | 564 FD_CLR(fd, &srv->fdset); in server_close_fd()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | daemon.c | 869 # define SLAP_SOCK_CLR_READ(t,fd) FD_CLR((fd), &slap_daemon[t].sd_readers) 870 # define SLAP_SOCK_CLR_WRITE(t,fd) FD_CLR((fd), &slap_daemon[t].sd_writers) 879 FD_CLR((s), &slap_daemon[t].sd_actives); \ 880 FD_CLR((s), &slap_daemon[t].sd_readers); \ 881 FD_CLR((s), &slap_daemon[t].sd_writers); \ 887 # define SLAP_EVENT_CLR_READ(fd) FD_CLR((fd), &readfds) 888 # define SLAP_EVENT_CLR_WRITE(fd) FD_CLR((fd), &writefds)
|
| /netbsd/src/lib/libc/rpc/ |
| D | svc_fdset.c | 377 FD_CLR(fd, fds->fdset); in svc_fdset_clr()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | rfc2047_code.c | 565 FD_CLR(ch, &asciimap); in encodes_text()
|
| /netbsd/src/external/bsd/am-utils/dist/include/ |
| D | am_defs.h | 1439 # define FD_CLR(fd, set) (*(set) &= ~(1 << (fd))) macro
|
| /netbsd/src/external/apache2/mDNSResponder/dist/mDNSPosix/ |
| D | mDNSPosix.c | 2309 FD_CLR(m->p->unicastSocket4, readfds); in mDNSPosixProcessFDSet() 2315 FD_CLR(m->p->unicastSocket6, readfds); in mDNSPosixProcessFDSet() 2324 FD_CLR(info->multicastSocket4, readfds); in mDNSPosixProcessFDSet() 2330 FD_CLR(info->multicastSocket6, readfds); in mDNSPosixProcessFDSet()
|
| /netbsd/src/lib/librumphijack/ |
| D | hijack.c | 2083 FD_CLR(i, readfds); 2085 FD_CLR(i, writefds); 2087 FD_CLR(i, exceptfds);
|
| /netbsd/src/external/bsd/am-utils/dist/conf/autofs/ |
| D | autofs_linux.c | 512 FD_CLR(list[i], readfds); in autofs_handle_fdset()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | events.c | 184 #define EVENT_MASK_CLR(fd, mask) FD_CLR((fd), (mask))
|