Home
last modified time | relevance | path

Searched refs:TARGET_F_DUPFD_CLOEXEC (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h413 #define TARGET_F_DUPFD_CLOEXEC 17 macro
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2249 #define TARGET_F_DUPFD_CLOEXEC (TARGET_F_LINUX_SPECIFIC_BASE + 6) macro
H A Dstrace.c2224 case TARGET_F_DUPFD_CLOEXEC: in print_fcntl()
H A Dsyscall.c6766 case TARGET_F_DUPFD_CLOEXEC: in target_to_host_fcntl_cmd()