taglinefilesource code
the_template282drivers/scsi/NCR5380.cstatic Scsi_Host_Template *the_template = NULL;
the_template729drivers/scsi/NCR5380.cif (!the_template) {
the_template730drivers/scsi/NCR5380.cthe_template = instance->hostt;
the_template863drivers/scsi/NCR5380.cfor (instance = first_instance; instance && instance->hostt == the_template; 
the_template972drivers/scsi/NCR5380.cthe_template); instance = instance->next)