Home
last modified time | relevance | path

Searched refs:TARGET_O_CLOEXEC (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/generic/
H A Dfcntl.h55 #ifndef TARGET_O_CLOEXEC
56 #define TARGET_O_CLOEXEC 02000000 macro
/openbmc/qemu/linux-user/
H A Dsocket.h36 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC
H A Dsyscall.c446 { TARGET_O_CLOEXEC, TARGET_O_CLOEXEC, O_CLOEXEC, O_CLOEXEC },
7953 if (flags & ~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)) { in do_signalfd4()
9631 host_flags = arg3 & ~TARGET_O_CLOEXEC; in _syscall2()
9632 if (arg3 & TARGET_O_CLOEXEC) { in _syscall2()
9919 if ((arg3 & ~TARGET_O_CLOEXEC) != 0) { in _syscall2()
13232 int host_flags = arg2 & (~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)); in _syscall2()
13236 if (arg2 & TARGET_O_CLOEXEC) { in _syscall2()
/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h23 #define TARGET_O_CLOEXEC 010000000 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_fcntl.h22 #define TARGET_O_CLOEXEC 010000000 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_fcntl.h27 #define TARGET_O_CLOEXEC 0x400000 macro
/openbmc/qemu/linux-user/mips/
H A Dsockbits.h109 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC