taglinefilesource code
the_template241drivers/scsi/NCR5380.cstatic Scsi_Host_Template *the_template = NULL;
the_template684drivers/scsi/NCR5380.cif (!the_template) {
the_template685drivers/scsi/NCR5380.cthe_template = instance->hostt;
the_template818drivers/scsi/NCR5380.cfor (instance = first_instance; instance && instance->hostt == the_template; 
the_template926drivers/scsi/NCR5380.cthe_template); instance = instance->next)