Home
last modified time | relevance | path

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

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