Lines Matching refs:errh

1969                 struct errhdr_t *errh = (struct errhdr_t *)data;  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()
1985 (void *) &errh->offender, sizeof(errh->offender)); in host_to_target_cmsg()
2013 struct errhdr6_t *errh = (struct errhdr6_t *)data; 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()
2029 (void *) &errh->offender, sizeof(errh->offender)); in host_to_target_cmsg()