scsi_get_vpd_page (9) Linux Manual Page
scsi_get_vpd_page – Get Vital Product Data from a SCSI device Synopsis int scsi_get_vpd_page(struct scsi_device *sdev, u8 page, unsigned char *buf, int buf_len); Arguments sdev The device to ask page Which Vital Product Data to return buf where to store the VPD buf_len number of bytes in the VPD buffer area Description SCSI devices may optionally…
