/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 27 #ifndef O_NONBLOCK 28 #define O_NONBLOCK 00004000 macro 52 #define O_NDELAY O_NONBLOCK
|
/external/e2fsprogs/lib/e2p/ |
D | fsetversion.c | 32 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE) 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
|
D | fgetversion.c | 32 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE) 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
|
D | fsetflags.c | 45 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE) 47 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
|
D | fgetflags.c | 36 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE) 38 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK)
|
/external/chromium/third_party/libevent/sample/ |
D | event-test.c | 108 socket = open (fifo, O_RDWR | O_NONBLOCK, 0); in main() 110 socket = open (fifo, O_RDONLY | O_NONBLOCK, 0); in main()
|
/external/valgrind/main/memcheck/tests/linux/ |
D | timerfd-syscall.stderr.exp | 21 O_NONBLOCK test ... 44 O_NONBLOCK test ...
|
D | timerfd-syscall.c | 300 fcntl(tfd, F_SETFL, fcntl(tfd, F_GETFL, 0) | O_NONBLOCK); in main() 310 fcntl(tfd, F_SETFL, fcntl(tfd, F_GETFL, 0) & ~O_NONBLOCK); in main()
|
/external/bluetooth/glib/glib/ |
D | giounix.c | 375 #ifdef O_NONBLOCK in g_io_unix_set_flags() 376 fcntl_flags |= O_NONBLOCK; in g_io_unix_set_flags() 412 #ifdef O_NONBLOCK in g_io_unix_get_flags() 413 if (fcntl_flags & O_NONBLOCK) in g_io_unix_get_flags()
|
/external/dhcpcd/ |
D | bpf.c | 64 fd = open(_PATH_BPF, O_RDWR | O_NONBLOCK); in open_socket() 72 fd = open(device, O_RDWR | O_NONBLOCK); in open_socket()
|
/external/kernel-headers/original/asm-mips/ |
D | fcntl.h | 14 #define O_NONBLOCK 0x0080 macro
|
D | socket.h | 111 #define SOCK_NONBLOCK O_NONBLOCK
|
/external/chromium/net/tools/flip_server/ |
D | create_listener.cc | 78 if (fcntl_return & O_NONBLOCK) in SetNonBlocking() 81 fcntl_return = fcntl(fd, F_SETFL, fcntl_return | O_NONBLOCK); in SetNonBlocking()
|
/external/openssl/crypto/rand/ |
D | rand_unix.c | 266 #ifdef O_NONBLOCK in RAND_poll() 267 |O_NONBLOCK in RAND_poll()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | server_process.py | 82 fcntl.fcntl(fd, fcntl.F_SETFL, fl | os.O_NONBLOCK) 85 fcntl.fcntl(fd, fcntl.F_SETFL, fl | os.O_NONBLOCK)
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/ |
D | SDL_dspaudio.c | 58 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK) 191 flags &= ~O_NONBLOCK; in DSP_OpenAudio()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 11 #define O_NONBLOCK 0 macro
|
/external/bluetooth/glib/gio/ |
D | gcancellable.c | 182 #ifdef O_NONBLOCK in set_fd_nonblocking() 183 fcntl_flags |= O_NONBLOCK; in set_fd_nonblocking()
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | v4llookup.cc | 40 video_fd = ::open(device_path.c_str(), O_RDONLY | O_NONBLOCK); in CheckIsV4L2Device()
|
/external/oprofile/daemon/ |
D | opd_pipe.c | 42 fifo = open(op_pipe_file, O_RDONLY | O_NONBLOCK); in opd_open_pipe()
|
/external/valgrind/main/auxprogs/ |
D | valgrind-listener.c | 109 res = fcntl(sd, F_SETFL, res | O_NONBLOCK); in set_nonblocking() 120 res = fcntl(sd, F_SETFL, res & ~O_NONBLOCK); in set_blocking()
|
/external/wpa_supplicant_8/src/wps/ |
D | http_server.c | 245 if (fcntl(srv->fd, F_SETFL, O_NONBLOCK) < 0) in http_server_init() 272 if (fcntl(srv->fd, F_SETFL, O_NONBLOCK) < 0) in http_server_init()
|
/external/wpa_supplicant_8/src/crypto/ |
D | random.c | 211 fd = open("/dev/random", O_RDONLY | O_NONBLOCK); in random_pool_ready() 396 random_fd = open("/dev/random", O_RDONLY | O_NONBLOCK); in random_init()
|
/external/ppp/pppd/ |
D | tty.c | 568 real_ttyfd = open(devnam, O_NONBLOCK | O_RDWR, 0); in connect_tty() 584 || fcntl(ttyfd, F_SETFL, fdflags & ~O_NONBLOCK) < 0) in connect_tty() 1054 || fcntl(pty_master, F_SETFL, flags | O_NONBLOCK) == -1) 1058 || fcntl(ifd, F_SETFL, flags | O_NONBLOCK) == -1) 1063 || fcntl(ofd, F_SETFL, flags | O_NONBLOCK) == -1)
|
/external/qemu/block/ |
D | raw-posix.c | 907 s->fd = open(bs->filename, s->open_flags & ~O_NONBLOCK); in fd_open() 1037 ret = raw_open_common(bs, filename, flags, O_NONBLOCK); in floppy_open() 1058 fd = open(filename, O_RDONLY | O_NONBLOCK); in floppy_probe_device() 1106 fd = open(bs->filename, s->open_flags | O_NONBLOCK); in floppy_eject() 1149 return raw_open_common(bs, filename, flags, O_NONBLOCK); in cdrom_open() 1160 fd = open(filename, O_RDONLY | O_NONBLOCK); in cdrom_probe_device()
|