Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsocket.h37 #ifndef TARGET_SOCK_NONBLOCK
38 #define TARGET_SOCK_NONBLOCK TARGET_O_NONBLOCK macro
H A Dsyscall.c797 target_type |= TARGET_SOCK_NONBLOCK; in safe_syscall3()
3095 if (target_type & TARGET_SOCK_NONBLOCK) { in target_to_host_sock_type()
3110 if (target_type & TARGET_SOCK_NONBLOCK) { in sock_flags_fixup()
3401 if (flags & ~(TARGET_SOCK_CLOEXEC | TARGET_SOCK_NONBLOCK)) { in do_accept4()
3406 if (flags & TARGET_SOCK_NONBLOCK) { in do_accept4()
H A Dstrace.c490 if (type & TARGET_SOCK_NONBLOCK) { in print_socket_type()
/qemu/linux-user/alpha/
H A Dsockbits.h81 #define TARGET_SOCK_NONBLOCK 0x40000000 macro
/qemu/linux-user/mips/
H A Dsockbits.h110 #define TARGET_SOCK_NONBLOCK TARGET_O_NONBLOCK macro
/qemu/linux-user/hppa/
H A Dsockbits.h73 #define TARGET_SOCK_NONBLOCK 0x40000000 macro