Searched refs:O_NONBLOCK (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddnonblock.c36 c = a | O_NONBLOCK;
38 c = a & ~O_NONBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/libdaemon/
H A Ddnonblock.c36 c = a | O_NONBLOCK;
38 c = a & ~O_NONBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtimerfd.h11 /* For O_CLOEXEC and O_NONBLOCK */
23 #define TFD_NONBLOCK O_NONBLOCK
H A Deventfd.h24 #define EFD_NONBLOCK O_NONBLOCK
26 #define EFD_SHARED_FCNTL_FLAGS (O_CLOEXEC | O_NONBLOCK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dfcntl.h10 #define O_NONBLOCK 0x4000 macro
14 #define O_NDELAY (0x0004 | O_NONBLOCK)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Ddevice_open.c17 m = mode | O_NONBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dfdutil.c55 if (n & O_NONBLOCK)
58 return fcntl(fd, F_SETFL, n|O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dfdutil.c55 if (n & O_NONBLOCK)
58 return fcntl(fd, F_SETFL, n|O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dnonblock.c60 return sfcntl(sockfd, F_SETFL, flags | O_NONBLOCK);
62 return sfcntl(sockfd, F_SETFL, flags & (~O_NONBLOCK));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfcntl.in.h75 #ifndef O_NONBLOCK
76 # define O_NONBLOCK O_NDELAY macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dfgetsetflags.c35 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
H A Dfgetsetversion.c32 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dpidfile.c25 #ifndef O_NONBLOCK
26 #define O_NONBLOCK macro
41 fd = sys_open(pidFile, O_NONBLOCK | O_RDONLY, 0644);
115 fd = sys_open(pidFile, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dfdmisc.c47 if (fcntl (fd, F_SETFL, O_NONBLOCK) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dfcntl.h11 #define O_NONBLOCK 000200004 /* HPUX has separate NDELAY & NONBLOCK */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dfcntl.h9 #define O_NONBLOCK 00004 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dfcntl.h37 #ifndef O_NONBLOCK
38 #define O_NONBLOCK 00004000 macro
84 #define O_NDELAY O_NONBLOCK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dpty.c51 fd = open (dev, O_RDWR | O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfcntl.h14 #define O_NONBLOCK 0x0080 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Deject.c48 dev = xopen(device, O_RDONLY|O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Disrv_identd.c35 buf->fd_flag = fcntl(fd, F_GETFL) | O_NONBLOCK;
49 if (buf->fd_flag & O_NONBLOCK)
74 if (buf->fd_flag & O_NONBLOCK)
75 fcntl(fd, F_SETFL, buf->fd_flag & ~O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Deventfd.c43 if ((fcntl(e->fd[0], F_SETFL, O_NONBLOCK) < 0) ||
44 (fcntl(e->fd[1], F_SETFL, O_NONBLOCK) < 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Drmmod.c45 unsigned int flags = O_NONBLOCK|O_EXCL;
52 flags &= ~O_NONBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Devent.c42 fcntl(e->fds[0], F_SETFL, O_NONBLOCK);

Completed in 190 milliseconds

1234567891011>>