Home
last modified time | relevance | path

Searched refs:target_parent (Results 1 - 1 of 1) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c124 struct udev_device *target_parent; in handle_scsi_sas_wide_port() local
133 target_parent = udev_device_get_parent(targetdev); in handle_scsi_sas_wide_port()
134 if (target_parent == NULL) in handle_scsi_sas_wide_port()
138 udev_device_get_sysname(target_parent)); in handle_scsi_sas_wide_port()
161 struct udev_device *target_parent; in handle_scsi_sas() local
176 target_parent = udev_device_get_parent(targetdev); in handle_scsi_sas()
177 if (target_parent == NULL) in handle_scsi_sas()
182 "sas_device", udev_device_get_sysname(target_parent)); in handle_scsi_sas()
187 port = udev_device_get_parent(target_parent); in handle_scsi_sas()

Completed in 2 milliseconds