Lines Matching refs:target_errh

1970                 struct errhdr_t *target_errh =  in host_to_target_cmsg()  local
1977 __put_user(errh->ee.ee_errno, &target_errh->ee.ee_errno); in host_to_target_cmsg()
1978 __put_user(errh->ee.ee_origin, &target_errh->ee.ee_origin); in host_to_target_cmsg()
1979 __put_user(errh->ee.ee_type, &target_errh->ee.ee_type); in host_to_target_cmsg()
1980 __put_user(errh->ee.ee_code, &target_errh->ee.ee_code); in host_to_target_cmsg()
1981 __put_user(errh->ee.ee_pad, &target_errh->ee.ee_pad); in host_to_target_cmsg()
1982 __put_user(errh->ee.ee_info, &target_errh->ee.ee_info); in host_to_target_cmsg()
1983 __put_user(errh->ee.ee_data, &target_errh->ee.ee_data); in host_to_target_cmsg()
1984 host_to_target_sockaddr((unsigned long) &target_errh->offender, in host_to_target_cmsg()
2014 struct errhdr6_t *target_errh = in host_to_target_cmsg() local
2021 __put_user(errh->ee.ee_errno, &target_errh->ee.ee_errno); in host_to_target_cmsg()
2022 __put_user(errh->ee.ee_origin, &target_errh->ee.ee_origin); in host_to_target_cmsg()
2023 __put_user(errh->ee.ee_type, &target_errh->ee.ee_type); in host_to_target_cmsg()
2024 __put_user(errh->ee.ee_code, &target_errh->ee.ee_code); in host_to_target_cmsg()
2025 __put_user(errh->ee.ee_pad, &target_errh->ee.ee_pad); in host_to_target_cmsg()
2026 __put_user(errh->ee.ee_info, &target_errh->ee.ee_info); in host_to_target_cmsg()
2027 __put_user(errh->ee.ee_data, &target_errh->ee.ee_data); in host_to_target_cmsg()
2028 host_to_target_sockaddr((unsigned long) &target_errh->offender, in host_to_target_cmsg()