Searched refs:F_SETFD (Results 1 – 11 of 11) sorted by relevance
| /linux/include/trace/misc/ |
| A D | fs.h | 54 { F_SETFD, "SETFD" }, \ 75 { F_SETFD, "SETFD" }, \
|
| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
| /linux/tools/perf/trace/beauty/ |
| A D | fcntl.c | 78 if (cmd == F_SETFD) in syscall_arg__scnprintf_fcntl_arg()
|
| /linux/arch/um/os-Linux/ |
| A D | file.c | 207 if (flags.cl && fcntl(fd, F_SETFD, 1)) { in os_open_file() 379 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
|
| /linux/fs/ |
| A D | fcntl.c | 465 case F_SETFD: in do_fcntl() 564 case F_SETFD: in check_fcntl_cmd()
|
| /linux/tools/perf/ |
| A D | builtin-daemon.c | 593 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) { in setup_server_socket() 1211 if (fcntl(fd, F_SETFD, FD_CLOEXEC)) { in go_background()
|
| /linux/tools/perf/util/ |
| A D | evlist.c | 1513 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload() 1587 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in evlist__prepare_workload()
|
| /linux/tools/testing/selftests/net/ |
| A D | nettest.c | 1536 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|
| /linux/Documentation/process/ |
| A D | adding-syscalls.rst | 118 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
|
| /linux/Documentation/translations/it_IT/process/ |
| A D | adding-syscalls.rst | 131 ``xyzzy()`` e ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, dove un inaspettato
|
| /linux/Documentation/translations/sp_SP/process/ |
| A D | adding-syscalls.rst | 135 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, donde un ``fork()`` inesperado y
|
Completed in 30 milliseconds