Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h18 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h18 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dfcntl.c46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
/openbmc/qemu/util/
H A Dosdep.c178 #ifdef F_DUPFD_CLOEXEC in qemu_dup()
179 ret = fcntl(fd, F_DUPFD_CLOEXEC, 0); in qemu_dup()
/openbmc/linux/fs/
H A Dfcntl.c320 case F_DUPFD_CLOEXEC: in do_fcntl()
424 case F_DUPFD_CLOEXEC: in check_fcntl_cmd()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h560 fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in ensure_good_fd()
H A Dlibbpf.c4443 new_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in bpf_map__reuse_fd()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch343 +#ifndef F_DUPFD_CLOEXEC
344 +#define F_DUPFD_CLOEXEC 17 /* Like F_DUPFD, but FD_CLOEXEC is set */
/openbmc/qemu/system/
H A Dvl.c603 #ifdef F_DUPFD_CLOEXEC in parse_add_fd()
604 dupfd = fcntl(fd, F_DUPFD_CLOEXEC, 0); in parse_add_fd()
/openbmc/qemu/linux-user/
H A Dstrace.c2311 #ifdef F_DUPFD_CLOEXEC in print_fcntl()
H A Dsyscall.c6792 #ifdef F_DUPFD_CLOEXEC in target_to_host_fcntl_cmd()
6794 ret = F_DUPFD_CLOEXEC; in target_to_host_fcntl_cmd()