Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_fcntl.py71 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
83 rv = fcntl.fcntl(self.f, fcntl.F_SETFL, os.O_NONBLOCK)
Dtest_pty.py86 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags | os.O_NONBLOCK)
94 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags)
Dtest_signal.py267 fcntl.fcntl(self.write, fcntl.F_SETFL, flags)
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dfcntl.h96 #define F_SETFL 4 ///< set 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/google/contexthub/util/stm32_flash/
Duart.c103 fl = fcntl(uart_handle->fd, F_SETFL, fl & ~O_NDELAY); in uart_init()
/device/google/cuttlefish/host/frontend/gcastv2/https/
DSupport.cpp29 DEBUG_ONLY(int res = )fcntl(fd, F_SETFL, flags | O_NONBLOCK); in makeFdNonblocking()
/device/generic/goldfish/gnss/
Dgnss_hw_conn.cpp39 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/
Dfcntlmodule.c469 #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/
Dposixfile.py137 l_flags = fcntl.fcntl(file.fileno(), fcntl.F_SETFL, l_flags)
Dasyncore.py650 fcntl.fcntl(fd, fcntl.F_SETFL, flags)
/device/linaro/hikey/wpan/uim/
Duim.c363 fcntl(dev_fd, F_SETFL,fcntl(dev_fd, F_GETFL) | O_NONBLOCK); in st_uart_config()
/device/generic/goldfish/radio/libril/
Dril_event.cpp261 fcntl(fd, F_SETFL, O_NONBLOCK); in ril_event_set()
Dril.cpp376 fcntl(s_fdWakeupRead, F_SETFL, O_NONBLOCK); in eventLoop()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_event.cpp261 fcntl(fd, F_SETFL, O_NONBLOCK); in ril_event_set()
Dril.cpp376 fcntl(s_fdWakeupRead, F_SETFL, O_NONBLOCK); in eventLoop()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c385 case F_SETFL: in fcntl()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBerkeleyPacketFilter.c273 if (fcntl (Private->BpfFd, F_SETFL, Value) == -1) { in EmuSnpStart()
/device/google/bonito/usb/
DUsb.cpp606 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
/device/google/crosshatch/usb/
DUsb.cpp610 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
/device/google/barbet/usb/
DUsb.cpp680 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
/device/google/coral/usb/
DUsb.cpp681 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
/device/google/redfin/usb/
DUsb.cpp680 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
/device/google/bramble/usb/
DUsb.cpp680 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()
/device/google/sunfish/usb/
DUsb.cpp687 fcntl(uevent_fd, F_SETFL, O_NONBLOCK); in work()

12