scsi_strvis
void scsi_strvis(char *, size_t, const char *, size_t);
scsi_strvis(buf, sizeof(buf), (char *)did->designator,
scsi_strvis(vendor, sizeof(vendor), inqbuf.vendor,
scsi_strvis(product, sizeof(product), inqbuf.product,
scsi_strvis(revision, sizeof(revision), inqbuf.revision,
scsi_strvis(ident, sizeof(ident), (char *)ser->serial_number,
scsi_strvis(vendor, sizeof(vendor), inqbuf.vendor,
scsi_strvis(product, sizeof(product), inqbuf.product,
scsi_strvis(revision, sizeof(revision), inqbuf.revision,