Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dtweio.h86 struct twe_paramcommand { struct
93 #define TWEIO_SET_PARAM _IOW('T', 104, struct twe_paramcommand) argument
94 #define TWEIO_GET_PARAM _IOW('T', 105, struct twe_paramcommand)
Dtwe.c1748 struct twe_paramcommand *tp; in tweioctl()
1756 tp = (struct twe_paramcommand *)data; in tweioctl()