/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/ |
D | fcntl.h | 6 #define O_NONBLOCK 04000 macro 20 #define O_NDELAY O_NONBLOCK
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
D | eventfd.h | 15 #define EFD_NONBLOCK O_NONBLOCK
|
D | timerfd.h | 11 #define TFD_NONBLOCK O_NONBLOCK
|
D | inotify.h | 18 #define IN_NONBLOCK O_NONBLOCK
|
D | epoll.h | 17 #define EPOLL_NONBLOCK O_NONBLOCK
|
D | signalfd.h | 16 #define SFD_NONBLOCK O_NONBLOCK
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
D | hi_net_api.h | 222 #ifndef O_NONBLOCK 223 #define O_NONBLOCK 00004000 macro 227 #define O_NDELAY O_NONBLOCK
|
/device/soc/winnermicro/wm800/board/include/net/ |
D | wm_sockets2.0.3.h | 368 #ifndef O_NONBLOCK 369 #define O_NONBLOCK 1 /* nonblocking I/O */ macro
|
/device/board/unionman/unionpi_tiger/hardware/camera/driver_adapter/src/ |
D | v4l2_uvc.cpp | 44 int fd = open(name, O_RDWR | O_NONBLOCK, 0); in V4L2UvcSearchCapability() 128 fd = open(devName, O_RDWR | O_NONBLOCK, 0); in V4L2UvcGetCap() 200 fd = open(devName, O_RDWR | O_NONBLOCK, 0); in V4L2UvcEnmeDevices()
|
D | v4l2_fileformat.cpp | 320 rc = open(devName, O_RDWR | O_NONBLOCK, 0); in V4L2OpenDevice() 354 fd = open(devName, O_RDWR | O_NONBLOCK, 0); in V4L2MatchDevice()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | sockets.h | 606 #ifndef O_NONBLOCK 607 #define O_NONBLOCK 4U /* nonblocking I/O */ macro 610 #define O_NDELAY O_NONBLOCK /* same as O_NONBLOCK, for compatibility */
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/amports/ |
D | stream_buffer_base.c | 133 (file->f_flags & O_NONBLOCK))) { in stream_buffer_write_ex()
|
/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/ |
D | sockets.h | 450 #ifndef O_NONBLOCK 451 #define O_NONBLOCK 1 /* nonblocking I/O */ macro 454 #define O_NDELAY O_NONBLOCK /* same as O_NONBLOCK, for compatibility */
|
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/samples/baremetalserial/ |
D | ping_nb.c | 225 fcntl(sockfd, F_SETFL, fcntl(sockfd, F_GETFL) | O_NONBLOCK); in sampleserial_init()
|
D | pub0sub1_nb.c | 243 fcntl(sockfd, F_SETFL, fcntl(sockfd, F_GETFL) | O_NONBLOCK); in sampleserial_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
D | fcntl.h | 237 #define FNONBLOCK O_NONBLOCK
|
/device/board/osware/imx8mm/drivers/camera/driver_adapter/src/ |
D | v4l2_fileformat.cpp | 316 rc = open(devName, O_RDWR | O_NONBLOCK, 0); in V4L2OpenDevice() 351 fd = open(devName, O_RDWR | O_NONBLOCK, 0); in V4L2MatchDevice()
|
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/linux/ |
D | MQTTLinux.c | 188 fcntl(n->my_socket, F_SETFL, fcntl(n->my_socket, F_GETFL) | O_NONBLOCK); in NetworkConnect()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
D | drm_lease.c | 520 if (cl->flags && (cl->flags & ~(O_CLOEXEC | O_NONBLOCK))) { in drm_mode_create_lease_ioctl() 544 fd = get_unused_fd_flags(cl->flags & (O_CLOEXEC | O_NONBLOCK)); in drm_mode_create_lease_ioctl()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/ |
D | tsdemux.c | 809 if (!(file->f_flags & O_NONBLOCK)) { in limited_delay_check() 880 if (file->f_flags & O_NONBLOCK) { in drm_tswrite() 967 if (file->f_flags & O_NONBLOCK) { in tsdemux_write()
|
D | rmparser.c | 288 if (file->f_flags & O_NONBLOCK) { in rmparser_write()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/ |
D | system_chardev.c | 176 if ( file->f_flags & O_NONBLOCK ) in isp_fops_read()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin_test/mplane_image/ |
D | csi_test_mplane.c | 705 fs = open(node, O_RDONLY/* required */| O_NONBLOCK, 0); in subdev_open() 717 *sub_fd = open(subdev, O_RDWR | O_NONBLOCK, 0); in subdev_open() 736 fd = open(dev_name, O_RDWR /* required */ | O_NONBLOCK, 0); in camera_init()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/app/v4l2_interface/ |
D | isp-v4l2.c | 287 rc = vb2_read( &sp->vb2_q, buf, count, ppos, filep->f_flags & O_NONBLOCK ); in isp_v4l2_fop_read() 586 rc = vb2_dqbuf( &sp->vb2_q, p, file->f_flags & O_NONBLOCK ); in isp_v4l2_dqbuf()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
D | mali_kbase_kinstr_jm.c | 593 if (filp->f_flags & O_NONBLOCK) { in reader_read()
|