Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c2009 struct errhdr6_t { in host_to_target_cmsg() struct
2013 struct errhdr6_t *errh = (struct errhdr6_t *)data; in host_to_target_cmsg()
2014 struct errhdr6_t *target_errh = in host_to_target_cmsg()
2015 (struct errhdr6_t *)target_data; in host_to_target_cmsg()
2017 if (len != sizeof(struct errhdr6_t) || in host_to_target_cmsg()
2018 tgt_len != sizeof(struct errhdr6_t)) { in host_to_target_cmsg()