| /OK3568_Linux_fs/kernel/tools/testing/selftests/core/ |
| H A D | close_range_test.c | 61 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 64 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 77 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 80 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 86 EXPECT_EQ(-1, fcntl(open_fds[i], F_GETFL)); in TEST() 88 EXPECT_GT(fcntl(open_fds[i], F_GETFL), -1); in TEST() 92 EXPECT_EQ(-1, fcntl(open_fds[100], F_GETFL)); in TEST() 127 if (fcntl(open_fds[i], F_GETFL) != -1) in TEST() 131 if (fcntl(open_fds[i], F_GETFL) == -1) in TEST() 148 if (fcntl(open_fds[i], F_GETFL) != -1) in TEST() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | sigio.c | 197 if (fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) | O_ASYNC) == -1) { in xf86InstallSIGIOHandler() 281 fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) & ~O_ASYNC); in xf86RemoveSIGIOHandler()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | eth-raw-os.c | 65 flags = fcntl(priv->sd, F_GETFL, 0); in _raw_packet_start() 129 flags = fcntl(priv->sd, F_GETFL, 0); in _local_inet_start()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | file.c | 408 flags = fcntl(fd, F_GETFL); in os_set_fd_async() 435 flags = fcntl(fd, F_GETFL); in os_clear_fd_async() 449 flags = fcntl(fd, F_GETFL); in os_set_fd_block()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 103 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 103 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 103 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 102 #define F_GETFL 3 /* get file->f_flags */ macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/ |
| H A D | dma_alloc.cpp | 121 if (fcntl(buf_data.fd, F_GETFL) & O_RDWR) in dma_buf_alloc()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | dma_alloc.cpp | 126 if (fcntl(buf_data.fd, F_GETFL) & O_RDWR) in dma_buf_alloc()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-mbim-proxy.c | 131 if (fcntl(mbim_server_fd, F_SETFL, fcntl(mbim_server_fd, F_GETFL) | O_NONBLOCK) < 0) in proxy_make_server() 168 if (fcntl(client_fd, F_SETFL, fcntl(client_fd, F_GETFL) | O_NONBLOCK) < 0) in handle_client_connect()
|
| H A D | util.c | 45 fcntl(fd, F_SETFL, fcntl(fd,F_GETFL) | O_NONBLOCK); in cm_open_dev() 91 fcntl(sockfd, F_SETFL, fcntl(sockfd,F_GETFL) | O_NONBLOCK); in cm_open_proxy()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | fcntl.c | 38 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oepydevshell-internal.py | 16 fcntl.fcntl(fd, fcntl.F_SETFL, fcntl.fcntl(fd, fcntl.F_GETFL) | os.O_NONBLOCK)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 170 #define F_GETFL 3 /* Get file status flags. */ macro
|
| /OK3568_Linux_fs/kernel/samples/timers/ |
| H A D | hpet_example.c | 252 ((value = fcntl(fd, F_GETFL)) == 1) || in hpet_fasync()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl-linux.h | 170 #define F_GETFL 3 /* Get file status flags. */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 187 flags = fcntl(pidfd, F_GETFL, 0); in TEST()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | zglobal.h | 125 # ifdef F_GETFL
|
| H A D | rbsb.c | 199 savestat = fcntl(fd, F_GETFL) ; in rdchk()
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_dma_heap.c | 308 if (fcntl(data->fd, F_GETFL) & O_RDWR) in os_allocator_dma_heap_mmap()
|
| H A D | allocator_drm.c | 306 if (fcntl(data->fd, F_GETFL) & O_RDWR) in os_allocator_drm_mmap()
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_cursor.c | 483 int flags = fcntl(ctx->fd, F_GETFL, 0); in drm_get_ctx() 484 if (fcntl(fd, F_GETFL, 0) == flags) { in drm_get_ctx() 486 if (fcntl(fd, F_GETFL, 0) != flags) { in drm_get_ctx()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | bt_test.c | 727 int flags = fcntl(fd, F_GETFL, 0); 777 int flags = fcntl(fd, F_GETFL, 0); in check_Sofia3gr_bluedroid_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | openat2_test.c | 265 fdflags = fcntl(fd, F_GETFL); in test_openat2_flags()
|