cam_strvis
cam_strvis(vendor, dev_result->inq_data.vendor,
cam_strvis(product, dev_result->inq_data.product,
cam_strvis(revision, dev_result->inq_data.revision,
cam_strvis(product, dev_result->ident_data.model,
cam_strvis(revision, dev_result->ident_data.revision,
cam_strvis(vendor, sid->vendor_id,
cam_strvis(product, sid->product_id,
cam_strvis(revision, sid->product_rev,
cam_strvis(fw, sid->firmware_rev,
cam_strvis(vendor, cdata.mn, sizeof(cdata.mn), sizeof(vendor));
cam_strvis(product, cdata.fr, sizeof(cdata.fr), sizeof(product));
cam_strvis(vendor, dev_match->inq_data.vendor,
cam_strvis(product, dev_match->inq_data.product,
cam_strvis(revision, dev_match->inq_data.revision,
cam_strvis(product, dev_match->ident_data.model,
cam_strvis(revision, dev_match->ident_data.revision,
cam_strvis((u_char *)vendor, ident_buf->model,
cam_strvis((u_char *)vendor, (u_char *)cam_dev->inq_data.vendor,
cam_strvis(product, ident_data->model, sizeof(ident_data->model),
cam_strvis(revision, ident_data->revision, sizeof(ident_data->revision),
cam_strvis(in, ident_data->interface_id, 6, sizeof(in));
cam_strvis(ins, ident_data->interface_rev, 4, sizeof(ins));
cam_strvis(vendor, ident_data->vendor_id, 8, sizeof(vendor));
cam_strvis(product, ident_data->product_id, 16, sizeof(product));
cam_strvis(revision, ident_data->product_rev, 4, sizeof(revision));
cam_strvis(fw, ident_data->firmware_rev, 4, sizeof(fw));
void cam_strvis(uint8_t *dst, const uint8_t *src, int srclen, int dstlen);
cam_strvis(softc->disk->d_descr, cgd->inq_data.vendor,
cam_strvis(&softc->disk->d_descr[strlen(softc->disk->d_descr)],
cam_strvis(softc->disk->d_descr, cgd->inq_data.vendor,
cam_strvis(&softc->disk->d_descr[strlen(softc->disk->d_descr)],
cam_strvis(vendor, enc_desc->vendor_id,
cam_strvis(product, enc_desc->product_id,
cam_strvis(rev, enc_desc->product_rev,
cam_strvis(tmpstr, cgd.inq_data.vendor,
cam_strvis(tmpstr, cgd.inq_data.product,
cam_strvis(tmpstr, cgd.inq_data.revision,
cam_strvis(tmpstr2, cgd.serial_num, cgd.serial_num_len,
cam_strvis(tmpstr, dens_data->field, \
cam_strvis(vendor, response->vendor, sizeof(response->vendor),
cam_strvis(product, response->product, sizeof(response->product),
cam_strvis(revision, response->revision, sizeof(response->revision),
cam_strvis(comp_vendor, response->comp_vendor,
cam_strvis(vendor, inq_data->vendor,
cam_strvis(vendor, inq_data->vendor, sizeof(inq_data->vendor),
cam_strvis(product, inq_data->product, sizeof(inq_data->product),
cam_strvis(revision, inq_data->revision, sizeof(inq_data->revision),
cam_strvis(serial, (char *)inq_data->vendor_specific0, sizeof(inq_data->vendor_specific0),
cam_strvis(vendor, inq_data->vendor, sizeof(inq_data->vendor),
cam_strvis(product, inq_data->product, sizeof(inq_data->product),
cam_strvis(revision, inq_data->revision, sizeof(inq_data->revision),
cam_strvis(vendor, inq_data->VendorID, sizeof(inq_data->VendorID),
cam_strvis(product, inq_data->ProductID, sizeof(inq_data->ProductID),
cam_strvis(revision, inq_data->ProductRevLevel,