Searched refs:F_GETFL (Results 1 – 21 of 21) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dup2.c | 23 if (fcntl(fd1, F_GETFL) < 0) in dup2() 25 if (fcntl(fd2, F_GETFL) >= 0) in dup2()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | fcntl.h | 95 #define F_GETFL 3 ///< get file status flags macro
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fdopen.c | 76 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0) in __weak_alias()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixfile.py | 133 cur_fl = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0) 145 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_GETFL, 0)
|
D | asyncore.py | 648 flags = fcntl.fcntl(fd, fcntl.F_GETFL, 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pty.py | 85 orig_flags = fcntl.fcntl(master_fd, fcntl.F_GETFL)
|
D | test_signal.py | 265 flags = fcntl.fcntl(self.write, fcntl.F_GETFL, 0)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | fcntlmodule.c | 466 #ifdef F_GETFL in all_ins() 467 if (ins(d, "F_GETFL", (long)F_GETFL)) return -1; in all_ins()
|
D | socketmodule.c | 640 delay_flag = fcntl(s->sock_fd, F_GETFL, 0); in internal_setblocking()
|
D | posixmodule.c | 6698 flags = fcntl(fd, F_GETFL); in posix_fdopen()
|
/device/asus/fugu/libaudio/ |
D | AudioHotplugThread.cpp | 282 flags = fcntl(inotifyFD, F_GETFL, 0); in threadLoop()
|
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 363 fcntl(dev_fd, F_SETFL,fcntl(dev_fd, F_GETFL) | O_NONBLOCK); in st_uart_config()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 403 case F_GETFL: in fcntl()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 570 socket_flag = fcntl(sock_fd, F_GETFL, 0); in tunning_server_socket_listen()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 570 socket_flag = fcntl(sock_fd, F_GETFL, 0); in tunning_server_socket_listen()
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 577 socket_flag = fcntl(sock_fd, F_GETFL, 0); in tunning_server_socket_listen()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BerkeleyPacketFilter.c | 267 if (fcntl (Private->BpfFd, F_GETFL, 0) == -1) { in EmuSnpStart()
|
/device/generic/goldfish/gps/ |
D | gps_qemu.c | 656 flags = fcntl(fd, F_GETFL); in epoll_register()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | edk2module.c | 3051 flags = fcntl(fd, F_GETFL); in edk2_fdopen()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 652 delay_flag = fcntl(s->sock_fd, F_GETFL, 0); in internal_setblocking()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/ |
D | edk2module.c | 5045 flags = fcntl(fd, F_GETFL); in posix_fdopen()
|