Searched refs:FD_CLOEXEC (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/tools/perf/trace/beauty/ |
| D | perf_event_open.c | 37 P_FLAG(FD_CLOEXEC); in syscall_arg__scnprintf_perf_flags()
|
| /Linux-v5.4/include/uapi/asm-generic/ |
| D | fcntl.h | 162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
| /Linux-v5.4/tools/include/uapi/asm-generic/ |
| D | fcntl.h | 161 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
| /Linux-v5.4/fs/ |
| D | fcntl.c | 337 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl() 341 set_close_on_exec(fd, arg & FD_CLOEXEC); in do_fcntl()
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | dma-buf.rst | 68 - In order to avoid fd leaks on exec, the FD_CLOEXEC flag must be set
|
| /Linux-v5.4/arch/um/os-Linux/ |
| D | file.c | 364 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
|
| /Linux-v5.4/tools/perf/util/ |
| D | evlist.c | 1303 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload() 1370 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | nettest.c | 1152 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|
| /Linux-v5.4/Documentation/process/ |
| D | adding-syscalls.rst | 118 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
|
| /Linux-v5.4/Documentation/translations/it_IT/process/ |
| D | adding-syscalls.rst | 131 ``xyzzy()`` e ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, dove un inaspettato
|