Home
last modified time | relevance | path

Searched refs:FD_CLOEXEC (Results 1 – 25 of 71) sorted by relevance

123

/OK3568_Linux_fs/buildroot/package/s6-linux-init/
H A D0001-configure-add-D_GNU_SOURCE.patch14 …94:24: error: ‘F_DUPFD_CLOEXEC’ undeclared (first use in this function); did you mean ‘FD_CLOEXEC’?
17 | FD_CLOEXEC
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dperf_event_open.c37 P_FLAG(FD_CLOEXEC); in syscall_arg__scnprintf_perf_flags()
/OK3568_Linux_fs/external/xserver/os/
H A Dinputthread.c429 flags |= FD_CLOEXEC; in InputThreadPreInit()
440 flags |= FD_CLOEXEC; in InputThreadPreInit()
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ 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 Dfcntl.h162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ 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 Dfcntl.h162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h161 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Do-not-ignore-return-value-of-write.patch30 res = g_unix_open_pipe (pipefd, FD_CLOEXEC, &error);
/OK3568_Linux_fs/buildroot/package/kmod/
H A D0001-fix-O_CLOEXEC.patch10 FD_CLOEXEC to replace.
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dutil.c46 fcntl(fd, F_SETFD, FD_CLOEXEC); in cm_open_dev()
92 fcntl(sockfd, F_SETFD, FD_CLOEXEC); in cm_open_proxy()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c214 EXPECT_GE(ret & FD_CLOEXEC, 0); in TEST_F()
/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 Dfcntl-linux.h219 #define FD_CLOEXEC 1 /* Actually anything with low bit set goes */ macro
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-shm.c62 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) in set_cloexec_or_close()
/OK3568_Linux_fs/device/rockchip/common/data/
H A Dkmsgrab.c187 fcntl(fd, F_SETFD, FD_CLOEXEC); in main()
/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 Dfcntl-linux.h219 #define FD_CLOEXEC 1 /* Actually anything with low bit set goes */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/
H A Dopenat2_test.c273 if (otherflags & FD_CLOEXEC) in test_openat2_flags()
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c345 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()
349 set_close_on_exec(fd, arg & FD_CLOEXEC); in do_fcntl()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A Dsocket_server.cpp470 fcntl(sockfd, F_SETFD, FD_CLOEXEC); in Process()
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0006-drm-Reconstructs-the-drm-display-driver.patch991 - /* set FD_CLOEXEC flag */
993 - fcntl(fd, F_SETFD, flags | FD_CLOEXEC) < 0) {
994 - err("fcntl FD_CLOEXEC failed");
1335 + fcntl(pdev->fd, F_SETFD, FD_CLOEXEC);
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c368 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DX11Controller.m382 fcntl(stdout_pipe[0], F_SETFD, FD_CLOEXEC);
386 fcntl(stderr_pipe[0], F_SETFD, FD_CLOEXEC);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devlist.c1359 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
1426 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Ddma-buf.rst68 - In order to avoid fd leaks on exec, the FD_CLOEXEC flag must be set
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt711 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
2325 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
2344 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
2350 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
2618 fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
2923 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
2954 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
3694 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
3700 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
3766 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dnettest.c1172 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()

123