| tag | line | file | source code |
|---|---|---|---|
| detect | 290 | drivers/scsi/hosts.c | if ((tpnt->detect) && |
| detect | 292 | drivers/scsi/hosts.c | tpnt->detect(tpnt))) |
| detect | 78 | drivers/scsi/hosts.h | int (* detect)(struct SHT *); |
| detect | 294 | drivers/scsi/hosts.h | int (*detect)(Scsi_Device *); /* Returns 1 if we can attach this device */ |
| detect | 399 | drivers/scsi/scsi.c | if(sdtpnt->detect) SDpnt->attached += |
| detect | 400 | drivers/scsi/scsi.c | (*sdtpnt->detect)(SDpnt); |