Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/
H A Dsyscall.c1574 int tgt_len, tgt_space; in host_to_target_cmsg() local
1767 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
1768 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
1769 tgt_space = msg_controllen; in host_to_target_cmsg()
1771 msg_controllen -= tgt_space; in host_to_target_cmsg()
1772 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu42/qemu-4.2.1/linux-user/
H A Dsyscall.c1626 int tgt_len, tgt_space; in host_to_target_cmsg() local
1819 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
1820 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
1821 tgt_space = msg_controllen; in host_to_target_cmsg()
1823 msg_controllen -= tgt_space; in host_to_target_cmsg()
1824 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu/qemu-6.2.0/linux-user/
H A Dsyscall.c1856 int tgt_len, tgt_space; in host_to_target_cmsg() local
2049 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
2050 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
2051 tgt_space = msg_controllen; in host_to_target_cmsg()
2053 msg_controllen -= tgt_space; in host_to_target_cmsg()
2054 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu5/qemu-5.2.0/linux-user/
H A Dsyscall.c1960 int tgt_len, tgt_space; in host_to_target_cmsg() local
2153 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
2154 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
2155 tgt_space = msg_controllen; in host_to_target_cmsg()
2157 msg_controllen -= tgt_space; in host_to_target_cmsg()
2158 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/
H A Dsyscall.c1626 int tgt_len, tgt_space; in host_to_target_cmsg() local
1819 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
1820 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
1821 tgt_space = msg_controllen; in host_to_target_cmsg()
1823 msg_controllen -= tgt_space; in host_to_target_cmsg()
1824 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/
H A Dsyscall.c1719 int tgt_len, tgt_space; in host_to_target_cmsg() local
1912 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
1913 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
1914 tgt_space = msg_controllen; in host_to_target_cmsg()
1916 msg_controllen -= tgt_space; in host_to_target_cmsg()
1917 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/
H A Dsyscall.c1854 int tgt_len, tgt_space; in host_to_target_cmsg() local
2047 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
2048 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
2049 tgt_space = msg_controllen; in host_to_target_cmsg()
2051 msg_controllen -= tgt_space; in host_to_target_cmsg()
2052 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/
H A Dsyscall.c1686 int tgt_len, tgt_space; in host_to_target_cmsg() local
1879 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
1880 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
1881 tgt_space = msg_controllen; in host_to_target_cmsg()
1883 msg_controllen -= tgt_space; in host_to_target_cmsg()
1884 space += tgt_space; in host_to_target_cmsg()
/dports/emulators/qemu60/qemu-6.0.0/linux-user/
H A Dsyscall.c1977 int tgt_len, tgt_space; in host_to_target_cmsg() local
2170 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()
2171 if (msg_controllen < tgt_space) { in host_to_target_cmsg()
2172 tgt_space = msg_controllen; in host_to_target_cmsg()
2174 msg_controllen -= tgt_space; in host_to_target_cmsg()
2175 space += tgt_space; in host_to_target_cmsg()