| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-poll.c | 73 FD_SET(fd, readfds); in poll() 74 FD_SET(fd, exceptfds); in poll() 77 FD_SET(fd, writefds); in poll() 78 FD_SET(fd, exceptfds); in poll()
|
| H A D | openbsd-compat.h | 356 # undef FD_SET 358 # define FD_SET(n, set) kludge_FD_SET(n, set) macro
|
| H A D | kludge-fd_set.c | 20 FD_SET(n, set); in kludge_FD_SET()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | filter_fork_posix.c | 227 FD_SET(out, &fds_in); in __archive_check_child() 228 FD_SET(out, &fds_error); in __archive_check_child() 231 FD_SET(in, &fds_out); in __archive_check_child() 232 FD_SET(in, &fds_error); in __archive_check_child()
|
| /freebsd-13.1/share/examples/ipfilter/samples/ |
| H A D | relay.c | 51 FD_SET(rfd, &wfds); 53 FD_SET(ifd, &rfds); 55 FD_SET(ofd, &wfds); 57 FD_SET(rfd, &rfds);
|
| H A D | proxy.c | 258 FD_SET(in, &rd); 260 FD_SET(net, &rd); 263 FD_SET(net, &wr); 265 FD_SET(out, &wr);
|
| /freebsd-13.1/usr.sbin/ngctl/ |
| H A D | main.c | 257 FD_SET(csock, &rfds); in Monitor() 258 FD_SET(dsock, &rfds); in Monitor() 359 FD_SET(csock, &rfds); in DoInteractive() 360 FD_SET(dsock, &rfds); in DoInteractive() 368 FD_SET(0, &rfds); in DoInteractive() 369 FD_SET(csock, &rfds); in DoInteractive() 370 FD_SET(dsock, &rfds); in DoInteractive()
|
| /freebsd-13.1/tests/sys/kern/pipe/ |
| H A D | pipe_reverse2_test.c | 49 FD_SET(pip[0], &set); in main() 59 FD_SET(pip[0], &set); in main()
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ntp_select.h | 20 #if !defined(FD_SET) 23 # define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) macro
|
| /freebsd-13.1/contrib/apr/poll/unix/ |
| H A D | select.c | 114 FD_SET(fd, &readset); in apr_poll() 117 FD_SET(fd, &writeset); in apr_poll() 121 FD_SET(fd, &exceptset); in apr_poll() 278 FD_SET(fd, &(pollset->p->readset)); in impl_pollset_add() 281 FD_SET(fd, &(pollset->p->writeset)); in impl_pollset_add() 285 FD_SET(fd, &(pollset->p->exceptset)); in impl_pollset_add()
|
| /freebsd-13.1/usr.sbin/bluetooth/bthidd/ |
| H A D | client.c | 107 FD_SET(s->ctrl, &srv->wfdset); in client_rescan() 176 FD_SET(s->intr, &srv->wfdset); in client_connect() 205 FD_SET(fd, &srv->rfdset); in client_connect()
|
| H A D | server.c | 147 FD_SET(srv->ctrl, &srv->rfdset); in server_init() 148 FD_SET(srv->intr, &srv->rfdset); in server_init() 279 FD_SET(new_fd, &srv->rfdset); in server_accept()
|
| /freebsd-13.1/tests/sys/mqueue/ |
| H A D | mqtest3.c | 65 FD_SET(mq_getfd_np(mq), &set); in main() 98 FD_SET(mq_getfd_np(mq), &set); in main()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | SelectHelper.cpp | 182 FD_SET(fd, read_fdset_ptr); in Select() 185 FD_SET(fd, write_fdset_ptr); in Select() 188 FD_SET(fd, error_fdset_ptr); in Select()
|
| /freebsd-13.1/contrib/ncurses/ncurses/tty/ |
| H A D | lib_twait.c | 351 FD_SET(sp->_ifd, &set); in _nc_timed_wait() 357 FD_SET(fd, &set); in _nc_timed_wait() 367 FD_SET(ev->data.fev.fd, &set); in _nc_timed_wait() 381 FD_SET(sp->_ifd, &set); in _nc_timed_wait()
|
| /freebsd-13.1/contrib/nvi/cl/ |
| H A D | cl_read.c | 182 FD_SET(STDIN_FILENO, &rdfd); in cl_read() 225 FD_SET(STDIN_FILENO, &rdfd); in cl_read() 228 FD_SET(sp->script->sh_master, &rdfd); in cl_read()
|
| /freebsd-13.1/contrib/sendmail/libmilter/ |
| H A D | libmilter.h | 216 FD_SET((unsigned int) (sd), &(rds)); \ 218 FD_SET((unsigned int) (sd), &(excs)) 222 FD_SET((unsigned int) (sd), &(wrs))
|
| /freebsd-13.1/contrib/telnet/telnetd/ |
| H A D | defs.h | 119 #ifndef FD_SET 124 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) macro
|
| /freebsd-13.1/contrib/sendmail/libsm/ |
| H A D | refill.c | 75 FD_SET((fd), &sm_io_to_mask); \ 77 FD_SET((fd), &sm_io_x_mask); \
|
| /freebsd-13.1/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 785 FD_SET(net, &obits); in process_rings() 788 FD_SET(tout, &obits); in process_rings() 791 FD_SET(tin, &ibits); in process_rings() 794 FD_SET(net, &ibits); in process_rings() 798 FD_SET(net, &xbits); in process_rings()
|
| /freebsd-13.1/contrib/opie/ |
| H A D | opieauto.c | 333 FD_SET(parents, &fds); in main() 353 FD_SET(parents, &fds); in main() 373 FD_SET(s[i], &fds); in main()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/include/isc/ |
| H A D | net.h | 172 #undef FD_SET 173 #define FD_SET(fd, set) do { \ macro
|
| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | fdset.h | 20 #define SM_FD_SET(fd, pfdset) FD_SET(fd, pfdset)
|
| /freebsd-13.1/contrib/telnet/telnet/ |
| H A D | fdset.h | 40 #define FD_SET(n, p) ((p)->fds_bits[0] |= (1<<(n))) macro
|
| /freebsd-13.1/lib/libcasper/libcasper/ |
| H A D | libcasper_service.c | 243 FD_SET(fd, &fds); in casper_main_loop() 253 FD_SET(sock, &fds); in casper_main_loop()
|