taglinefilesource code
the_template208drivers/scsi/53c7,8xx.cstatic Scsi_Host_Template *the_template = NULL;  
the_template447drivers/scsi/53c7,8xx.cfor (search = first_host; search && ((search->hostt != the_template) ||
the_template626drivers/scsi/53c7,8xx.cif (!the_template) {
the_template627drivers/scsi/53c7,8xx.cthe_template = host->hostt;
the_template2148drivers/scsi/53c7,8xx.c(host->hostt == the_template); --dev, host = host->next)
the_template4017drivers/scsi/53c7,8xx.cif (tmp->hostt == the_template && tmp->irq == host->irq)
the_template288drivers/scsi/NCR5380.cstatic Scsi_Host_Template *the_template = NULL;
the_template797drivers/scsi/NCR5380.cif (!the_template) {
the_template798drivers/scsi/NCR5380.cthe_template = instance->hostt;
the_template937drivers/scsi/NCR5380.cinstance->hostt == the_template; instance=instance->next) {
the_template1045drivers/scsi/NCR5380.cthe_template); instance = instance->next)