Home
last modified time | relevance | path

Searched refs:F_SETFD (Results 1 – 11 of 11) sorted by relevance

/linux/include/trace/misc/
A Dfs.h54 { F_SETFD, "SETFD" }, \
75 { F_SETFD, "SETFD" }, \
/linux/include/uapi/asm-generic/
A Dfcntl.h101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
/linux/tools/perf/trace/beauty/
A Dfcntl.c78 if (cmd == F_SETFD) in syscall_arg__scnprintf_fcntl_arg()
/linux/arch/um/os-Linux/
A Dfile.c207 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 Dfcntl.c465 case F_SETFD: in do_fcntl()
564 case F_SETFD: in check_fcntl_cmd()
/linux/tools/perf/
A Dbuiltin-daemon.c593 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 Devlist.c1513 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 Dnettest.c1536 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
/linux/Documentation/process/
A Dadding-syscalls.rst118 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
/linux/Documentation/translations/it_IT/process/
A Dadding-syscalls.rst131 ``xyzzy()`` e ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, dove un inaspettato
/linux/Documentation/translations/sp_SP/process/
A Dadding-syscalls.rst135 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, donde un ``fork()`` inesperado y

Completed in 30 milliseconds