Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/generic/
H A Dfcntl.h16 #ifndef TARGET_O_CREAT
17 #define TARGET_O_CREAT 0100 /* not fcntl */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h13 #define TARGET_O_CREAT 01000 /* 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/sparc/
H A Dtarget_fcntl.h13 #define TARGET_O_CREAT 0x0200 /* not fcntl */ macro
/openbmc/qemu/linux-user/
H A Dstrace.c3554 int is_creat = (arg1 & TARGET_O_CREAT); in print_mq_open()
3573 int is_creat = (arg1 & TARGET_O_CREAT); in print_open()
3590 int is_creat = (arg2 & TARGET_O_CREAT); in print_openat()
3621 if (how.flags & TARGET_O_CREAT) { in print_openat2()
H A Dsyscall.c428 { TARGET_O_CREAT, TARGET_O_CREAT, O_CREAT, O_CREAT, },