Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1868 int tgt_len, tgt_space; in host_to_target_cmsg() local
2061 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
2062 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
2063 tgt_space = msg_controllen; in host_to_target_cmsg()
2065 msg_controllen -= tgt_space; in host_to_target_cmsg()
2066 space += tgt_space; in host_to_target_cmsg()