__devices         384 drivers/scsi/hosts.c 	INIT_LIST_HEAD(&shost->__devices);
__devices         567 drivers/scsi/scsi.c 	struct list_head *list = (prev ? &prev->siblings : &shost->__devices);
__devices         572 drivers/scsi/scsi.c 	while (list->next != &shost->__devices) {
__devices         718 drivers/scsi/scsi.c 	list_for_each_entry(sdev, &shost->__devices, siblings) {
__devices        1868 drivers/scsi/scsi_scan.c 	list_for_each_entry(sdev, &shost->__devices, siblings) {
__devices        1460 drivers/scsi/scsi_sysfs.c 	list_for_each_entry(sdev, &shost->__devices, siblings) {
__devices        1598 drivers/scsi/scsi_sysfs.c 	list_add_tail(&sdev->siblings, &shost->__devices);
__devices         499 drivers/target/target_core_pscsi.c 	list_for_each_entry(sd, &sh->__devices, siblings) {
__devices         387 include/scsi/scsi_device.h 	list_for_each_entry((sdev), &((shost)->__devices), siblings)
__devices         533 include/scsi/scsi_host.h 	struct list_head	__devices;