Searched refs:F_DUPFD_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
29 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
4892 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in bpf_map__reuse_fd()