Lines Matching refs:linked
829 * scsi.c: When incrementing usage count, walk block linked list
1183 hosts.c: Create a linked list of detected high level devices.
1188 hosts.h: Add prototype for linked list header. Add structure
1189 definition for device template structure which defines the linked
1192 scsi.c: (scan_scsis): Use linked list instead of knowledge about
1194 (scsi_dev_init): Use init functions for drivers on linked list
1242 * scsi.c (scan_scsis): Add new devices to end of linked list, not
1251 we want to use linked lists instead of arrays because it is easier
1285 Change scsi_devices into a linked list.
1297 * hosts.c: Rename scsi_hosts to builtin_scsi_hosts, create linked
1298 list scsi_hosts, linked together with the new "next" field.