Searched refs:compat_path (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/udev/ ! |
D | udev-builtin-path_id.c | 265 static sd_device *handle_scsi_ata(sd_device *parent, char **path, char **compat_path) { in handle_scsi_ata() argument 301 if (compat_path) in handle_scsi_ata() 302 path_prepend(compat_path, "ata-%s", port_no); in handle_scsi_ata() 417 static sd_device *handle_scsi(sd_device *parent, char **path, char **compat_path, bool *supported_p… in handle_scsi() argument 451 return handle_scsi_ata(parent, path, compat_path); in handle_scsi() 549 _cleanup_free_ char *compat_path = NULL; in builtin_path_id() local 567 parent = handle_scsi(parent, &path, &compat_path, &supported_parent); in builtin_path_id() 587 if (compat_path) in builtin_path_id() 588 path_prepend(&compat_path, "pci-%s", sysname); in builtin_path_id() 593 if (compat_path) in builtin_path_id() [all …]
|