Home
last modified time | relevance | path

Searched defs:TARGET_O_NOCTTY (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h16 #define TARGET_O_NOCTTY 010000 /* not fcntl */ macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_fcntl.h23 #define TARGET_O_NOCTTY 0x8000 /* not fcntl */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_fcntl.h16 #define TARGET_O_NOCTTY 000400000 /* not fcntl */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h17 #define TARGET_O_NOCTTY 0x0800 /* not fcntl */ macro
/openbmc/qemu/linux-user/generic/
H A Dfcntl.h23 #define TARGET_O_NOCTTY 0400 /* not fcntl */ macro