Home
last modified time | relevance | path

Searched refs:targetdev (Results 1 – 1 of 1) sorted by relevance

/third_party/eudev/src/udev/
Dudev-builtin-path_id.c94 struct udev_device *targetdev; in handle_scsi_fibre_channel() local
99 targetdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target"); in handle_scsi_fibre_channel()
100 if (targetdev == NULL) in handle_scsi_fibre_channel()
103 …= udev_device_new_from_subsystem_sysname(udev, "fc_transport", udev_device_get_sysname(targetdev)); in handle_scsi_fibre_channel()
123 struct udev_device *targetdev; in handle_scsi_sas_wide_port() local
129 targetdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target"); in handle_scsi_sas_wide_port()
130 if (targetdev == NULL) in handle_scsi_sas_wide_port()
133 target_parent = udev_device_get_parent(targetdev); in handle_scsi_sas_wide_port()
160 struct udev_device *targetdev; in handle_scsi_sas() local
172 targetdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target"); in handle_scsi_sas()
[all …]