Home
last modified time | relevance | path

Searched refs:F_GETFL (Results 1 – 23 of 23) 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/google/cuttlefish/guest/hals/gps/
Dgps_thread.h60 fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_NONBLOCK); in epoll_register()
/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/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/
Dwl_device.policy57 # Allow F_GETFL only
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/
Dwl_device.policy58 # Allow F_GETFL only
/device/google/contexthub/util/stm32_flash/
Duart.c100 fl = fcntl(uart_handle->fd, F_GETFL, 0); in uart_init()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DSupport.cpp27 int flags = fcntl(fd, F_GETFL, 0); in makeFdNonblocking()
/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/generic/goldfish/gnss/
Dgnss_hw_conn.cpp35 ret = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFL)); in epollCtlAdd()
/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/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/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBerkeleyPacketFilter.c267 if (fcntl (Private->BpfFd, F_GETFL, 0) == -1) { in EmuSnpStart()
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dpcm.c864 if (fcntl(pcm->fd, F_SETFL, fcntl(pcm->fd, F_GETFL) & in pcm_open()
/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()