Searched refs:F_SETFD (Results 1 – 10 of 10) sorted by relevance
| /linux-5.15/tools/include/uapi/asm-generic/ |
| A D | fcntl.h | 101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
| /linux-5.15/include/uapi/asm-generic/ |
| A D | fcntl.h | 102 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
| /linux-5.15/tools/perf/trace/beauty/ |
| A D | fcntl.c | 78 if (cmd == F_SETFD) in syscall_arg__scnprintf_fcntl_arg()
|
| /linux-5.15/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()
|
| /linux-5.15/fs/ |
| H A D | fcntl.c | 348 case F_SETFD: in do_fcntl() 450 case F_SETFD: in check_fcntl_cmd()
|
| /linux-5.15/tools/perf/ |
| A D | builtin-daemon.c | 592 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) { in setup_server_socket() 1212 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) { in go_background()
|
| /linux-5.15/tools/perf/util/ |
| H A D | evlist.c | 1393 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload() 1467 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload()
|
| /linux-5.15/tools/testing/selftests/net/ |
| A D | nettest.c | 1439 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|
| /linux-5.15/Documentation/process/ |
| A D | adding-syscalls.rst | 118 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
|
| /linux-5.15/Documentation/translations/it_IT/process/ |
| A D | adding-syscalls.rst | 131 ``xyzzy()`` e ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, dove un inaspettato
|