Home
last modified time | relevance | path

Searched refs:phy_count (Results 1 – 1 of 1) sorted by relevance

/third_party/eudev/src/udev/
Dudev-builtin-path_id.c169 const char *phy_count; in handle_scsi_sas() local
197 phy_count = udev_device_get_sysattr_value(port_sasdev, "num_phys"); in handle_scsi_sas()
198 if (phy_count == NULL) { in handle_scsi_sas()
204 if (strncmp(phy_count, "1", 2) != 0) { in handle_scsi_sas()