/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 54 { F_SETFD, "SETFD" }, \ 75 { F_SETFD, "SETFD" }, \
|
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_fcntl.c | 87 case F_SETFD: in VfsFcntl()
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 102 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 72 #define F_SETFD 2 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 86 #define F_SETFD 2 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 86 #define F_SETFD 2 macro
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | fcntl.c | 78 if (cmd == F_SETFD) in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | fcntl.c | 78 if (cmd == F_SETFD) in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | file.c | 206 if (flags.cl && fcntl(fd, F_SETFD, 1)) { in os_open_file() 368 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | file.c | 206 if (flags.cl && fcntl(fd, F_SETFD, 1)) { in os_open_file() 368 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
|
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 347 case F_SETFD: in do_fcntl() 449 case F_SETFD: in check_fcntl_cmd()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 332 case F_SETFD: in do_fcntl() 432 case F_SETFD: in check_fcntl_cmd()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 592 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) { in setup_server_socket() 1210 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) { in go_background()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evlist.c | 1359 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()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 1441 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload() 1515 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | nettest.c | 1172 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | nettest.c | 1536 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|