Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c1965 struct errhdr_t { in host_to_target_cmsg() struct
1969 struct errhdr_t *errh = (struct errhdr_t *)data; in host_to_target_cmsg()
1970 struct errhdr_t *target_errh = in host_to_target_cmsg()
1971 (struct errhdr_t *)target_data; in host_to_target_cmsg()
1973 if (len != sizeof(struct errhdr_t) || in host_to_target_cmsg()
1974 tgt_len != sizeof(struct errhdr_t)) { in host_to_target_cmsg()