Home
last modified time | relevance | path

Searched refs:TARGET_O_ACCMODE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/generic/
H A Dfcntl.h12 #define TARGET_O_ACCMODE 0003 macro
/openbmc/qemu/linux-user/
H A Dstrace.c1651 print_flags(open_access_flags, flags & TARGET_O_ACCMODE, 1); in print_open_flags()
1652 flags &= ~TARGET_O_ACCMODE; in print_open_flags()
H A Dsyscall.c428 { TARGET_O_ACCMODE, TARGET_O_WRONLY, O_ACCMODE, O_WRONLY, },
429 { TARGET_O_ACCMODE, TARGET_O_RDWR, O_ACCMODE, O_RDWR, },