Searched refs:scsidp (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sg.c | 1337 static int sg_detect(Scsi_Device * scsidp) in sg_detect() argument 1404 static int sg_attach(Scsi_Device * scsidp) in sg_attach() argument 1418 scsidp->attached--; in sg_attach() 1433 scsidp->attached--; in sg_attach() 1436 " type=%d, minor number exceed %d\n", scsidp->host->host_no, in sg_attach() 1437 scsidp->channel, scsidp->id, scsidp->lun, scsidp->type, in sg_attach() 1446 scsidp->attached--; in sg_attach() 1453 sdp->device = scsidp; in sg_attach() 1459 sdp->sg_tablesize = scsidp->host ? scsidp->host->sg_tablesize : 0; in sg_attach() 1461 sdp->de = devfs_register (scsidp->de, "generic", DEVFS_FL_DEFAULT, in sg_attach() [all …]
|