Searched defs:sg_scsi_id (Results 1 – 3 of 3) sorted by relevance
102 struct sg_scsi_id { struct104 int host_no;105 int channel;107 int scsi_id;108 int lun;110 int scsi_type;112 short int h_cmd_per_lun;114 short int d_queue_depth;116 int unused[2];
135 typedef struct sg_scsi_id { /* used by SG_GET_SCSI_ID ioctl() */ struct144 } sg_scsi_id_t; /* 32 bytes long on i386 */ argument