/external/quake/quake/src/WinQuake/ |
D | sys_linux.cpp | 121 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit() 145 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error() 389 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main() 398 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
|
D | snd_sun.cpp | 86 if (fcntl(audio_fd, F_SETFL, O_NONBLOCK) < 0) { in SNDDMA_Init()
|
/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()
|
D | dbutil.c | 343 if (fcntl(sock, F_SETFL, O_NONBLOCK) < 0) { in connect_remote() 685 if (fcntl(fd, F_SETFL, O_NONBLOCK) < 0) { in setnonblocking()
|
/external/quake/quake/src/QW/client/ |
D | sys_linux.c | 130 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Quit() 147 fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~FNDELAY); in Sys_Error() 382 fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY); in main()
|
/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/valgrind/main/memcheck/tests/linux/ |
D | timerfd-syscall.c | 295 fcntl(tfd, F_SETFL, fcntl(tfd, F_GETFL, 0) | O_NONBLOCK); in main() 305 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/kernel-headers/original/asm-generic/ |
D | fcntl.h | 59 #define F_SETFL 4 /* set file->f_flags */ macro
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_ataridevmouse.c | 84 r = fcntl(handle, F_SETFL, r); in SDL_AtariDevMouse_Open()
|
/external/wpa_supplicant_8/src/wps/ |
D | http_server.c | 251 if (fcntl(srv->fd, F_SETFL, O_NONBLOCK) < 0) in http_server_init() 278 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/strace/ |
D | desc.c | 61 { F_SETFL, "F_SETFL" }, 286 case F_SETFL: 318 case F_SETFD: case F_SETFL:
|
/external/bluetooth/bluez/audio/ |
D | main.c | 130 fcntl(sk, F_SETFL, 0); in sco_server_cb()
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/ |
D | ConnectionUnix.cpp | 220 while (fcntl(fileDescriptors[i], F_SETFL, FD_CLOEXEC) == -1) { in readyReadHandler() 280 while (fcntl(m_socketDescriptor, F_SETFL, flags | O_NONBLOCK) == -1) { in open()
|
/external/ppp/pppd/ |
D | tty.c | 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/ |
D | oslib-posix.c | 80 fcntl(fd, F_SETFL, f | O_NONBLOCK);
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_upnp_event.c | 321 fcntl(e->sd, F_SETFL, 0); in event_send_tx_ready() 402 if (fcntl(e->sd, F_SETFL, O_NONBLOCK) != 0) { in event_send_start()
|
/external/wpa_supplicant_8/src/drivers/ |
D | rfkill.c | 124 if (fcntl(rfkill->fd, F_SETFL, O_NONBLOCK) < 0) { in rfkill_init()
|
/external/dhcpcd/ |
D | common.c | 129 fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) in set_nonblock()
|
/external/bluetooth/bluez/tools/ |
D | csr_bcsp.c | 98 if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL, 0) | O_NONBLOCK) < 0) { in csr_open_bcsp()
|
/external/chromium/third_party/libevent/ |
D | evutil.c | 171 if (fcntl(fd, F_SETFL, O_NONBLOCK) == -1) { in evutil_make_socket_nonblocking()
|
/external/chromium/net/tools/flip_server/ |
D | create_listener.cc | 81 fcntl_return = fcntl(fd, F_SETFL, fcntl_return | O_NONBLOCK); in SetNonBlocking()
|