Home
last modified time | relevance | path

Searched refs:FNONBLOCK (Results 1 – 25 of 65) sorted by relevance

123

/titanic_41/usr/src/uts/common/syscall/
H A Dpipe.c119 if ((flags & ~(FCLOEXEC|FNONBLOCK)) != 0) { in pipe()
160 if (flags & FNONBLOCK) { in pipe()
163 iflags = flags & FNONBLOCK; in pipe()
H A Dopen.c206 if ((filemode & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY)) in copen()
H A Dfcntl.c239 if ((iarg & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY)) in fcntl()
/titanic_41/usr/src/uts/common/io/
H A Dtty_pty.c488 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 Drandom.c242 uiop->uio_fmode & (FNDELAY|FNONBLOCK)); in rnd_read()
H A Dsysmsg.c414 flag | FNONBLOCK | FNDELAY, 0, &vp, 0, 0) == 0) in sysmopen()
/titanic_41/usr/src/ucbhead/sys/
H A Dfile.h89 #define FNONBLOCK 0x80 /* Non-blocking flag (POSIX). */ macro
H A Dfcntl.h129 #define FNONBLOCK 0x80 macro
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h89 #define FNONBLOCK 0x80 macro
/titanic_41/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c62 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 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()
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 Dsocksdp.c195 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 Dsocksctp.c243 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 Dsocksctpsubr.c321 if (fmode & (FNDELAY|FNONBLOCK)) in sosctp_assoc_waitconnected()
/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h133 (!(flag & (FNDELAY|FNONBLOCK)) && \
/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()
1646 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0)); in so_recvmsg()
H A Dsockcommon_vnops.c234 if (nflags & FNONBLOCK) in socket_vop_setfl()
H A Dsocksyscalls.c156 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 Dnl7c.c934 error = so_lock_read_intr(so, nonblocking ? FNDELAY|FNONBLOCK : 0); in nl7c_process()
/titanic_41/usr/src/lib/libc/port/rt/
H A Dmqueue.c526 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 Drds_recv.c468 if ((uio->uio_fmode & (FNDELAY | FNONBLOCK)) || in rdsv3_recvmsg()
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c140 ioflag = uiop->uio_fmode & (FNONBLOCK | FNDELAY); in sol_uverbs_event_file_read()
/titanic_41/usr/src/uts/sun4v/io/
H A Dds_pri.c537 if (uiop->uio_fmode & (FNDELAY | FNONBLOCK)) { in ds_pri_read()
/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()

123