Home
last modified time | relevance | path

Searched refs:FNDELAY (Results 1 – 25 of 75) sorted by relevance

123

/titanic_41/usr/src/uts/common/syscall/
H A Dioctl.c113 fp->f_flag |= FNDELAY; in ioctl()
115 fp->f_flag &= ~FNDELAY; in ioctl()
142 fp->f_flag |= FNDELAY; in ioctl()
144 fp->f_flag &= ~FNDELAY; in ioctl()
H A Dopen.c206 if ((filemode & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY)) in copen()
207 filemode &= ~FNDELAY; in copen()
H A Dfcntl.c239 if ((iarg & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY)) in fcntl()
240 iarg &= ~FNDELAY; in fcntl()
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/
H A Dopen.c45 if (flags & FNDELAY) { in bc_open()
46 flags &= ~FNDELAY; in bc_open()
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_rds.c71 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred); in _init()
92 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred); in _fini()
H A Dsocksctp.c243 error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), nsop); in sosctp_accept()
695 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) || in sosctp_uiomove()
821 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) || in sosctp_sendmsg()
868 fflag |= FNDELAY; in sosctp_sendmsg()
984 flags |= FNDELAY; in sosctp_seq_sendmsg()
1061 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) || in sosctp_seq_sendmsg()
H A Dsocksdp.c195 error = so_acceptq_dequeue(lso, (fflag & (FNONBLOCK|FNDELAY)), &nso); in sosdp_accept()
461 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) { in sosdp_recvmsg()
513 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) in sosdp_sendmsg()
/titanic_41/usr/src/ucbhead/sys/
H A Dfile.h86 #define FNDELAY 0x04 macro
H A Dfcntl.h126 #define FNDELAY 0x04 macro
/titanic_41/usr/src/uts/common/io/ksocket/
H A Dksocket_impl.h55 ((KSTOSO(so)->so_state & (SS_NDELAY|SS_NONBLOCK)) ? FNDELAY : 0)
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h93 #define FNDELAY _FNDELAY macro
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h84 #define FNDELAY 0x04 macro
/titanic_41/usr/src/uts/common/io/
H A Dtty_pty.c496 if (uio->uio_fmode & FNDELAY) in ptcread()
566 if (uio->uio_fmode & FNDELAY) in ptcwrite()
606 if (uio->uio_fmode & FNDELAY) in ptcwrite()
652 if (uio->uio_fmode & FNDELAY) in ptcwrite()
H A Drandom.c242 uiop->uio_fmode & (FNDELAY|FNONBLOCK)); in rnd_read()
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kutil.c98 if (fmode & (FNDELAY|FNONBLOCK)) in tli_recv()
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c346 if (flag & (FNDELAY|FNONBLOCK)) { in fifo_open()
382 if ((flag & (FNDELAY|FNONBLOCK)) && fnp->fn_rcnt == 0) { in fifo_open()
693 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) { in fifo_read()
756 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) in fifo_read()
895 fmode = uiop->uio_fmode & (FNDELAY|FNONBLOCK); in fifo_write()
917 if (fmode & FNDELAY) in fifo_write()
/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h133 (!(flag & (FNDELAY|FNONBLOCK)) && \
/titanic_41/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c229 FNDELAY, kcred); in sdp_gen_ioctl()
/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c892 (void) ldi_close(rds_transport_handle, FNDELAY, kcred); in rds_close_transport_driver()
934 (void) ldi_close(rds_transport_handle, FNDELAY, kcred); in rds_open_transport_driver()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c324 fflag & (FNONBLOCK|FNDELAY), id); in so_connect()
347 if ((error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), in so_accept()
381 (uiop->uio_fmode & (FNONBLOCK|FNDELAY)); in so_sendmsg()
498 (fflag & (FNONBLOCK|FNDELAY)); in so_sendmblk_impl()
H A Dsockcommon_vnops.c230 if (nflags & FNDELAY) in socket_vop_setfl()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c358 if (uio->uio_fmode & (FNONBLOCK|FNDELAY)) { in auclnt_read()
426 if (uio->uio_fmode & (FNONBLOCK|FNDELAY)) { in auclnt_write()
1295 if (oflag & FNDELAY) in auclnt_open()
/titanic_41/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c225 if (ap->a_oflag & FNDELAY) { in av1394_async_read()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c201 FREAD|FWRITE|FNDELAY, tiptr, CRED())) { in nd_init()
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c468 if ((uio->uio_fmode & (FNDELAY | FNONBLOCK)) || in rdsv3_recvmsg()

123