Searched refs:F_DUPFD_CLOEXEC (Results 1 – 11 of 11) sorted by relevance
18 #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()
178 #ifdef F_DUPFD_CLOEXEC in qemu_dup()179 ret = fcntl(fd, F_DUPFD_CLOEXEC, 0); in qemu_dup()
320 case F_DUPFD_CLOEXEC: in do_fcntl()424 case F_DUPFD_CLOEXEC: in check_fcntl_cmd()
560 fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in ensure_good_fd()
4443 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in bpf_map__reuse_fd()
343 +#ifndef F_DUPFD_CLOEXEC344 +#define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */
603 #ifdef F_DUPFD_CLOEXEC in parse_add_fd()604 dupfd = fcntl(fd, F_DUPFD_CLOEXEC, 0); in parse_add_fd()
2311 #ifdef F_DUPFD_CLOEXEC in print_fcntl()
6792 #ifdef F_DUPFD_CLOEXEC in target_to_host_fcntl_cmd()6794 ret = F_DUPFD_CLOEXEC; in target_to_host_fcntl_cmd()