Home
last modified time | relevance | path

Searched refs:TARGET_O_NONBLOCK (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/linux-user/generic/
H A Dfcntl.h31 #ifndef TARGET_O_NONBLOCK
32 #define TARGET_O_NONBLOCK 04000 macro
71 #define TARGET_O_NDELAY TARGET_O_NONBLOCK
/openbmc/qemu/linux-user/sparc/
H A Dtarget_fcntl.h17 #define TARGET_O_NONBLOCK 0x4000 macro
21 # define TARGET_O_NDELAY (0x0004 | TARGET_O_NONBLOCK)
/openbmc/qemu/linux-user/
H A Dsocket.h38 #define TARGET_SOCK_NONBLOCK TARGET_O_NONBLOCK
H A Dsyscall.c295 #define TARGET_O_NONBLOCK_MASK TARGET_O_NONBLOCK
433 { TARGET_O_NONBLOCK, TARGET_O_NONBLOCK, O_NONBLOCK, O_NONBLOCK, },
13233 if (arg2 & TARGET_O_NONBLOCK) { in _syscall2()
/openbmc/qemu/linux-user/alpha/
H A Dtarget_fcntl.h11 #define TARGET_O_NONBLOCK 04 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_fcntl.h11 #define TARGET_O_NONBLOCK 000200000 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h13 #define TARGET_O_NONBLOCK 0x0080 macro
H A Dsockbits.h110 #define TARGET_SOCK_NONBLOCK TARGET_O_NONBLOCK