Searched defs:scsi_type (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/
H A Dudev-builtin-usb_id.c312 const char *scsi_model, *scsi_vendor, *scsi_type, *scsi_rev; local
348 scsi_type = udev_device_get_sysattr_value(dev_scsi, "type");
349 if (!scsi_type) {
354 set_scsi_type(type_str, scsi_type, sizeof(type_str)-1);

Completed in 11 milliseconds