taglinefilesource code
the_template193drivers/scsi/53c7,8xx.cstatic Scsi_Host_Template *the_template = NULL;  
the_template437drivers/scsi/53c7,8xx.cfor (search = first_host; search && (search->hostt == the_template) &&
the_template610drivers/scsi/53c7,8xx.cif (!the_template) {
the_template611drivers/scsi/53c7,8xx.cthe_template = host->hostt;
the_template2046drivers/scsi/53c7,8xx.c(host->hostt == the_template); --dev, host = host->next)
the_template283drivers/scsi/NCR5380.cstatic Scsi_Host_Template *the_template = NULL;
the_template791drivers/scsi/NCR5380.cif (!the_template) {
the_template792drivers/scsi/NCR5380.cthe_template = instance->hostt;
the_template931drivers/scsi/NCR5380.cinstance->hostt == the_template; instance=instance->next) {
the_template1039drivers/scsi/NCR5380.cthe_template); instance = instance->next)