Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c1722 struct target_msghdr *target_msgh) in target_to_host_cmsg() argument
1730 msg_controllen = tswapal(target_msgh->msg_controllen); in target_to_host_cmsg()
1733 target_cmsg_addr = tswapal(target_msgh->msg_control); in target_to_host_cmsg()
1806 target_cmsg = TARGET_CMSG_NXTHDR(target_msgh, target_cmsg, in target_to_host_cmsg()
1815 static inline abi_long host_to_target_cmsg(struct target_msghdr *target_msgh, in host_to_target_cmsg() argument
1824 msg_controllen = tswapal(target_msgh->msg_controllen); in host_to_target_cmsg()
1827 target_cmsg_addr = tswapal(target_msgh->msg_control); in host_to_target_cmsg()
1847 target_msgh->msg_flags |= tswap32(MSG_CTRUNC); in host_to_target_cmsg()
1877 target_msgh->msg_flags |= tswap32(MSG_CTRUNC); in host_to_target_cmsg()
2038 target_cmsg = TARGET_CMSG_NXTHDR(target_msgh, target_cmsg, in host_to_target_cmsg()
[all …]