/freebsd/contrib/ntp/libntp/ |
H A D | socket.c | 137 /* in vxWorks we use FIONBIO, but the others are defined for old in make_socket_nonblocking() 163 #elif defined(FIONBIO) in make_socket_nonblocking() 167 if (ioctl(fd, FIONBIO, &on) < 0) { in make_socket_nonblocking() 169 "ioctl(FIONBIO) fails on fd #%d: %m", in make_socket_nonblocking()
|
/freebsd/libexec/getty/ |
H A D | chat.c | 83 ioctl(STDIN_FILENO, FIONBIO, &on); in chat_alrm() 95 return ioctl(STDIN_FILENO, FIONBIO, &off); in chat_unalarm() 477 ioctl(STDIN_FILENO, FIONBIO, &off); in getty_chat()
|
/freebsd/sys/dev/null/ |
H A D | null.c | 114 case FIONBIO: in null_ioctl() 135 case FIONBIO: in zero_ioctl()
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_misc.c | 195 if (test_ioctl_setclearflag(reader_fd, FIONBIO, __func__, in test_ioctl() 201 if (test_ioctl_setclearflag(writer_fd, FIONBIO, __func__, in test_ioctl()
|
/freebsd/sys/sys/ |
H A D | filio.h | 47 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 318 # ifdef FIONBIO in BIO_socket_nbio() 321 ret = BIO_socket_ioctl(s, FIONBIO, &l); in BIO_socket_nbio()
|
/freebsd/tools/tools/netrate/tcpconnect/ |
H A D | tcpconnect.c | 84 if (fcntl(s, F_SETFL, FIONBIO, &i) < 0) in try_connect()
|
/freebsd/tools/regression/sockets/listen_kqueue/ |
H A D | listen_kqueue.c | 82 if (ioctl(sock, FIONBIO, &opt) == -1) in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | procfs4.sh | 114 if (ioctl(fd, FIONBIO, &n) != -1)
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 509 ioctl(tin, FIONBIO, (char *)&onoff); in TerminalNewMode() 510 ioctl(tout, FIONBIO, (char *)&onoff); in TerminalNewMode() 631 ioctl(fd, FIONBIO, (char *)&onoff); in NetNonblockingIO()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 675 ioctl(tin, FIONBIO, (char *)&onoff); in TerminalNewMode() 676 ioctl(tout, FIONBIO, (char *)&onoff); in TerminalNewMode() 733 ioctl(fd, FIONBIO, (char *)&onoff); in NetNonblockingIO()
|
/freebsd/contrib/libedit/ |
H A D | read.c | 182 #ifdef FIONBIO in read__fixio() 186 if (ioctl(fd, FIONBIO, &zero) == -1) in read__fixio()
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | server.c | 167 if (ioctl(fd, FIONBIO, &n) == -1) { in server_read()
|
H A D | channel.c | 96 if (ioctl(fd, FIONBIO, &n) == -1) { in channel_open()
|
/freebsd/usr.sbin/ypbind/ |
H A D | yp_ping.c | 265 ioctl(sock, FIONBIO, &dontblock); in __yp_ping()
|
/freebsd/sys/kern/ |
H A D | subr_log.c | 261 case FIONBIO: in logioctl()
|
H A D | uipc_syscalls.c | 173 (void) fo_ioctl(fp, FIONBIO, &fflag, td->td_ucred, td); in kern_socket() 387 (void) fo_ioctl(nfp, FIONBIO, &tmp, td->td_ucred, td); in kern_accept4() 612 (void) fo_ioctl(fp1, FIONBIO, &fflag, td->td_ucred, td); in kern_socketpair() 613 (void) fo_ioctl(fp2, FIONBIO, &fflag, td->td_ucred, td); in kern_socketpair()
|
H A D | sys_eventfd.c | 315 case FIONBIO: in eventfd_ioctl()
|
/freebsd/sys/dev/random/ |
H A D | randomdev.c | 386 case FIONBIO: in randomdev_ioctl()
|
/freebsd/contrib/pf/tftp-proxy/ |
H A D | tftp-proxy.c | 131 if (ioctl(fd, FIONBIO, &on) < 0) { in main()
|
/freebsd/usr.sbin/bhyve/ |
H A D | net_backends.c | 117 if (ioctl(be->fd, FIONBIO, &opt) < 0) { in tap_init()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 933 ioctl(f, FIONBIO, (char *)&on); in my_telnet() 934 ioctl(p, FIONBIO, (char *)&on); in my_telnet()
|
/freebsd/contrib/ldns/ |
H A D | net.c | 125 if(ioctlsocket(sockfd, FIONBIO, &on) != 0) { in ldns_sock_nonblock() 145 if(ioctlsocket(sockfd, FIONBIO, &off) != 0) { in ldns_sock_block()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 143 unsigned IOCTL_FIONBIO = FIONBIO;
|
/freebsd/sys/dev/tcp_log/ |
H A D | tcp_log_dev.c | 386 case FIONBIO: in tcp_log_dev_ioctl()
|