Home
last modified time | relevance | path

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

/third_party/eudev/src/udev/
Dudev-builtin-path_id.c562 const char *hba_id; in handle_ccw() local
564 hba_id = udev_device_get_sysattr_value(scsi_dev, "hba_id"); in handle_ccw()
567 if (hba_id != NULL && lun != NULL && wwpn != NULL) { in handle_ccw()
568 path_prepend(path, "ccw-%s-zfcp-%s:%s", hba_id, wwpn, lun); in handle_ccw()