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.c1978 struct errhdr_t { in host_to_target_cmsg() struct
1982 struct errhdr_t *errh = (struct errhdr_t *)data; in host_to_target_cmsg()
1983 struct errhdr_t *target_errh = in host_to_target_cmsg()
1984 (struct errhdr_t *)target_data; in host_to_target_cmsg()
1986 if (len != sizeof(struct errhdr_t) || in host_to_target_cmsg()
1987 tgt_len != sizeof(struct errhdr_t)) { in host_to_target_cmsg()