| /freebsd-14.2/usr.sbin/bluetooth/bthidd/ |
| H A D | session.c | 206 FD_CLR(s->intr, &s->srv->rfdset); in session_close() 207 FD_CLR(s->intr, &s->srv->wfdset); in session_close() 215 FD_CLR(s->ctrl, &s->srv->rfdset); in session_close() 216 FD_CLR(s->ctrl, &s->srv->wfdset); in session_close() 224 FD_CLR(s->vkbd, &s->srv->rfdset); in session_close() 235 FD_CLR(s->ukbd, &s->srv->rfdset); in session_close()
|
| H A D | client.c | 203 FD_CLR(fd, &srv->wfdset); in client_connect()
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
| H A D | net.h | 156 #undef FD_CLR 157 #define FD_CLR(fd, set) do { \ macro
|
| /freebsd-14.2/contrib/telnet/telnet/ |
| H A D | fdset.h | 41 #define FD_CLR(n, p) ((p)->fds_bits[0] &= ~(1<<(n))) macro
|
| H A D | sys_bsd.c | 911 FD_CLR(net, xbitsp); in process_rings() 922 FD_CLR(net, ibitsp); in process_rings() 1033 FD_CLR(tin, ibitsp); in process_rings() 1058 FD_CLR(net, obitsp); in process_rings() 1062 FD_CLR(tout, obitsp); in process_rings()
|
| /freebsd-14.2/contrib/sendmail/include/sm/ |
| H A D | fdset.h | 20 #define SM_FD_CLR(fd, pfdset) FD_CLR(fd, pfdset)
|
| /freebsd-14.2/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-14.2/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-14.2/lib/libc/isc/ |
| H A D | eventlib_p.h | 208 #undef FD_CLR 209 #define FD_CLR(fd, maskp) \ macro
|
| /freebsd-14.2/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-14.2/sys/sys/ |
| H A D | select.h | 79 #define FD_CLR(n, p) ((p)->__fds_bits[(n)/_NFDBITS] &= ~__fdset_mask(n)) macro
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | main.c | 601 FD_CLR(i, rfds); in DoLoop() 610 FD_CLR(i, wfds); in DoLoop() 619 FD_CLR(i, efds); in DoLoop()
|
| H A D | exec.c | 129 FD_CLR(dev->fd_out, w); in exec_RemoveFromSet() 134 FD_CLR(dev->fd_out, e); in exec_RemoveFromSet()
|
| H A D | physical.c | 868 FD_CLR(p->fd, r); in physical_RemoveFromSet() 873 FD_CLR(p->fd, e); in physical_RemoveFromSet() 878 FD_CLR(p->fd, w); in physical_RemoveFromSet()
|
| /freebsd-14.2/usr.sbin/ypbind/ |
| H A D | ypbind.c | 554 FD_CLR(READFD, &fdsr); in handle_children() 555 FD_CLR(READFD, &svc_fdset); in handle_children() 850 FD_CLR(READFD, &fdsr); in rpc_received() 851 FD_CLR(READFD, &svc_fdset); in rpc_received()
|
| /freebsd-14.2/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-14.2/crypto/openssh/openbsd-compat/ |
| H A D | bsd-pselect.c | 133 FD_CLR(notify_pipe[0], readset); in pselect_notify_done()
|
| /freebsd-14.2/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-14.2/lib/libc/rpc/ |
| H A D | svc.c | 154 FD_CLR(sock, &svc_fdset); in __xprt_do_unregister() 733 FD_CLR(p->fd, &svc_fdset); in svc_getreq_poll()
|
| /freebsd-14.2/usr.sbin/ypserv/ |
| H A D | yp_main.c | 170 FD_CLR(resfd, &readfds); in yp_svc_run()
|
| /freebsd-14.2/lib/libc/sys/ |
| H A D | Makefile.inc | 483 MLINKS+=select.2 FD_CLR.3 \
|
| /freebsd-14.2/usr.sbin/bluetooth/sdpd/ |
| H A D | server.c | 573 FD_CLR(fd, &srv->fdset); in server_close_fd()
|