Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h13 #define TARGET_O_CREAT 01000 /* not fcntl */ macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_fcntl.h13 #define TARGET_O_CREAT 0x0200 /* not fcntl */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_fcntl.h14 #define TARGET_O_CREAT 000000400 /* not fcntl */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h14 #define TARGET_O_CREAT 0x0100 /* not fcntl */ macro
/openbmc/qemu/linux-user/generic/
H A Dfcntl.h17 #define TARGET_O_CREAT 0100 /* not fcntl */ macro