Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsocket.h33 #define TARGET_SOCK_TYPE_MASK 0xf /* Covers up to TARGET_SOCK_MAX-1. */ macro
H A Dstrace.c467 switch (type & TARGET_SOCK_TYPE_MASK) { in print_socket_type()
H A Dsyscall.c3077 switch (target_type & TARGET_SOCK_TYPE_MASK) { in target_to_host_sock_type()
3085 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type()
/qemu/linux-user/mips/
H A Dsockbits.h106 #define TARGET_SOCK_TYPE_MASK 0xf /* Covers up to TARGET_SOCK_MAX-1. */ macro