/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_fcntl.py | 71 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK) 83 rv = fcntl.fcntl(self.f, fcntl.F_SETFL, os.O_NONBLOCK)
|
D | test_pty.py | 86 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags | os.O_NONBLOCK) 94 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags)
|
D | test_signal.py | 267 fcntl.fcntl(self.write, fcntl.F_SETFL, flags)
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | fcntl.h | 96 #define F_SETFL 4 ///< set 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/google/contexthub/util/stm32_flash/ |
D | uart.c | 103 fl = fcntl(uart_handle->fd, F_SETFL, fl & ~O_NDELAY); in uart_init()
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | Support.cpp | 29 DEBUG_ONLY(int res = )fcntl(fd, F_SETFL, flags | O_NONBLOCK); in makeFdNonblocking()
|
/device/generic/goldfish/gnss/ |
D | gnss_hw_conn.cpp | 39 ret = TEMP_FAILURE_RETRY(fcntl(fd, F_SETFL, ret | O_NONBLOCK)); in epollCtlAdd()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | fcntlmodule.c | 469 #ifdef F_SETFL in all_ins() 470 if (ins(d, "F_SETFL", (long)F_SETFL)) return -1; in all_ins()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixfile.py | 137 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_SETFL, l_flags)
|
D | asyncore.py | 650 fcntl.fcntl(fd, fcntl.F_SETFL, flags)
|
/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/generic/goldfish/radio/libril/ |
D | ril_event.cpp | 261 fcntl(fd, F_SETFL, O_NONBLOCK); in ril_event_set()
|
D | ril.cpp | 376 fcntl(s_fdWakeupRead, F_SETFL, O_NONBLOCK); in eventLoop()
|
/device/google/cuttlefish/guest/hals/ril/libril/ |
D | ril_event.cpp | 261 fcntl(fd, F_SETFL, O_NONBLOCK); in ril_event_set()
|
D | ril.cpp | 376 fcntl(s_fdWakeupRead, F_SETFL, O_NONBLOCK); in eventLoop()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 385 case F_SETFL: in fcntl()
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | BerkeleyPacketFilter.c | 273 if (fcntl (Private->BpfFd, F_SETFL, Value) == -1) { in EmuSnpStart()
|
/device/google/bonito/usb/ |
D | Usb.cpp | 606 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 610 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
|
/device/google/barbet/usb/ |
D | Usb.cpp | 680 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
|
/device/google/coral/usb/ |
D | Usb.cpp | 681 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
|
/device/google/redfin/usb/ |
D | Usb.cpp | 680 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
|
/device/google/bramble/usb/ |
D | Usb.cpp | 680 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
|
/device/google/sunfish/usb/ |
D | Usb.cpp | 687 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
|