tag | line | file | source code |
---|---|---|---|
the_template | 241 | drivers/scsi/NCR5380.c | static Scsi_Host_Template *the_template = NULL; |
the_template | 684 | drivers/scsi/NCR5380.c | if (!the_template) { |
the_template | 685 | drivers/scsi/NCR5380.c | the_template = instance->hostt; |
the_template | 818 | drivers/scsi/NCR5380.c | for (instance = first_instance; instance && instance->hostt == the_template; |
the_template | 926 | drivers/scsi/NCR5380.c | the_template); instance = instance->next) |