Home
last modified time | relevance | path

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

/Linux-v5.4/include/scsi/
Dsg.h114 } sg_scsi_id_t; /* 32 bytes long on i386 */ typedef
/Linux-v5.4/drivers/scsi/
Dsg.c966 if (!access_ok(p, sizeof (sg_scsi_id_t))) in sg_ioctl()
969 sg_scsi_id_t __user *sg_idp = p; in sg_ioctl()