Searched refs:target_fd (Results 1 – 1 of 1) sorted by relevance
1829 int *target_fd = (int *)target_data; in target_to_host_cmsg() local1833 __get_user(fd[i], target_fd + i); in target_to_host_cmsg()1945 int *target_fd = (int *)target_data; in host_to_target_cmsg() local1949 __put_user(fd[i], target_fd + i); in host_to_target_cmsg()