Home
last modified time | relevance | path

Searched refs:TARGET_O_NOCTTY (Results 1 – 6 of 6) sorted by relevance

/qemu/linux-user/generic/
H A Dfcntl.h22 #ifndef TARGET_O_NOCTTY
23 #define TARGET_O_NOCTTY 0400 /* not fcntl */ macro
/qemu/linux-user/alpha/
H A Dtarget_fcntl.h16 #define TARGET_O_NOCTTY 010000 /* not fcntl */ macro
/qemu/linux-user/hppa/
H A Dtarget_fcntl.h16 #define TARGET_O_NOCTTY 000400000 /* not fcntl */ macro
/qemu/linux-user/mips/
H A Dtarget_fcntl.h17 #define TARGET_O_NOCTTY 0x0800 /* not fcntl */ macro
/qemu/linux-user/sparc/
H A Dtarget_fcntl.h23 #define TARGET_O_NOCTTY 0x8000 /* not fcntl */ macro
/qemu/linux-user/
H A Dsyscall.c431 { TARGET_O_NOCTTY, TARGET_O_NOCTTY, O_NOCTTY, O_NOCTTY, },