/external/chromium_org/remoting/host/ |
D | ipc_util_posix.cc | 33 if (fcntl(pipe_fds[0], F_SETFL, O_NONBLOCK) == -1 || in CreateConnectedIpcChannel() 34 fcntl(pipe_fds[1], F_SETFL, O_NONBLOCK) == -1) { in CreateConnectedIpcChannel()
|
/external/dropbear/ |
D | cli-session.c | 274 fcntl(cli_ses.stdincopy, F_SETFL, cli_ses.stdinflags); in cli_session_cleanup() 275 fcntl(cli_ses.stdoutcopy, F_SETFL, cli_ses.stdoutflags); in cli_session_cleanup() 276 fcntl(cli_ses.stderrcopy, F_SETFL, cli_ses.stderrflags); in cli_session_cleanup()
|
/external/bison/lib/ |
D | pipe2.c | 121 || fcntl (fd[1], F_SETFL, fcntl_flags | O_NONBLOCK) == -1 in pipe2() 123 || fcntl (fd[0], F_SETFL, fcntl_flags | O_NONBLOCK) == -1) in pipe2()
|
/external/chromium_org/mojo/common/test/ |
D | multiprocess_test_base_unittest.cc | 66 PCHECK(fcntl(fd, F_SETFL, 0) == 0); in TEST_F() 96 PCHECK(fcntl(fd, F_SETFL, 0) == 0); in MOJO_MULTIPROCESS_TEST_CHILD_MAIN()
|
/external/chromium_org/mojo/system/ |
D | platform_channel_posix.cc | 59 PCHECK(fcntl(fds[0], F_SETFL, O_NONBLOCK) == 0); in PlatformServerChannelPosix() 60 PCHECK(fcntl(fds[1], F_SETFL, O_NONBLOCK) == 0); in PlatformServerChannelPosix()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_network.c | 182 fcntl(s, F_SETFL, old & ~O_NONBLOCK); in u_socket_block() 184 fcntl(s, F_SETFL, old | O_NONBLOCK); in u_socket_block()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_network.c | 182 fcntl(s, F_SETFL, old & ~O_NONBLOCK); in u_socket_block() 184 fcntl(s, F_SETFL, old | O_NONBLOCK); in u_socket_block()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | poll_posix.c | 39 ret = fcntl(pipefd[1], F_SETFL, ret | O_NONBLOCK); in usbi_pipe()
|
/external/chromium_org/ipc/ |
D | unix_domain_socket_util.cc | 56 if (HANDLE_EINTR(fcntl(fd, F_SETFL, O_NONBLOCK)) < 0) { in MakeUnixAddrForPath() 191 if (HANDLE_EINTR(fcntl(accept_fd, F_SETFL, O_NONBLOCK)) < 0) { in ServerAcceptConnection()
|
/external/chromium_org/tools/android/forwarder2/ |
D | pipe_notifier.cc | 24 fcntl(sender_fd_, F_SETFL, O_NONBLOCK); in PipeNotifier()
|
/external/libppp/src/ |
D | prompt.c | 426 fcntl(fd, F_SETFL, stat); in prompt_TtyInit() 465 fcntl(p->fd_in, F_SETFL, stat); in prompt_TtyCommandMode() 485 fcntl(p->fd_in, F_SETFL, stat); in prompt_TtyTermMode() 498 fcntl(p->fd_in, F_SETFL, stat); in prompt_TtyOldMode()
|
D | i4b.c | 197 fcntl(p->fd, F_SETFL, oldflag | O_NONBLOCK); in i4b_Raw() 226 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in i4b_Cooked() 423 fcntl(p->fd, F_SETFL, oldflag & ~O_NONBLOCK); in i4b_Create()
|
/external/chromium_org/base/ |
D | sync_socket_posix.cc | 213 fcntl(handle_, F_SETFL, flags | O_NONBLOCK); in Send() 220 fcntl(handle_, F_SETFL, flags); in Send()
|
D | async_socket_io_handler_posix.cc | 80 if (fcntl(socket, F_SETFL, O_NONBLOCK) == -1) { in Initialize()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_broker_unittest.cc | 46 ASSERT_EQ(0, fcntl(fds[1], F_SETFL, O_NONBLOCK)); in TEST_F()
|
/external/chromium_org/sandbox/linux/tests/ |
D | unit_tests.cc | 72 if (!fcntl(2, F_SETFL, O_NONBLOCK)) { in SigAlrmHandler() 159 const int fcntl_ret = fcntl(fds[0], F_SETFL, O_NONBLOCK); in RunTestInProcess()
|
/external/valgrind/main/memcheck/tests/linux/ |
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/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/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_ataridevmouse.c | 84 r = fcntl(handle, F_SETFL, r); in SDL_AtariDevMouse_Open()
|
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 95 #define F_SETFL 4 /* set file->f_flags */ macro
|
/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/dnsmasq/src/ |
D | netlink.c | 244 fcntl(daemon->netlinkfd, F_SETFL, flags | O_NONBLOCK) == -1) in netlink_multicast() 257 fcntl(daemon->netlinkfd, F_SETFL, flags); in netlink_multicast()
|
D | log.c | 132 fcntl(log_fd, F_SETFL, flags | O_NONBLOCK); in log_reopen() 419 fcntl(log_fd, F_SETFL, flags & ~O_NONBLOCK); in flush_log()
|
/external/chromium/net/base/ |
D | network_change_notifier_netlink_linux.cc | 26 return fcntl(fd, F_SETFL, flags | O_NONBLOCK) == 0 ? true : false; in SetNonBlocking()
|
/external/chromium_org/tools/android/forwarder/ |
D | forwarder.cc | 279 fcntl(socket, F_SETFL, fcntl(socket, F_GETFL) | O_NONBLOCK); in ServerThread() 280 fcntl(host_socket, F_SETFL, fcntl(host_socket, F_GETFL) | O_NONBLOCK); in ServerThread()
|