Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c1838 int tgt_len, tgt_space; in host_to_target_cmsg() local
2031 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
2032 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
2033 tgt_space = msg_controllen; in host_to_target_cmsg()
2035 msg_controllen -= tgt_space; in host_to_target_cmsg()
2036 space += tgt_space; in host_to_target_cmsg()