Searched refs:F_SETFD (Results 1 – 10 of 10) sorted by relevance
/linux/include/trace/misc/ |
H A D | fs.h | 54 { F_SETFD, "SETFD" }, \ 75 { F_SETFD, "SETFD" }, \
|
/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 100 #define F_SETFD 2 /* set/clear close_on_exec */ macro
|
/linux/tools/perf/trace/beauty/ |
H A D | fcntl.c | 78 if (cmd == F_SETFD) in syscall_arg__scnprintf_fcntl_arg()
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 333 fcntl(init_data.stub_data_fd, F_SETFD, 0); in userspace_tramp() 338 fcntl(iomem->fd, F_SETFD, 0); in userspace_tramp()
|
/linux/fs/ |
H A D | fcntl.c | 470 case F_SETFD: in do_fcntl() 569 case F_SETFD: in check_fcntl_cmd()
|
/linux/tools/perf/ |
H 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/testing/selftests/net/ |
H A D | nettest.c | 1536 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
|
/linux/Documentation/translations/it_IT/process/ |
H A D | adding-syscalls.rst | 131 ``xyzzy()`` e ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, dove un inaspettato
|
/linux/Documentation/process/ |
H A D | adding-syscalls.rst | 118 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | adding-syscalls.rst | 135 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, donde un ``fork()`` inesperado y
|