Searched refs:conndev (Results 1 – 1 of 1) sorted by relevance
257 struct udev_device *conndev = NULL; in handle_scsi_iscsi() local286 conndev = udev_device_new_from_subsystem_sysname(udev, "iscsi_connection", connname); in handle_scsi_iscsi()288 if (conndev == NULL) { in handle_scsi_iscsi()292 addr = udev_device_get_sysattr_value(conndev, "persistent_address"); in handle_scsi_iscsi()293 port = udev_device_get_sysattr_value(conndev, "persistent_port"); in handle_scsi_iscsi()305 udev_device_unref(conndev); in handle_scsi_iscsi()