Searched refs:F_GETFL (Results 1 – 23 of 23) 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/google/cuttlefish/guest/hals/gps/ |
D | gps_thread.h | 60 fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_NONBLOCK); in epoll_register()
|
/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/google/cuttlefish_vmm/aarch64-linux-gnu/etc/seccomp/ |
D | wl_device.policy | 57 # Allow F_GETFL only
|
/device/google/cuttlefish_vmm/x86_64-linux-gnu/etc/seccomp/ |
D | wl_device.policy | 58 # Allow F_GETFL only
|
/device/google/contexthub/util/stm32_flash/ |
D | uart.c | 100 fl = fcntl(uart_handle->fd, F_GETFL, 0); in uart_init()
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | Support.cpp | 27 int flags = fcntl(fd, F_GETFL, 0); in makeFdNonblocking()
|
/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/generic/goldfish/gnss/ |
D | gnss_hw_conn.cpp | 35 ret = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFL)); in epollCtlAdd()
|
/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/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/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BerkeleyPacketFilter.c | 267 if (fcntl (Private->BpfFd, F_GETFL, 0) == -1) { in EmuSnpStart()
|
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/ |
D | pcm.c | 864 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/ |
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()
|