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

/systemd/src/udev/
H A Dudev-builtin-path_id.c356 struct udev_device *hostdev; local
368 hostdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_host");
369 if (hostdev == NULL)
394 base = strdup(udev_device_get_syspath(hostdev));
439 return hostdev;
443 struct udev_device *hostdev; local
453 hostdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_host");
454 if (!hostdev)
457 vmbusdev = udev_device_get_parent(hostdev);

Completed in 1567 milliseconds