Searched refs:FNONBLOCK (Results 1 - 25 of 69) sorted by relevance

123

/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h153 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK|O_DIRECT|FEXEC)
155 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FRDAHEAD|O_DIRECT)
166 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FPOSIXSHM|FRDAHEAD| \
180 #define FNONBLOCK O_NONBLOCK /* kernel */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c119 if ((flags & ~(FCLOEXEC|FNONBLOCK)) != 0) {
160 if (flags & FNONBLOCK) {
163 iflags = flags & FNONBLOCK;
H A Dopen.c206 if ((filemode & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY))
H A Dfcntl.c240 if ((iarg & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY))
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h89 #define FNONBLOCK 0x80 /* Non-blocking flag (POSIX). */ macro
H A Dfcntl.h130 #define FNONBLOCK 0x80 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h91 #define FNONBLOCK 0x80 macro
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c98 if (fmode & (FNDELAY|FNONBLOCK))
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h133 (!(flag & (FNDELAY|FNONBLOCK)) && \
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c62 if ((flag & ~FNONBLOCK) != (FREAD | FOFFMAX))
68 if (flag & FNONBLOCK)
/illumos-gate/usr/src/uts/common/io/
H A Deventfd.c103 if (uio->uio_fmode & (FNDELAY|FNONBLOCK)) {
174 if (uio->uio_fmode & (FNDELAY|FNONBLOCK)) {
H A Dtty_pty.c489 if (uio->uio_fmode & FNONBLOCK) {
559 if (uio->uio_fmode & FNONBLOCK) {
597 if (uio->uio_fmode & FNONBLOCK) {
631 !(uio->uio_fmode & FNONBLOCK)) {
633 uio->uio_fmode |= FNONBLOCK;
643 if (uio->uio_fmode & FNONBLOCK) {
H A Drandom.c242 uiop->uio_fmode & (FNDELAY|FNONBLOCK));
H A Dtimerfd.c156 if (uio->uio_fmode & (FNDELAY|FNONBLOCK)) {
H A Dsysmsg.c414 flag | FNONBLOCK | FNDELAY, 0, &vp, 0, 0) == 0)
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c195 error = so_acceptq_dequeue(lso, (fflag & (FNONBLOCK|FNDELAY)), &nso);
437 * MSG_DONTWAIT Non-blocking (same as FNDELAY | FNONBLOCK)
452 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0));
461 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) {
513 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK))
H A Dsocksctp.c244 error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), nsop);
534 * MSG_DONTWAIT Non-blocking (same as FNDELAY | FNONBLOCK)
551 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0));
695 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) ||
821 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) ||
1061 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) ||
H A Dsocksctpsubr.c321 if (fmode & (FNDELAY|FNONBLOCK))
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c348 if (flag & (FNDELAY|FNONBLOCK)) {
384 if ((flag & (FNDELAY|FNONBLOCK)) && fnp->fn_rcnt == 0) {
647 * EAGAIN if FNONBLOCK is set and no data to read
695 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) {
697 if (uiop->uio_fmode & FNONBLOCK)
758 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK))
897 fmode = uiop->uio_fmode & (FNDELAY|FNONBLOCK);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c324 fflag & (FNONBLOCK|FNDELAY), id);
347 if ((error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)),
381 (uiop->uio_fmode & (FNONBLOCK|FNDELAY));
498 (fflag & (FNONBLOCK|FNDELAY));
1659 uiop->uio_fmode | ((flags & MSG_DONTWAIT) ? FNONBLOCK : 0));
H A Dsockcommon_vnops.c216 * Allow any flags. Record FNDELAY and FNONBLOCK so that they can be inherited
234 if (nflags & FNONBLOCK)
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c526 mqdnp->mqdn_flags = (oflag - FOPEN) & (FNONBLOCK);
1103 flag = FNONBLOCK;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c140 ioflag = uiop->uio_fmode & (FNONBLOCK | FNDELAY);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c468 if ((uio->uio_fmode & (FNDELAY | FNONBLOCK)) ||
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_pri.c537 if (uiop->uio_fmode & (FNDELAY | FNONBLOCK)) {

Completed in 117 milliseconds

123