Searched refs:FIONBIO (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-9.3-release/sys/sys/
H A Dfilio.h47 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsocket.c137 /* in vxWorks we use FIONBIO, but the others are defined for old
163 #elif defined(FIONBIO)
167 if (ioctl(fd, FIONBIO, &on) < 0) {
169 "ioctl(FIONBIO) fails on fd #%d: %m",
/freebsd-9.3-release/libexec/getty/
H A Dchat.c86 ioctl(STDIN_FILENO, FIONBIO, &on);
98 return ioctl(STDIN_FILENO, FIONBIO, &off);
480 ioctl(STDIN_FILENO, FIONBIO, &off);
/freebsd-9.3-release/sys/dev/null/
H A Dnull.c96 case FIONBIO:
117 case FIONBIO:
/freebsd-9.3-release/tools/regression/fifo/fifo_misc/
H A Dfifo_misc.c196 if (test_ioctl_setclearflag(reader_fd, FIONBIO, __func__,
197 "reader_fd", "FIONBIO") < 0) {
202 if (test_ioctl_setclearflag(writer_fd, FIONBIO, __func__,
203 "writer_fd", "FIONBIO") < 0) {
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dser-tcp.c29 #include <sys/filio.h> /* For FIONBIO. */
32 #include <sys/ioctl.h> /* For FIONBIO. */
112 ioctl (scb->fd, FIONBIO, &tmp);
180 ioctl (scb->fd, FIONBIO, &tmp);
/freebsd-9.3-release/tools/tools/netrate/tcpconnect/
H A Dtcpconnect.c86 if (fcntl(s, F_SETFL, FIONBIO, &i) < 0)
/freebsd-9.3-release/contrib/amd/amd/
H A Drpc_fwd.c157 #ifdef FIONBIO
159 #endif /* FIONBIO */
190 #ifdef FIONBIO
191 && ioctl(fwd_sock, FIONBIO, &on) < 0
192 #endif /* FIONBIO */
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_time.c191 #ifdef FIONBIO
215 #ifdef FIONBIO
242 #ifdef FIONBIO
328 #ifdef FIONBIO
H A Ds_client.c155 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
156 # undef FIONBIO macro
181 #ifdef FIONBIO
240 #ifdef FIONBIO
412 #ifdef FIONBIO
567 #ifdef FIONBIO
810 #ifdef FIONBIO
814 if (BIO_socket_ioctl(s, FIONBIO, &l) < 0) {
H A Ds_server.c183 /* FIONBIO used as a switch to enable ioctl, and that isn't in VMS < 7.0 */
184 # undef FIONBIO macro
267 #ifdef FIONBIO
315 # ifdef FIONBIO
383 #ifdef FIONBIO
835 #ifdef FIONBIO
946 #ifdef FIONBIO
952 #ifdef FIONBIO
1590 #ifdef FIONBIO
1596 if (BIO_socket_ioctl(s, FIONBIO,
[all...]
/freebsd-9.3-release/usr.bin/rsh/
H A Drsh.c227 (void)ioctl(rfd2, FIONBIO, &one);
228 (void)ioctl(rem, FIONBIO, &one);
/freebsd-9.3-release/sys/dev/random/
H A Drandomdev.c160 case FIONBIO:
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c680 ioctl(tin, FIONBIO, (char *)&onoff);
681 ioctl(tout, FIONBIO, (char *)&onoff);
803 ioctl(fd, FIONBIO, (char *)&onoff);
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c509 ioctl(tin, FIONBIO, (char *)&onoff);
510 ioctl(tout, FIONBIO, (char *)&onoff);
631 ioctl(fd, FIONBIO, (char *)&onoff);
/freebsd-9.3-release/lib/libedit/
H A Dread.c158 #ifdef FIONBIO
162 if (ioctl(fd, FIONBIO, (ioctl_t) & zero) == -1)
167 #endif /* FIONBIO */
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c301 ioctl(f, FIONBIO, &on);
302 ioctl(master, FIONBIO, &on);
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_filio.c231 case SVR4_FIONBIO: cmd = FIONBIO; break;
/freebsd-9.3-release/sys/kern/
H A Dsubr_log.c266 case FIONBIO:
H A Dsys_socket.c127 case FIONBIO:
/freebsd-9.3-release/usr.sbin/bluetooth/btpand/
H A Dchannel.c95 if (ioctl(fd, FIONBIO, &n) == -1) {
H A Dserver.c162 if (ioctl(fd, FIONBIO, &n) == -1) {
/freebsd-9.3-release/usr.sbin/ypbind/
H A Dyp_ping.c274 ioctl(sock, FIONBIO, &dontblock);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_task.c142 #ifdef FIONBIO
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c862 (void) ioctl(f, FIONBIO, (char *)&on);
863 (void) ioctl(p, FIONBIO, (char *)&on);

Completed in 245 milliseconds

123