Searched refs:F_SETFD (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/include/uapi/asm-generic/ |
| D | fcntl.h | 101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
| /linux-4.4.14/arch/um/os-Linux/ |
| D | file.c | 200 if (flags.cl && fcntl(fd, F_SETFD, 1)) { in os_open_file() 343 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
|
| /linux-4.4.14/fs/ |
| D | fcntl.c | 258 case F_SETFD: in do_fcntl() 349 case F_SETFD: in check_fcntl_cmd()
|
| /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 | adding-syscalls.txt | 110 window between xyzzy() and calling fcntl(fd, F_SETFD, FD_CLOEXEC), where an
|