Searched refs:F_SETFD (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/include/trace/events/ |
D | fs.h | 54 { F_SETFD, "SETFD" }, \ 75 { F_SETFD, "SETFD" }, \
|
/linux-5.19.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 102 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
/linux-5.19.10/include/uapi/asm-generic/ |
D | fcntl.h | 102 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
/linux-5.19.10/tools/perf/trace/beauty/ |
D | fcntl.c | 78 if (cmd == F_SETFD) in syscall_arg__scnprintf_fcntl_arg()
|
/linux-5.19.10/arch/um/os-Linux/ |
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()
|
/linux-5.19.10/fs/ |
D | fcntl.c | 331 case F_SETFD: in do_fcntl() 431 case F_SETFD: in check_fcntl_cmd()
|
/linux-5.19.10/tools/perf/ |
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()
|
/linux-5.19.10/tools/perf/util/ |
D | evlist.c | 1431 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload() 1505 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload()
|
/linux-5.19.10/tools/testing/selftests/net/ |
D | nettest.c | 1466 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|
/linux-5.19.10/Documentation/process/ |
D | adding-syscalls.rst | 118 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
|
/linux-5.19.10/Documentation/translations/it_IT/process/ |
D | adding-syscalls.rst | 131 ``xyzzy()`` e ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, dove un inaspettato
|