Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (Results 1 – 25 of 223) sorted by relevance

123456789

/linux-2.4.37.9/net/khttpd/
Dmain.c82 if (threadinfo[CPUNR].DataSendingQueue!=NULL) return O_NONBLOCK; in ConnectionsPending()
83 if (threadinfo[CPUNR].WaitForHeaderQueue!=NULL) return O_NONBLOCK; in ConnectionsPending()
84 if (threadinfo[CPUNR].LoggingQueue!=NULL) return O_NONBLOCK; in ConnectionsPending()
85 if (threadinfo[CPUNR].UserspaceQueue!=NULL) return O_NONBLOCK; in ConnectionsPending()
Daccept.c83 error = Socket->ops->accept(Socket,NewSock,O_NONBLOCK); in AcceptConnections()
/linux-2.4.37.9/include/asm-s390x/
Dfcntl.h22 #define O_NONBLOCK 04000 macro
23 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-ia64/
Dfcntl.h23 #define O_NONBLOCK 04000 macro
24 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-x86_64/
Dfcntl.h15 #define O_NONBLOCK 04000 macro
16 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-alpha/
Dfcntl.h15 #define O_NONBLOCK 00004 macro
17 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-s390/
Dfcntl.h22 #define O_NONBLOCK 04000 macro
23 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-sh/
Dfcntl.h15 #define O_NONBLOCK 04000 macro
16 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-sh64/
Dfcntl.h15 #define O_NONBLOCK 04000 macro
16 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-arm/
Dfcntl.h15 #define O_NONBLOCK 04000 macro
16 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-i386/
Dfcntl.h15 #define O_NONBLOCK 04000 macro
16 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-m68k/
Dfcntl.h15 #define O_NONBLOCK 04000 macro
16 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-cris/
Dfcntl.h17 #define O_NONBLOCK 04000 macro
18 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-sparc/
Dfcntl.h17 #define O_NONBLOCK 0x4000 macro
18 #define O_NDELAY (0x0004 | O_NONBLOCK)
/linux-2.4.37.9/include/asm-parisc/
Dfcntl.h17 #define O_NONBLOCK 00200004 /* HPUX has separate NDELAY & NONBLOCK */ macro
18 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-ppc/
Dfcntl.h15 #define O_NONBLOCK 04000 macro
16 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-ppc64/
Dfcntl.h22 #define O_NONBLOCK 04000 macro
23 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-mips/
Dfcntl.h19 #define O_NONBLOCK 0x0080 macro
30 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h19 #define O_NONBLOCK 0x0080 macro
30 #define O_NDELAY O_NONBLOCK
/linux-2.4.37.9/fs/
Dfifo.c60 if ((filp->f_flags & O_NONBLOCK)) { in fifo_open()
80 if ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) in fifo_open()
Dioctl.c72 flag = O_NONBLOCK; in sys_ioctl()
75 if(O_NONBLOCK != O_NDELAY) in sys_ioctl()
Dpipe.c68 if (filp->f_flags & O_NONBLOCK) in pipe_read()
112 if (count && PIPE_WAITING_WRITERS(*inode) && !(filp->f_flags & O_NONBLOCK)) { in pipe_read()
166 if (filp->f_flags & O_NONBLOCK) { in pipe_write()
209 if (filp->f_flags & O_NONBLOCK) in pipe_write()
/linux-2.4.37.9/drivers/char/
Damd768_rng.c104 if (filp->f_flags & O_NONBLOCK) { in rng_dev_open()
152 if (filp->f_flags & O_NONBLOCK) in rng_dev_read()
Di810_rng.c190 if (filp->f_flags & O_NONBLOCK) { in rng_dev_open()
244 if (filp->f_flags & O_NONBLOCK) in rng_dev_read()
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h18 #define O_NONBLOCK 0x4000 macro

123456789