Searched refs:FNDELAY (Results 1 - 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dopen.c45 if (flags & FNDELAY) {
46 flags &= ~FNDELAY;
/illumos-gate/usr/src/uts/common/syscall/
H A Dioctl.c113 fp->f_flag |= FNDELAY;
115 fp->f_flag &= ~FNDELAY;
142 fp->f_flag |= FNDELAY;
144 fp->f_flag &= ~FNDELAY;
H A Dopen.c206 if ((filemode & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY))
207 filemode &= ~FNDELAY;
H A Dfcntl.c240 if ((iarg & (FNONBLOCK|FNDELAY)) == (FNONBLOCK|FNDELAY))
241 iarg &= ~FNDELAY;
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_rds.c71 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred);
92 (void) ldi_close(rdsv3_transport_handle, FNDELAY, kcred);
H A Dsocksctp.c244 error = so_acceptq_dequeue(so, (fflag & (FNONBLOCK|FNDELAY)), nsop);
534 * MSG_DONTWAIT Non-blocking (same as FNDELAY | FNONBLOCK)
695 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) ||
821 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) ||
868 fflag |= FNDELAY;
984 flags |= FNDELAY;
1061 if ((uiop->uio_fmode & (FNDELAY|FNONBLOCK)) ||
H A Dsocksdp.c195 error = so_acceptq_dequeue(lso, (fflag & (FNONBLOCK|FNDELAY)), &nso);
437 * MSG_DONTWAIT Non-blocking (same as FNDELAY | FNONBLOCK)
461 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) {
513 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK))
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h86 #define FNDELAY 0x04 macro
H A Dfcntl.h127 #define FNDELAY 0x04 macro
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket_impl.h55 ((KSTOSO(so)->so_state & (SS_NDELAY|SS_NONBLOCK)) ? FNDELAY : 0)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h94 #define FNDELAY _FNDELAY macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h86 #define FNDELAY 0x04 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/boot/sys/sys/
H A Dfcntl.h181 #define FNDELAY O_NONBLOCK /* compat */ macro
/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 Drandom.c242 uiop->uio_fmode & (FNDELAY|FNONBLOCK));
H A Dtty_pty.c497 if (uio->uio_fmode & FNDELAY)
567 if (uio->uio_fmode & FNDELAY)
607 if (uio->uio_fmode & FNDELAY)
653 if (uio->uio_fmode & FNDELAY)
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c229 FNDELAY, kcred);
/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) {
645 * (4) no data and FNDELAY flag is set.
695 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK)) {
758 if (uiop->uio_fmode & (FNDELAY|FNONBLOCK))
897 fmode = uiop->uio_fmode & (FNDELAY|FNONBLOCK);
919 if (fmode & FNDELAY)
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_client.c358 if (uio->uio_fmode & (FNONBLOCK|FNDELAY)) {
426 if (uio->uio_fmode & (FNONBLOCK|FNDELAY)) {
1295 if (oflag & FNDELAY)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c216 * Allow any flags. Record FNDELAY and FNONBLOCK so that they can be inherited
230 if (nflags & FNDELAY)
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));
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c206 FREAD|FWRITE|FNDELAY, tiptr, CRED())) {
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c227 if (ap->a_oflag & FNDELAY) {

Completed in 101 milliseconds

1234