/titanic_41/usr/src/uts/common/syscall/ |
H A D | pipe.c | 119 if ((flags & ~(FCLOEXEC|FNONBLOCK)) != 0) { in pipe() 160 if (flags & FNONBLOCK) { in pipe() 163 iflags = flags & FNONBLOCK; in pipe()
|
H A D | open.c | 206 if ((filemode & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY)) in copen()
|
H A D | fcntl.c | 239 if ((iarg & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY)) in fcntl()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tty_pty.c | 488 if (uio->uio_fmode & FNONBLOCK) { in ptcread() 558 if (uio->uio_fmode & FNONBLOCK) { in ptcwrite() 596 if (uio->uio_fmode & FNONBLOCK) { in ptcwrite() 630 !(uio->uio_fmode & FNONBLOCK)) { in ptcwrite() 632 uio->uio_fmode |= FNONBLOCK; in ptcwrite() 642 if (uio->uio_fmode & FNONBLOCK) { in ptcwrite()
|
H A D | random.c | 242 uiop->uio_fmode & (FNDELAY|FNONBLOCK)); in rnd_read()
|
H A D | sysmsg.c | 414 flag | FNONBLOCK | FNDELAY, 0, &vp, 0, 0) == 0) in sysmopen()
|
/titanic_41/usr/src/ucbhead/sys/ |
H A D | file.h | 89 #define FNONBLOCK 0x80 /* Non-blocking flag (POSIX). */ macro
|
H A D | fcntl.h | 129 #define FNONBLOCK 0x80 macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | file.h | 89 #define FNONBLOCK 0x80 macro
|
/titanic_41/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_event.c | 62 if ((flag & ~FNONBLOCK) != (FREAD | FOFFMAX)) in ctfs_endpoint_open() 68 if (flag & FNONBLOCK) in ctfs_endpoint_open()
|
/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() 695 if (uiop->uio_fmode & FNONBLOCK) in fifo_read() 756 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) in fifo_read() 895 fmode = uiop->uio_fmode & (FNDELAY|FNONBLOCK); in fifo_write()
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 195 error = so_acceptq_dequeue(lso, (fflag & (FNONBLOCK|FNDELAY)), &nso); in sosdp_accept() 452 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sosdp_recvmsg() 461 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) { in sosdp_recvmsg() 513 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) in sosdp_sendmsg()
|
H A D | socksctp.c | 243 error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), nsop); in sosctp_accept() 551 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in sosctp_recvmsg() 695 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) || in sosctp_uiomove() 821 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) || in sosctp_sendmsg() 1061 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) || in sosctp_seq_sendmsg()
|
H A D | socksctpsubr.c | 321 if (fmode & (FNDELAY|FNONBLOCK)) in sosctp_assoc_waitconnected()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux_impl.h | 133 (!(flag & (FNDELAY|FNONBLOCK)) && \
|
/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() 1646 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in so_recvmsg()
|
H A D | sockcommon_vnops.c | 234 if (nflags & FNONBLOCK) in socket_vop_setfl()
|
H A D | socksyscalls.c | 156 fp->f_flag |= FNONBLOCK; in so_socket() 473 FNONBLOCK, _SOCONNECT_NOXLATE, CRED()); in so_socketpair() 509 nfp->f_flag |= FNONBLOCK; in so_socketpair() 751 arg |= FNONBLOCK; in accept()
|
H A D | nl7c.c | 934 error = so_lock_read_intr(so, nonblocking ? FNDELAY|FNONBLOCK : 0); in nl7c_process()
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | mqueue.c | 526 mqdnp->mqdn_flags = (oflag - FOPEN) & (FNONBLOCK); in mq_open() 1103 flag = FNONBLOCK; in mq_setattr()
|
/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()
|
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs_event.c | 140 ioflag = uiop->uio_fmode & (FNONBLOCK | FNDELAY); in sol_uverbs_event_file_read()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | ds_pri.c | 537 if (uiop->uio_fmode & (FNDELAY | FNONBLOCK)) { in ds_pri_read()
|
/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()
|