Searched refs:targetdev (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/udev/ |
D | udev-builtin-path_id.c | 113 sd_device *targetdev; in handle_scsi_fibre_channel() local 121 … if (sd_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target", &targetdev) < 0) in handle_scsi_fibre_channel() 123 if (sd_device_get_sysname(targetdev, &sysname) < 0) in handle_scsi_fibre_channel() 136 sd_device *targetdev, *target_parent; in handle_scsi_sas_wide_port() local 144 … if (sd_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target", &targetdev) < 0) in handle_scsi_sas_wide_port() 146 if (sd_device_get_parent(targetdev, &target_parent) < 0) in handle_scsi_sas_wide_port() 161 sd_device *targetdev, *target_parent, *port, *expander; in handle_scsi_sas() local 171 … if (sd_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target", &targetdev) < 0) in handle_scsi_sas() 173 if (sd_device_get_parent(targetdev, &target_parent) < 0) in handle_scsi_sas() 266 sd_device *targetdev, *target_parent; in handle_scsi_ata() local [all …]
|