Searched refs:FD_CLOEXEC (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/uapi/asm-generic/ |
D | fcntl.h | 161 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
|
/linux-4.4.14/fs/ |
D | fcntl.c | 256 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl() 260 set_close_on_exec(fd, arg & FD_CLOEXEC); in do_fcntl()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 343 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
|
/linux-4.4.14/tools/perf/util/ |
D | evlist.c | 1534 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload() 1601 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
|
/linux-4.4.14/Documentation/ |
D | dma-buf-sharing.txt | 431 - In order to avoid fd leaks on exec, the FD_CLOEXEC flag must be set
|
D | adding-syscalls.txt | 110 window between xyzzy() and calling fcntl(fd, F_SETFD, FD_CLOEXEC), where an
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 863 P_FLAG(FD_CLOEXEC); in syscall_arg__scnprintf_perf_flags()
|