Home
last modified time | relevance | path

Searched defs:TARGET_O_EXCL (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h15 #define TARGET_O_EXCL 04000 /* 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/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/generic/
H A Dfcntl.h20 #define TARGET_O_EXCL 0200 /* not fcntl */ macro