/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_posix.py | 176 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK) 183 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK) 199 os.O_RDONLY|os.O_EXLOCK|os.O_NONBLOCK)
|
D | test_pty.py | 86 fcntl.fcntl(master_fd, fcntl.F_SETFL, orig_flags | os.O_NONBLOCK)
|
D | test_signal.py | 266 flags = flags | os.O_NONBLOCK
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | connect.c | 76 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in connect()
|
D | sendto.c | 79 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in sendto()
|
D | accept.c | 64 bBlocking = (BOOLEAN)( 0 == ( pDescriptor->Oflags & O_NONBLOCK )); in AcceptWork()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | flags.c | 105 o |= O_NONBLOCK; in __sflags()
|
D | fopen.c | 73 if (oflags & O_NONBLOCK) { in fopen()
|
D | fdopen.c | 84 if (oflags & O_NONBLOCK) { in __weak_alias()
|
D | freopen.c | 154 if (oflags & O_NONBLOCK) { in freopen()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | fcntl.h | 69 #define O_NONBLOCK 0x00000004 ///< no delay macro
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/ |
D | opendir.c | 84 if ((fd = open(name, O_RDONLY | O_NONBLOCK, 0)) == -1 || in __opendir2()
|
/device/google/marlin/camera/usbcamcore/inc/ |
D | QCameraUsbPriv.h | 101 camHal->fd = open(camHal->dev_name, O_RDWR | O_NONBLOCK, 0);\
|
/device/linaro/hikey/bluetooth/ |
D | async_fd_watcher.cc | 74 if (pipe2(pipe_fds, O_NONBLOCK)) return -1; in tryStartThread()
|
/device/lge/bullhead/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
|
/device/google/marlin/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
|
/device/huawei/angler/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 170 m_flashFds[camera_id] = open(flashPath, O_RDWR | O_NONBLOCK); in initFlash()
|
/device/google/dragon/sensor_hub/ |
D | sensors.cpp | 603 fcntl(wakeFds[0], F_SETFL, O_NONBLOCK); in cros_ec_sensors_poll_context_t() 604 fcntl(wakeFds[1], F_SETFL, O_NONBLOCK); in cros_ec_sensors_poll_context_t()
|
/device/asus/fugu/libaudio/ |
D | AudioHotplugThread.cpp | 287 if (fcntl(inotifyFD, F_SETFL, flags | O_NONBLOCK) == -1) { 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/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1392 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_sensor_info() 1552 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras() 1618 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1392 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_sensor_info() 1552 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras() 1618 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras()
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1573 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_sensor_info() 1812 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras() 1879 dev_fd = open(dev_name, O_RDWR | O_NONBLOCK); in get_num_of_cameras()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/ |
D | daConsole.c | 339 BlockingMode = (BOOLEAN)((filp->Oflags & O_NONBLOCK) == 0); in da_ConRead()
|