Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c1785 struct target_ucred *target_cred = in target_to_host_cmsg() local
1788 __get_user(cred->pid, &target_cred->pid); in target_to_host_cmsg()
1789 __get_user(cred->uid, &target_cred->uid); in target_to_host_cmsg()
1790 __get_user(cred->gid, &target_cred->gid); in target_to_host_cmsg()
1919 struct target_ucred *target_cred = in host_to_target_cmsg() local
1922 __put_user(cred->pid, &target_cred->pid); in host_to_target_cmsg()
1923 __put_user(cred->uid, &target_cred->uid); in host_to_target_cmsg()
1924 __put_user(cred->gid, &target_cred->gid); in host_to_target_cmsg()