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

/systemd/src/udev/
H A Dudev-builtin-path_id.c131 struct udev_device *target_parent; local
143 target_parent = udev_device_get_parent(targetdev);
144 if (target_parent == NULL)
148 udev_device_get_sysname(target_parent));
170 struct udev_device *target_parent; local
188 target_parent = udev_device_get_parent(targetdev);
189 if (target_parent == NULL)
194 "sas_device", udev_device_get_sysname(target_parent));
199 port = udev_device_get_parent(target_parent);
325 struct udev_device *target_parent; local
[all...]

Completed in 357 milliseconds