Home
last modified time | relevance | path

Searched refs:FIONBIO (Results 1 – 25 of 30) sorted by relevance

12

/titanic_41/usr/src/uts/common/syscall/
H A Dioctl.c106 case FIONBIO: in ioctl()
135 case FIONBIO: in ioctl()
/titanic_41/usr/src/cmd/vscan/vscand/
H A Dvs_eng.c151 #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 Dfilio.h27 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dfilio.h60 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */ macro
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c84 OK(ioctl(fd, FIONBIO, (char *)&on)); in evSelectFD()
207 (void) ioctl(del->fd, FIONBIO, (char *)&off); in evDeselectFD()
H A Dev_connects.c83 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 Dsys_bsd.c541 (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 Dos-ip.c273 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 Dcvcd.c343 err = ioctl(fd, FIONBIO, &opt);
517 err = ioctl(fd, FIONBIO, &optval);
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c692 (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 Din.rexecd.c384 (void) ioctl(pv[0], FIONBIO, (char *)&one); in doit()
H A Din.rshd.c943 if (ioctl(pv[0], FIONBIO, (char *)&one) == -1) in doit()
946 ioctl(pw[0], FIONBIO, (char *)&one) == -1) in doit()
H A Din.rlogind.c1207 (void) ioctl(f, FIONBIO, &on); in doit()
1208 (void) ioctl(p, FIONBIO, &on); in doit()
H A Din.telnetd.c3266 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 Dunix_login.c272 ioctl(Master, FIONBIO, &on);
/titanic_41/usr/src/ucblib/librpcsoc/
H A Dclnt_udp.c187 (void) ioctl(*sockp, FIONBIO, (char *) &dontblock);
/titanic_41/usr/src/uts/common/io/
H A Dtty_pty.c775 case FIONBIO: in ptcioctl()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c965 case FIONBIO: in sosdp_ioctl()
/titanic_41/usr/src/cmd/csh/
H A Dsh.lex.c1349 (void) ioctl(SHIN, FIONBIO, (char *)&off);
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c1036 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 Dnetwork.c352 return ioctlsocket(sock, FIONBIO, (const void *)&one); in setnbio()
/titanic_41/usr/src/uts/common/io/idm/
H A Didm_so.c2987 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 Dsendto_kdc.c753 if (ioctlsocket(fd, FIONBIO, (const void *) &one)) in start_connection()
/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c1235 case FIONBIO: /* Non-blocking I/O */ in bpfioctl()
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1179 case FIONBIO: in fifo_fastioctl()

12