Searched refs:TARGET_O_ACCMODE (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/generic/ |
H A D | fcntl.h | 12 #define TARGET_O_ACCMODE 0003 macro
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1651 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 D | syscall.c | 428 { TARGET_O_ACCMODE, TARGET_O_WRONLY, O_ACCMODE, O_WRONLY, }, 429 { TARGET_O_ACCMODE, TARGET_O_RDWR, O_ACCMODE, O_RDWR, },
|