Home
last modified time | relevance | path

Searched refs:tgt_len (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
1891 tgt_len = len; in host_to_target_cmsg()
1896 tgt_len = sizeof(struct target_timeval); in host_to_target_cmsg()
1906 if (msg_controllen < TARGET_CMSG_LEN(tgt_len)) { in host_to_target_cmsg()
1908 tgt_len = msg_controllen - sizeof(struct target_cmsghdr); in host_to_target_cmsg()
1923 int i, numfds = tgt_len / sizeof(int); in host_to_target_cmsg()
1937 tgt_len != sizeof(struct target_timeval)) { in host_to_target_cmsg()
1970 tgt_len != sizeof(uint32_t)) { in host_to_target_cmsg()
1987 tgt_len != sizeof(struct errhdr_t)) { in host_to_target_cmsg()
2014 tgt_len != sizeof(uint32_t)) { in host_to_target_cmsg()
[all …]