| /freebsd-12.1/usr.sbin/bluetooth/bthidd/ |
| H A D | session.c | 207 FD_CLR(s->intr, &s->srv->rfdset); in session_close() 208 FD_CLR(s->intr, &s->srv->wfdset); in session_close() 216 FD_CLR(s->ctrl, &s->srv->rfdset); in session_close() 217 FD_CLR(s->ctrl, &s->srv->wfdset); in session_close() 225 FD_CLR(s->vkbd, &s->srv->rfdset); in session_close() 236 FD_CLR(s->ukbd, &s->srv->rfdset); in session_close()
|
| H A D | client.c | 204 FD_CLR(fd, &srv->wfdset); in client_connect()
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | mini_event.c | 307 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->ready); in event_add() 336 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_del() 337 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->writes); in event_del() 338 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->ready); in event_del() 339 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->content); in event_del()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | event-loop.c | 529 FD_CLR (fd, &gdb_notifier.check_masks[0]); in create_file_handler() 534 FD_CLR (fd, &gdb_notifier.check_masks[1]); in create_file_handler() 539 FD_CLR (fd, &gdb_notifier.check_masks[2]); in create_file_handler() 605 FD_CLR (fd, &gdb_notifier.check_masks[0]); in delete_file_handler() 607 FD_CLR (fd, &gdb_notifier.check_masks[1]); in delete_file_handler() 609 FD_CLR (fd, &gdb_notifier.check_masks[2]); in delete_file_handler()
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 823 FD_CLR(net, &xbits); in process_rings() 834 FD_CLR(net, &ibits); in process_rings() 945 FD_CLR(tin, &ibits); in process_rings() 970 FD_CLR(net, &obits); in process_rings() 974 FD_CLR(tout, &obits); in process_rings()
|
| /freebsd-12.1/contrib/ntp/lib/isc/win32/include/isc/ |
| H A D | net.h | 156 #undef FD_CLR 157 #define FD_CLR(fd, set) do { \ macro
|
| /freebsd-12.1/contrib/telnet/telnet/ |
| H A D | sys_bsd.c | 913 FD_CLR(net, xbitsp); in process_rings() 924 FD_CLR(net, ibitsp); in process_rings() 1035 FD_CLR(tin, ibitsp); in process_rings() 1060 FD_CLR(net, obitsp); in process_rings() 1064 FD_CLR(tout, obitsp); in process_rings()
|
| H A D | fdset.h | 41 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
|
| /freebsd-12.1/contrib/apr/poll/unix/ |
| H A D | select.c | 326 FD_CLR(fd, &(pollset->p->readset)); in impl_pollset_remove() 327 FD_CLR(fd, &(pollset->p->writeset)); in impl_pollset_remove() 328 FD_CLR(fd, &(pollset->p->exceptset)); in impl_pollset_remove()
|
| /freebsd-12.1/lib/libc/isc/ |
| H A D | eventlib_p.h | 209 #undef FD_CLR 210 #define FD_CLR(fd, maskp) \ macro
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | select.c | 313 FD_CLR(fd, sop->event_readset_in); in select_del() 316 FD_CLR(fd, sop->event_writeset_in); in select_del()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | select.c | 313 FD_CLR(fd, sop->event_readset_in); in select_del() 316 FD_CLR(fd, sop->event_writeset_in); in select_del()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_select.h | 24 # define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) macro
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | main.c | 603 FD_CLR(i, rfds); in DoLoop() 612 FD_CLR(i, wfds); in DoLoop() 621 FD_CLR(i, efds); in DoLoop()
|
| H A D | exec.c | 131 FD_CLR(dev->fd_out, w); in exec_RemoveFromSet() 136 FD_CLR(dev->fd_out, e); in exec_RemoveFromSet()
|
| H A D | physical.c | 874 FD_CLR(p->fd, r); in physical_RemoveFromSet() 879 FD_CLR(p->fd, e); in physical_RemoveFromSet() 884 FD_CLR(p->fd, w); in physical_RemoveFromSet()
|
| /freebsd-12.1/sys/sys/ |
| H A D | select.h | 81 #define FD_CLR(n, p) ((p)->__fds_bits[(n)/_NFDBITS] &= ~__fdset_mask(n)) macro
|
| /freebsd-12.1/usr.sbin/ypbind/ |
| H A D | ypbind.c | 558 FD_CLR(READFD, &fdsr); in handle_children() 559 FD_CLR(READFD, &svc_fdset); in handle_children() 854 FD_CLR(READFD, &fdsr); in rpc_received() 855 FD_CLR(READFD, &svc_fdset); in rpc_received()
|
| /freebsd-12.1/contrib/pf/libevent/ |
| H A D | select.c | 337 FD_CLR(ev->ev_fd, sop->event_readset_in); in select_del() 342 FD_CLR(ev->ev_fd, sop->event_writeset_in); in select_del()
|
| /freebsd-12.1/contrib/opie/ |
| H A D | opieauto.c | 347 FD_CLR(s[i], &fds); in main() 382 FD_CLR(parents, &fds); in main()
|
| /freebsd-12.1/contrib/telnet/telnetd/ |
| H A D | defs.h | 125 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
|
| /freebsd-12.1/crypto/heimdal/appl/rsh/ |
| H A D | rsh.c | 120 FD_CLR(s, &real_readset); in rsh_loop() 132 FD_CLR(errsock, &real_readset); in rsh_loop() 144 FD_CLR(STDIN_FILENO, &real_readset); in rsh_loop()
|
| H A D | rshd.c | 452 FD_CLR(from0, &real_readset); in rshd_loop() 463 FD_CLR(from1, &real_readset); in rshd_loop() 476 FD_CLR(from2, &real_readset); in rshd_loop()
|
| /freebsd-12.1/lib/libc/rpc/ |
| H A D | svc.c | 157 FD_CLR(sock, &svc_fdset); in __xprt_do_unregister() 736 FD_CLR(p->fd, &svc_fdset); in svc_getreq_poll()
|
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | nfs_start.c | 271 FD_CLR(fwd_sock, &readfds); in run_rpc()
|