/external/strace/xlat/ |
D | open_mode_flags.in | 90 #if defined O_NDELAY && O_NDELAY & O_NONBLOCK /* O_NDELAY is unusual */ 93 /* On sparc32 O_NDELAY is erroneously defined to (0x0004 | O_NONBLOCK). */ 94 /* On many architectures O_NDELAY is defined to O_NONBLOCK. */ 96 # undef O_NDELAY 98 #endif /* O_NDELAY & O_NONBLOCK */ 101 O_NDELAY 04 103 O_NDELAY
|
D | open_mode_flags.h | 264 #if defined O_NDELAY && O_NDELAY & O_NONBLOCK 267 # undef O_NDELAY 271 #if defined(O_NDELAY) || (defined(HAVE_DECL_O_NDELAY) && HAVE_DECL_O_NDELAY) 273 static_assert((O_NDELAY) == (04), "O_NDELAY != 04"); 276 # define O_NDELAY 04 686 #if defined O_NDELAY && O_NDELAY & O_NONBLOCK 692 # undef O_NDELAY 697 XLAT(O_NDELAY), 699 #if defined(O_NDELAY) || (defined(HAVE_DECL_O_NDELAY) && HAVE_DECL_O_NDELAY) 700 XLAT(O_NDELAY),
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl01.c | 102 if (fcntl(fd[2], F_SETFL, O_NDELAY) == -1) in main() 106 if ((flags & (O_NDELAY | O_WRONLY)) == 0) in main() 108 flags, O_NDELAY | O_WRONLY); in main() 120 if (fcntl(fd[2], F_SETFL, O_NDELAY | O_APPEND) < 0) in main() 124 if ((flags & (O_NDELAY | O_APPEND | O_WRONLY)) == 0) in main() 127 O_NDELAY | O_APPEND | O_SYNC | O_WRONLY); in main()
|
D | fcntl08.c | 67 TEST(fcntl(fd, F_SETFL, O_NDELAY | O_APPEND | O_NONBLOCK)); in main()
|
D | fcntl16.c | 710 if (NO_NFS && run_test(O_CREAT | O_RDWR | O_TRUNC | O_NDELAY, in main()
|
/external/toybox/toys/net/ |
D | microcom.c | 45 TT.fd = xopen(*toys.optargs, O_RDWR | O_NOCTTY | O_NDELAY); in microcom_main() 46 if (-1==(i = fcntl(TT.fd, F_GETFL, 0)) || fcntl(TT.fd, F_SETFL, i&~O_NDELAY)) in microcom_main()
|
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill02.c | 727 || (fcntl(pipe1_fd[0], F_SETFL, O_NDELAY) == -1)) { in setup() 733 || (fcntl(pipe2_fd[0], F_SETFL, O_NDELAY) == -1)) { in setup() 739 || (fcntl(pipeA_fd[0], F_SETFL, O_NDELAY) == -1)) { in setup() 745 || (fcntl(pipeB_fd[0], F_SETFL, O_NDELAY) == -1)) { in setup()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 96 #ifndef O_NDELAY 97 #define O_NDELAY O_NONBLOCK macro
|
/external/ltp/testcases/kernel/fs/doio/ |
D | open_flags.c | 141 #if O_NDELAY 142 {"O_NDELAY", O_NDELAY},
|
D | growfiles.c | 285 O_RDWR | O_CREAT | O_NDELAY, 289 O_RDWR | O_CREAT | O_NDELAY | O_SYNC, 290 O_RDWR | O_CREAT | O_NDELAY | O_SYNC | O_BIG, 308 O_RDWR | O_CREAT | O_NDELAY, 310 O_RDWR | O_CREAT | O_SYNC | O_NDELAY, 311 O_RDWR | O_CREAT | O_APPEND | O_NDELAY,
|
/external/python/cpython2/Lib/ |
D | posixfile.py | 126 if 'n' in which: l_flags = l_flags | os.O_NDELAY 149 if os.O_NDELAY & l_flags: which = which + 'n'
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 707 #ifdef O_NDELAY 708 { "O_NDELAY", (unsigned long) O_NDELAY },
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 161 O_NDELAY = 0x04 variable
|
/external/python/cpython2/RISCOS/Modules/ |
D | riscosmodule.c | 452 #ifdef O_NDELAY in all_ins() 453 if (ins(d, "O_NDELAY", (long)O_NDELAY)) return -1; in all_ins()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | tcp_mmap.c | 152 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
|
/external/toybox/toys/pending/ |
D | getty.c | 131 xopen_stdio(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
|
/external/libchrome/base/files/ |
D | file_posix.cc | 485 open_flags |= O_NOCTTY | O_NDELAY; in DoInitialize()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 568 O_NDELAY = 0x04 variable
|
/external/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 109 static int ndelay = O_NDELAY; /* additional flag to open */
|
/external/u-boot/tools/ |
D | kwboot.c | 255 fd = open(path, O_RDWR|O_NOCTTY|O_NDELAY); in kwboot_open_tty()
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 626 O_NDELAY = O_NONBLOCK variable
|
/external/python/cpython3/Doc/library/ |
D | fcntl.rst | 152 rv = fcntl.fcntl(f, fcntl.F_SETFL, os.O_NDELAY)
|
/external/python/cpython2/Doc/library/ |
D | fcntl.rst | 149 rv = fcntl.fcntl(f, fcntl.F_SETFL, os.O_NDELAY)
|
/external/nos/test/system-test-harness/src/ |
D | util.cc | 428 tty_fd = open(path, O_RDWR | O_NOCTTY | O_NDELAY); in Init()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 693 O_NDELAY = 0x4 const
|