Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/twe/
H A Dtweio.h83 struct twe_paramcommand { struct
90 #define TWEIO_SET_PARAM _IOW ('T', 104, struct twe_paramcommand) argument
91 #define TWEIO_GET_PARAM _IOW ('T', 105, struct twe_paramcommand)
H A Dtwe.c521 struct twe_paramcommand *tp = (struct twe_paramcommand *)addr; in twe_ioctl()