tag | line | file | source code |
the_template | 204 | drivers/scsi/53c7,8xx.c | static Scsi_Host_Template *the_template = NULL; |
the_template | 443 | drivers/scsi/53c7,8xx.c | for (search = first_host; search && ((search->hostt != the_template) || |
the_template | 622 | drivers/scsi/53c7,8xx.c | if (!the_template) { |
the_template | 623 | drivers/scsi/53c7,8xx.c | the_template = host->hostt; |
the_template | 2143 | drivers/scsi/53c7,8xx.c | (host->hostt == the_template); --dev, host = host->next) |
the_template | 4012 | drivers/scsi/53c7,8xx.c | if (tmp->hostt == the_template && tmp->irq == host->irq) |
the_template | 288 | drivers/scsi/NCR5380.c | static Scsi_Host_Template *the_template = NULL; |
the_template | 797 | drivers/scsi/NCR5380.c | if (!the_template) { |
the_template | 798 | drivers/scsi/NCR5380.c | the_template = instance->hostt; |
the_template | 937 | drivers/scsi/NCR5380.c | instance->hostt == the_template; instance=instance->next) { |
the_template | 1045 | drivers/scsi/NCR5380.c | the_template); instance = instance->next) |