scsi_strvis
scsi_strvis(board_name, pg->board_name, sizeof(pg->board_name));
scsi_strvis(sn, identify->sn, sizeof(identify->sn));
scsi_strvis(mn, identify->mn, sizeof(identify->mn));
scsi_strvis(fr, identify->fr, sizeof(identify->fr));
scsi_strvis(sn, idctrl->sn, sizeof(idctrl->sn));
scsi_strvis(mn, idctrl->mn, sizeof(idctrl->mn));
scsi_strvis(fr, idctrl->fr, sizeof(idctrl->fr));
scsi_strvis(string, fwinfo.vendor, sizeof(fwinfo.vendor));
scsi_strvis(string, fwinfo.model, sizeof(fwinfo.model));
scsi_strvis(string, fwinfo.fw_version, sizeof(fwinfo.fw_version));
scsi_strvis(string, fwinfo.vendor, sizeof(fwinfo.vendor));
scsi_strvis(string, fwinfo.model, sizeof(fwinfo.model));
scsi_strvis(string, fwinfo.fw_version, sizeof(fwinfo.fw_version));
scsi_strvis(string, fwinfo.vendor, sizeof(fwinfo.vendor));
scsi_strvis(string, fwinfo.model, sizeof(fwinfo.model));
scsi_strvis(string, fwinfo.fw_version, sizeof(fwinfo.fw_version));
scsi_strvis(string, volinfo->set_name, 16);
scsi_strvis(model, diskinfo->model, sizeof(diskinfo->model));
scsi_strvis(serial, diskinfo->serial, sizeof(diskinfo->serial));
scsi_strvis(rev, diskinfo->firmware_rev,
scsi_strvis(bd->bd_vendor, ppg->vendor_id, sizeof(ppg->vendor_id));
scsi_strvis(&bd->bd_vendor[len + 1], ppg->product_id,
scsi_strvis(bd->bd_serial, ppg->serial, sizeof(ppg->serial));
scsi_strvis(vendor, inq->vendor, sizeof(vendor));
scsi_strvis(ldev, &buf[HDS_INQ_LDEV_OFFSET], HDS_INQ_LDEV_LEN);
scsi_strvis(visbuf, inqbuf->vendor, sizeof(inqbuf->vendor));
scsi_strvis(visbuf, inqbuf->product, sizeof(inqbuf->product));
scsi_strvis(visbuf, inqbuf->revision, sizeof(inqbuf->revision));
scsi_strvis(visbuf, inqbuf->vendor, 8);
scsi_strvis(visbuf, inqbuf->product, 16);
scsi_strvis(visbuf, inqbuf->revision, 4);
void scsi_strvis(u_char *, u_char *, int);
scsi_strvis(di->vendor, link->inqdata.vendor,
scsi_strvis(di->product, link->inqdata.product,
scsi_strvis(di->revision, link->inqdata.revision,
scsi_strvis(di->serial, vpd->serial, sizeof(vpd->serial));
scsi_strvis(vendor, sc->sc_link->inqdata.vendor,