/linux-2.4.37.9/net/khttpd/ |
D | main.c | 82 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()
|
D | accept.c | 83 error = Socket->ops->accept(Socket,NewSock,O_NONBLOCK); in AcceptConnections()
|
/linux-2.4.37.9/include/asm-s390x/ |
D | fcntl.h | 22 #define O_NONBLOCK 04000 macro 23 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-ia64/ |
D | fcntl.h | 23 #define O_NONBLOCK 04000 macro 24 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | fcntl.h | 15 #define O_NONBLOCK 04000 macro 16 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-alpha/ |
D | fcntl.h | 15 #define O_NONBLOCK 00004 macro 17 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-s390/ |
D | fcntl.h | 22 #define O_NONBLOCK 04000 macro 23 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-sh/ |
D | fcntl.h | 15 #define O_NONBLOCK 04000 macro 16 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-sh64/ |
D | fcntl.h | 15 #define O_NONBLOCK 04000 macro 16 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-arm/ |
D | fcntl.h | 15 #define O_NONBLOCK 04000 macro 16 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-i386/ |
D | fcntl.h | 15 #define O_NONBLOCK 04000 macro 16 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-m68k/ |
D | fcntl.h | 15 #define O_NONBLOCK 04000 macro 16 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-cris/ |
D | fcntl.h | 17 #define O_NONBLOCK 04000 macro 18 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-sparc/ |
D | fcntl.h | 17 #define O_NONBLOCK 0x4000 macro 18 #define O_NDELAY (0x0004 | O_NONBLOCK)
|
/linux-2.4.37.9/include/asm-parisc/ |
D | fcntl.h | 17 #define O_NONBLOCK 00200004 /* HPUX has separate NDELAY & NONBLOCK */ macro 18 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-ppc/ |
D | fcntl.h | 15 #define O_NONBLOCK 04000 macro 16 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | fcntl.h | 22 #define O_NONBLOCK 04000 macro 23 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-mips/ |
D | fcntl.h | 19 #define O_NONBLOCK 0x0080 macro 30 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 19 #define O_NONBLOCK 0x0080 macro 30 #define O_NDELAY O_NONBLOCK
|
/linux-2.4.37.9/fs/ |
D | fifo.c | 60 if ((filp->f_flags & O_NONBLOCK)) { in fifo_open() 80 if ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) in fifo_open()
|
D | ioctl.c | 72 flag = O_NONBLOCK; in sys_ioctl() 75 if(O_NONBLOCK != O_NDELAY) in sys_ioctl()
|
D | pipe.c | 68 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/ |
D | amd768_rng.c | 104 if (filp->f_flags & O_NONBLOCK) { in rng_dev_open() 152 if (filp->f_flags & O_NONBLOCK) in rng_dev_read()
|
D | i810_rng.c | 190 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/ |
D | fcntl.h | 18 #define O_NONBLOCK 0x4000 macro
|