Searched refs:hpsa_ioctl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 230 static int hpsa_ioctl(struct scsi_device *dev, int cmd, void __user *arg); 900 .ioctl = hpsa_ioctl, 6080 err = hpsa_ioctl(dev, CCISS_PASSTHRU, p); in hpsa_ioctl32_passthru() 6118 err = hpsa_ioctl(dev, CCISS_BIG_PASSTHRU, p); in hpsa_ioctl32_big_passthru() 6146 return hpsa_ioctl(dev, cmd, arg); in hpsa_compat_ioctl() 6451 static int hpsa_ioctl(struct scsi_device *dev, int cmd, void __user *arg) in hpsa_ioctl() function
|