Searched refs:tu_data (Results 1 – 2 of 2) sorted by relevance
46 void *tu_data; /* pointer to data in userspace */ member
1781 error = copyin(tu->tu_data, pdata, tu->tu_size); in tweioctl()1831 error = copyout(pdata, tu->tu_data, tu->tu_size); in tweioctl()