Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1774 static inline abi_long target_to_host_cmsg(struct msghdr *msgh, in target_to_host_cmsg() argument
1777 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in target_to_host_cmsg()
1800 if (space > msgh->msg_controllen) { in target_to_host_cmsg()
1858 cmsg = CMSG_NXTHDR(msgh, cmsg); in target_to_host_cmsg()
1864 msgh->msg_controllen = space; in target_to_host_cmsg()
1869 struct msghdr *msgh) in host_to_target_cmsg() argument
1871 struct cmsghdr *cmsg = CMSG_FIRSTHDR(msgh); in host_to_target_cmsg()
2100 cmsg = CMSG_NXTHDR(msgh, cmsg); in host_to_target_cmsg()