Home
last modified time | relevance | path

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

/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c310 struct udev_device *hostdev; in handle_scsi_default() local
319 hostdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_host"); in handle_scsi_default()
320 if (hostdev == NULL) in handle_scsi_default()
345 base = strdup(udev_device_get_syspath(hostdev)); in handle_scsi_default()
390 return hostdev; in handle_scsi_default()
394 struct udev_device *hostdev; in handle_scsi_hyperv() local
401 hostdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_host"); in handle_scsi_hyperv()
402 if (!hostdev) in handle_scsi_hyperv()
405 vmbusdev = udev_device_get_parent(hostdev); in handle_scsi_hyperv()

Completed in 2 milliseconds