/titanic_41/usr/src/uts/common/syscall/ |
H A D | ioctl.c | 106 case FIONBIO: in ioctl() 135 case FIONBIO: in ioctl()
|
/titanic_41/usr/src/cmd/vscan/vscand/ |
H A D | vs_eng.c | 151 #ifdef FIONBIO 719 #ifdef FIONBIO /* Use non-blocking mode for connect. */ in vs_eng_connect() 753 #ifdef FIONBIO 762 if ((ioctl(sockfd, FIONBIO, &nbio)) < 0) in nbio_connect() 794 (void) ioctl(sockfd, FIONBIO, &nbio); in nbio_connect()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | filio.h | 27 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | filio.h | 60 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_files.c | 84 OK(ioctl(fd, FIONBIO, (char *)&on)); in evSelectFD() 207 (void) ioctl(del->fd, FIONBIO, (char *)&off); in evDeselectFD()
|
H A D | ev_connects.c | 83 OKFREE(ioctl(fd, FIONBIO, (char *)&on), new); in evListen() 172 OK(ioctl(this->fd, FIONBIO, (char *)&off)); in evCancelConn()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 541 (void) ioctl(tin, FIONBIO, &onoff); 542 (void) ioctl(tout, FIONBIO, &onoff); 616 (void) ioctl(fd, FIONBIO, &onoff);
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 273 ioctlsocket(sockfd, FIONBIO, &nonblock); 428 ioctlsocket(sockfd, FIONBIO, &block); 450 if ( FIONBIO != option ) { 456 err = ioctlsocket( s, FIONBIO, &iostatus ); 458 err = ioctl( s, FIONBIO, (caddr_t)statusp ); 634 err = (*ioctlfn)( s, FIONBIO, &iostatus );
|
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starcat/ |
H A D | cvcd.c | 343 err = ioctl(fd, FIONBIO, &opt); 517 err = ioctl(fd, FIONBIO, &optval);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rsh.c | 692 (void) ioctl(rfd2, FIONBIO, &one); in main() 693 (void) ioctl(rem, FIONBIO, &one); in main()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rexecd.c | 384 (void) ioctl(pv[0], FIONBIO, (char *)&one); in doit()
|
H A D | in.rshd.c | 943 if (ioctl(pv[0], FIONBIO, (char *)&one) == -1) in doit() 946 ioctl(pw[0], FIONBIO, (char *)&one) == -1) in doit()
|
H A D | in.rlogind.c | 1207 (void) ioctl(f, FIONBIO, &on); in doit() 1208 (void) ioctl(p, FIONBIO, &on); in doit()
|
H A D | in.telnetd.c | 3266 if (ioctl(net, FIONBIO, &on) == -1) in telnet() 3268 if (ioctl(master, FIONBIO, &on) == -1) in telnet()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | unix_login.c | 272 ioctl(Master, FIONBIO, &on);
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | clnt_udp.c | 187 (void) ioctl(*sockp, FIONBIO, (char *) &dontblock);
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tty_pty.c | 775 case FIONBIO: in ptcioctl()
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 965 case FIONBIO: in sosdp_ioctl()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.lex.c | 1349 (void) ioctl(SHIN, FIONBIO, (char *)&off);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 1036 if (ioctlsocket(listenfd, FIONBIO, &opt) != 0) in udsserver_init() 1283 if (ioctlsocket(sd, FIONBIO, &optval) != 0) in connect_callback() 1409 if (ioctlsocket(errfd, FIONBIO, &opt) != 0) in request_callback()
|
/titanic_41/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 352 return ioctlsocket(sock, FIONBIO, (const void *)&one); in setnbio()
|
/titanic_41/usr/src/uts/common/io/idm/ |
H A D | idm_so.c | 2987 rc = ksocket_ioctl(ks, FIONBIO, (intptr_t)&nonblocking, &rval, in idm_so_timed_socket_connect() 3040 (void) ksocket_ioctl(ks, FIONBIO, (intptr_t)&nonblocking, &rval, in idm_so_timed_socket_connect()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 753 if (ioctlsocket(fd, FIONBIO, (const void *) &one)) in start_connection()
|
/titanic_41/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 1235 case FIONBIO: /* Non-blocking I/O */ in bpfioctl()
|
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1179 case FIONBIO: in fifo_fastioctl()
|