Lines Matching refs:sd_device_get_sysname
123 if (sd_device_get_sysname(targetdev, &sysname) < 0) in handle_scsi_fibre_channel()
148 if (sd_device_get_sysname(target_parent, &sysname) < 0) in handle_scsi_sas_wide_port()
175 if (sd_device_get_sysname(target_parent, &sysname) < 0) in handle_scsi_sas()
183 if (sd_device_get_sysname(port, &sysname) < 0) in handle_scsi_sas()
203 if (sd_device_get_sysname(expander, &sysname) < 0) in handle_scsi_sas()
236 if (sd_device_get_sysname(transportdev, &sysname) < 0) in handle_scsi_iscsi()
274 if (sd_device_get_sysname(parent, &name) < 0) in handle_scsi_ata()
285 if (sd_device_get_sysname(target_parent, &sysname) < 0) in handle_scsi_ata()
320 if (sd_device_get_sysname(parent, &name) < 0) in handle_scsi_default()
465 if (sd_device_get_sysname(parent, &str) < 0) in handle_cciss()
481 if (sd_device_get_sysname(dev, &name) < 0) in handle_scsi_tape()
498 if (sd_device_get_sysname(parent, &str) < 0) in handle_usb()
517 if (sd_device_get_sysname(parent, &sysname) < 0) in handle_bcma()
539 if (sd_device_get_sysname(parent, &sysname) >= 0) in handle_ap()
562 sd_device_get_sysname(parent, &sysname) < 0) { in builtin_path_id()