/titanic_41/usr/src/uts/common/syscall/ |
H A D | ioctl.c | 113 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 D | open.c | 206 if ((filemode & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY)) in copen() 207 filemode &= ~FNDELAY; in copen()
|
H A D | fcntl.c | 239 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 D | open.c | 45 if (flags & FNDELAY) { in bc_open() 46 flags &= ~FNDELAY; in bc_open()
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_rds.c | 71 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred); in _init() 92 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred); in _fini()
|
H A D | socksctp.c | 243 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 D | socksdp.c | 195 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 D | file.h | 86 #define FNDELAY 0x04 macro
|
H A D | fcntl.h | 126 #define FNDELAY 0x04 macro
|
/titanic_41/usr/src/uts/common/io/ksocket/ |
H A D | ksocket_impl.h | 55 ((KSTOSO(so)->so_state & (SS_NDELAY|SS_NONBLOCK)) ? FNDELAY : 0)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | fcntlcom.h | 93 #define FNDELAY _FNDELAY macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | file.h | 84 #define FNDELAY 0x04 macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tty_pty.c | 496 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 D | random.c | 242 uiop->uio_fmode & (FNDELAY|FNONBLOCK)); in rnd_read()
|
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kutil.c | 98 if (fmode & (FNDELAY|FNONBLOCK)) in tli_recv()
|
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 346 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 D | ttymux_impl.h | 133 (!(flag & (FNDELAY|FNONBLOCK)) && \
|
/titanic_41/usr/src/uts/common/io/ib/clients/sdp/ |
H A D | sdpddi.c | 229 FNDELAY, kcred); in sdp_gen_ioctl()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsddi.c | 892 (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 D | sockcommon_sops.c | 324 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 D | sockcommon_vnops.c | 230 if (nflags & FNDELAY) in socket_vop_setfl()
|
/titanic_41/usr/src/uts/common/io/audio/impl/ |
H A D | audio_client.c | 358 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 D | av1394_async.c | 225 if (ap->a_oflag & FNDELAY) { in av1394_async_read()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 201 FREAD|FWRITE|FNDELAY, tiptr, CRED())) { in nd_init()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rds_recv.c | 468 if ((uio->uio_fmode & (FNDELAY | FNONBLOCK)) || in rdsv3_recvmsg()
|