Home
last modified time | relevance | path

Searched refs:TARGET_SOCK_CLOEXEC (Results 1 – 4 of 4) sorted by relevance

/qemu/linux-user/
H A Dsocket.h36 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC macro
H A Dsyscall.c791 target_type |= TARGET_SOCK_CLOEXEC; in safe_syscall3()
3088 if (target_type & TARGET_SOCK_CLOEXEC) { in target_to_host_sock_type()
3401 if (flags & ~(TARGET_SOCK_CLOEXEC | TARGET_SOCK_NONBLOCK)) { in do_accept4()
3409 if (flags & TARGET_SOCK_CLOEXEC) { in do_accept4()
H A Dstrace.c487 if (type & TARGET_SOCK_CLOEXEC) { in print_socket_type()
/qemu/linux-user/mips/
H A Dsockbits.h109 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC macro