Home
last modified time | relevance | path

Searched refs:F_GETFL (Results 1 – 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddup2.c23 if (fcntl(fd1, F_GETFL) < 0) in dup2()
25 if (fcntl(fd2, F_GETFL) >= 0) in dup2()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h95 #define F_GETFL 3 ///< get file status flags macro
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfdopen.c76 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0) in __weak_alias()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixfile.py133 cur_fl = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
145 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
Dasyncore.py648 flags = fcntl.fcntl(fd, fcntl.F_GETFL, 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pty.py85 orig_flags = fcntl.fcntl(master_fd, fcntl.F_GETFL)
Dtest_signal.py265 flags = fcntl.fcntl(self.write, fcntl.F_GETFL, 0)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dfcntlmodule.c466 #ifdef F_GETFL in all_ins()
467 if (ins(d, "F_GETFL", (long)F_GETFL)) return -1; in all_ins()
Dsocketmodule.c640 delay_flag = fcntl(s->sock_fd, F_GETFL, 0); in internal_setblocking()
Dposixmodule.c6698 flags = fcntl(fd, F_GETFL); in posix_fdopen()
/device/asus/fugu/libaudio/
DAudioHotplugThread.cpp282 flags = fcntl(inotifyFD, F_GETFL, 0); in threadLoop()
/device/linaro/hikey/wpan/uim/
Duim.c363 fcntl(dev_fd, F_SETFL,fcntl(dev_fd, F_GETFL) | O_NONBLOCK); in st_uart_config()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c403 case F_GETFL: in fcntl()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c570 socket_flag = fcntl(sock_fd, F_GETFL, 0); in tunning_server_socket_listen()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c570 socket_flag = fcntl(sock_fd, F_GETFL, 0); in tunning_server_socket_listen()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c577 socket_flag = fcntl(sock_fd, F_GETFL, 0); in tunning_server_socket_listen()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBerkeleyPacketFilter.c267 if (fcntl (Private->BpfFd, F_GETFL, 0) == -1) { in EmuSnpStart()
/device/generic/goldfish/gps/
Dgps_qemu.c656 flags = fcntl(fd, F_GETFL); in epoll_register()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c3051 flags = fcntl(fd, F_GETFL); in edk2_fdopen()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c652 delay_flag = fcntl(s->sock_fd, F_GETFL, 0); in internal_setblocking()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c5045 flags = fcntl(fd, F_GETFL); in posix_fdopen()