Searched refs:DriverVer_type (Results 1 – 3 of 3) sorted by relevance
36 typedef __u32 DriverVer_type; typedef75 #define CCISS_GETDRIVVER _IOR(CCISS_IOC_MAGIC, 9, DriverVer_type)
2612 DriverVer_type DriverVer; in hpsa_getdrivver_ioctl()2628 if (copy_to_user(argp, &DriverVer, sizeof(DriverVer_type))) in hpsa_getdrivver_ioctl()
1436 DriverVer_type DriverVer = DRIVER_VERSION; in cciss_getdrivver()1440 if (copy_to_user(argp, &DriverVer, sizeof(DriverVer_type))) in cciss_getdrivver()