taglinefilesource code
the_template194drivers/scsi/53c7,8xx.cstatic Scsi_Host_Template *the_template = NULL;  
the_template458drivers/scsi/53c7,8xx.cfor (search = first_host; search && (search->hostt == the_template) &&
the_template631drivers/scsi/53c7,8xx.cif (!the_template) {
the_template632drivers/scsi/53c7,8xx.cthe_template = host->hostt;
the_template2067drivers/scsi/53c7,8xx.c(host->hostt == the_template); --dev, host = host->next)
the_template288drivers/scsi/NCR5380.cstatic Scsi_Host_Template *the_template = NULL;
the_template796drivers/scsi/NCR5380.cif (!the_template) {
the_template797drivers/scsi/NCR5380.cthe_template = instance->hostt;
the_template936drivers/scsi/NCR5380.cinstance->hostt == the_template; instance=instance->next) {
the_template1044drivers/scsi/NCR5380.cthe_template); instance = instance->next)