Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 25 of 129) sorted by relevance

123456

/external/chromium_org/remoting/host/
Dipc_util_posix.cc33 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/
Dcli-session.c274 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/
Dpipe2.c121 || 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/
Dmultiprocess_test_base_unittest.cc66 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/
Dplatform_channel_posix.cc59 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/
Du_network.c182 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/
Du_network.c182 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/
Dpoll_posix.c39 ret = fcntl(pipefd[1], F_SETFL, ret | O_NONBLOCK); in usbi_pipe()
/external/chromium_org/ipc/
Dunix_domain_socket_util.cc56 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/
Dpipe_notifier.cc24 fcntl(sender_fd_, F_SETFL, O_NONBLOCK); in PipeNotifier()
/external/libppp/src/
Dprompt.c426 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()
Di4b.c197 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/
Dsync_socket_posix.cc213 fcntl(handle_, F_SETFL, flags | O_NONBLOCK); in Send()
220 fcntl(handle_, F_SETFL, flags); in Send()
Dasync_socket_io_handler_posix.cc80 if (fcntl(socket, F_SETFL, O_NONBLOCK) == -1) { in Initialize()
/external/chromium_org/content/renderer/pepper/
Dpepper_broker_unittest.cc46 ASSERT_EQ(0, fcntl(fds[1], F_SETFL, O_NONBLOCK)); in TEST_F()
/external/chromium_org/sandbox/linux/tests/
Dunit_tests.cc72 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/
Dtimerfd-syscall.c300 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/
Dvalgrind-listener.c109 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/
DSDL_ataridevmouse.c84 r = fcntl(handle, F_SETFL, r); in SDL_AtariDevMouse_Open()
/external/kernel-headers/original/asm-generic/
Dfcntl.h95 #define F_SETFL 4 /* set file->f_flags */ macro
/external/wpa_supplicant_8/src/wps/
Dhttp_server.c245 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/
Dnetlink.c244 fcntl(daemon->netlinkfd, F_SETFL, flags | O_NONBLOCK) == -1) in netlink_multicast()
257 fcntl(daemon->netlinkfd, F_SETFL, flags); in netlink_multicast()
Dlog.c132 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/
Dnetwork_change_notifier_netlink_linux.cc26 return fcntl(fd, F_SETFL, flags | O_NONBLOCK) == 0 ? true : false; in SetNonBlocking()
/external/chromium_org/tools/android/forwarder/
Dforwarder.cc279 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()

123456