Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dtweio.h47 size_t tu_size; /* userspace data length */ member
Dtwe.c1768 if (tu->tu_size > 0) { in tweioctl()
1773 if (tu->tu_size > TWE_SECTOR_SIZE) { in tweioctl()
1776 device_xname(twe->sc_dev), tu->tu_size); in tweioctl()
1781 error = copyin(tu->tu_data, pdata, tu->tu_size); in tweioctl()
1830 if (tu->tu_size > 0) in tweioctl()
1831 error = copyout(pdata, tu->tu_data, tu->tu_size); in tweioctl()