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.c1855 int tgt_len, tgt_space; in host_to_target_cmsg() local
2048 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
2049 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
2050 tgt_space = msg_controllen; in host_to_target_cmsg()
2052 msg_controllen -= tgt_space; in host_to_target_cmsg()
2053 space += tgt_space; in host_to_target_cmsg()