Searched refs:O_NDELAY (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfcntl.in.h67 #ifndef O_NDELAY
68 # define O_NDELAY 0 macro
76 # define O_NONBLOCK O_NDELAY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fcntl.c24 int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h7 #define O_NDELAY 0x0004 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h14 #define O_NDELAY (0x0004 | O_NONBLOCK) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dfcntl.h51 #ifndef O_NDELAY
52 #define O_NDELAY O_NONBLOCK macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A DMakefile.linux10 CDEF4= -DFNDELAY=O_NDELAY # Old name value
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Drunit_lib.c212 return open(fn, O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
217 return open(fn, O_RDONLY|O_NDELAY);
222 return open(fn,O_WRONLY | O_NDELAY | O_TRUNC | O_CREAT,0644);
227 return open(fn, O_WRONLY|O_NDELAY);
H A Drunsv.c497 O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
508 fd = xopen(".", O_RDONLY|O_NDELAY);
521 O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
528 svd[0].fdcontrol = xopen("log/supervise/control"+4, O_RDONLY|O_NDELAY);
530 svd[0].fdcontrolwrite = xopen("log/supervise/control"+4, O_WRONLY|O_NDELAY);
535 svd[1].fdcontrol = xopen("log/supervise/control", O_RDONLY|O_NDELAY);
537 svd[1].fdcontrolwrite = xopen("log/supervise/control", O_WRONLY|O_NDELAY);
542 fd = xopen("log/supervise/ok"+4, O_RDONLY|O_NDELAY);
546 fd = xopen("log/supervise/ok", O_RDONLY|O_NDELAY);
H A Dsvlogd.c202 fd = xopen(ld->fnsave, O_RDONLY|O_NDELAY);
205 fd = xopen(ld->fnsave, O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT);
211 close(xopen("state", O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT));
212 fd = xopen("state", O_RDONLY|O_NDELAY);
215 fd = xopen("newstate", O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT);
359 while ((ld->fdcur = open("current", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600)) == -1)
480 ld->fddir = open(fn, O_RDONLY|O_NDELAY);
491 ld->fdlock = open("lock", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
621 while ((ld->fdcur = open("current", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600)) == -1)
853 fdwdir = xopen(".", O_RDONLY|O_NDELAY);
[all...]
H A Dchpst.c89 wdir = xopen(".", O_RDONLY | O_NDELAY);
104 fd = open(d->d_name, O_RDONLY | O_NDELAY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dioctl.c113 if(O_NONBLOCK != O_NDELAY)
114 flag |= O_NDELAY;
H A Dfcntl.c202 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | FASYNC | O_DIRECT | O_NOATIME)
222 if (O_NONBLOCK != O_NDELAY)
223 if (arg & O_NDELAY)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dslattach.c185 handle = open(*argv, O_RDWR | O_NDELAY);
188 handle = xopen(buf, O_RDWR | O_NDELAY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dmapi.h169 #define FILP_DELAY_FLAG(filp) ((filp->f_flags&(O_NDELAY|O_NONBLOCK)) ? \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dutil.c110 #define FLAG_TO_SET O_NDELAY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dutil.c116 #define FLAG_TO_SET O_NDELAY
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dscsi.c98 #ifdef O_NDELAY
99 | O_NDELAY
H A Ddevices.c376 {"/dev/rdsk/c0t4d0s2", 'J', RJAZ(O_NDELAY)},
377 {"/dev/rdsk/c0t5d0s2", 'Z', RZIP(O_NDELAY)},
485 {"/dev/rsd4c", 'J', RJAZ(O_NDELAY)},
486 {"/dev/rsd5c", 'Z', RZIP(O_NDELAY)},
857 {"/dev/rfp020", 'A', 12,O_NDELAY,40,2, 9, 0, MDEF_ARG},
H A Dconfig.c105 #ifdef O_NDELAY
106 { "nodelay", O_NDELAY },
807 #ifdef O_NDELAY
808 if((dev->mode & O_NDELAY))
H A Dmzip.c330 #ifdef O_NDELAY
331 | O_NDELAY
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/aoe/
H A Daoechr.c194 if (filp->f_flags & O_NDELAY) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwb_common.c115 if SYSV use O_NDELAY
134 #define FLAG_TO_SET O_NDELAY
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Ddo_mounts.c363 fd = sys_open("/dev/root", O_RDWR | O_NDELAY, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c980 if (filp->f_flags & (O_NDELAY|O_NONBLOCK))
1189 if (filp->f_flags & (O_NDELAY|O_NONBLOCK))
1246 if (filp->f_flags & (O_NDELAY|O_NONBLOCK))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Ddigi_acceleport.c1473 if( priv->dp_in_close && (filp->f_flags&(O_NDELAY|O_NONBLOCK)) == 0 ) {
1545 if( (filp->f_flags&(O_NDELAY|O_NONBLOCK)) == 0 ) {
1556 if( (filp->f_flags&(O_NDELAY|O_NONBLOCK)) == 0 ) {

Completed in 315 milliseconds

12