Searched refs:TARGET_SOCK_CLOEXEC (Results 1 – 4 of 4) sorted by relevance
36 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC macro
791 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()
487 if (type & TARGET_SOCK_CLOEXEC) { in print_socket_type()
109 #define TARGET_SOCK_CLOEXEC TARGET_O_CLOEXEC macro