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

/systemd/src/udev/
H A Dudev-builtin-path_id.c177 const char *phy_id; local
222 phy_id = udev_device_get_sysattr_value(target_sasdev, "phy_identifier");
223 if (phy_id == NULL) {
250 path_prepend(path, "sas-exp%s-phy%s-%s", sas_address, phy_id, lun);
252 path_prepend(path, "sas-phy%s-%s", phy_id, lun);

Completed in 1430 milliseconds