Home
last modified time | relevance | path

Searched refs:TARGET_O_EXCL (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/generic/
H A Dfcntl.h19 #ifndef TARGET_O_EXCL
20 #define TARGET_O_EXCL 0200 /* not fcntl */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h15 #define TARGET_O_EXCL 04000 /* not fcntl */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_fcntl.h15 #define TARGET_O_EXCL 000002000 /* not fcntl */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h16 #define TARGET_O_EXCL 0x0400 /* not fcntl */ macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_fcntl.h15 #define TARGET_O_EXCL 0x0800 /* not fcntl */ macro
/openbmc/qemu/linux-user/
H A Dsyscall.c429 { TARGET_O_EXCL, TARGET_O_EXCL, O_EXCL, O_EXCL, },