tag | line | file | source code |
first_instance | 281 | drivers/scsi/NCR5380.c | static struct Scsi_Host *first_instance = NULL; |
first_instance | 731 | drivers/scsi/NCR5380.c | first_instance = instance; |
first_instance | 863 | drivers/scsi/NCR5380.c | for (instance = first_instance; instance && instance->hostt == the_template; |
first_instance | 971 | drivers/scsi/NCR5380.c | for (instance = first_instance; instance && (instance->hostt == |
first_instance | 239 | drivers/scsi/NCR5380.h | static struct Scsi_Host *first_instance; /* linked list of 5380's */ |