Searched defs:targetdev (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-path_id.c99 struct udev_device *targetdev; local
107 targetdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target");
108 if (targetdev == NULL)
111 fcdev = udev_device_new_from_subsystem_sysname(udev, "fc_transport", udev_device_get_sysname(targetdev));
130 struct udev_device *targetdev; local
139 targetdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target");
140 if (targetdev == NULL)
143 target_parent = udev_device_get_parent(targetdev);
169 struct udev_device *targetdev; local
184 targetdev
324 struct udev_device *targetdev; local
[all...]

Completed in 1768 milliseconds