Symbol: SUN_INQSIZE
usr/src/uts/common/io/1394/targets/scsa1394/hba.c
1063
bcopy(&lp->l_fake_inq, sd->sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/aac/aac.c
7291
kmem_free(sd.sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6626
scsi_cdb->g0_count0 = SUN_INQSIZE;
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
7864
if (fcp_send_scsi(plun, SCMD_INQUIRY, SUN_INQSIZE,
usr/src/uts/common/io/mr_sas/mr_sas.c
7594
kmem_free(sd->sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/mr_sas/mr_sas_tbolt.c
3569
kmem_free(sd->sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14337
sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14340
SUN_INQSIZE, 0, (uchar_t)0);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14348
kmem_free(sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14638
sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14640
SUN_INQSIZE, 0, (uchar_t)0);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
14649
kmem_free(sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1100
kmem_alloc(SUN_INQSIZE, ((callback == SLEEP_FUNC) ?
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1113
(struct buf *)NULL, SUN_INQSIZE, B_READ, cb_flag, NULL);
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1129
SCMD_INQUIRY, 0, SUN_INQSIZE, 0);
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1149
bzero((caddr_t)sd->sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1320
((SUN_INQSIZE - inq_pkt->pkt_resid) < SUN_MIN_INQLEN)) {
usr/src/uts/common/io/scsi/conf/scsi_confsubr.c
1325
(caddr_t)sd->sd_inq, (SUN_INQSIZE - inq_pkt->pkt_resid));
usr/src/uts/common/io/scsi/impl/scsi_hba.c
2205
kmem_free(sd->sd_inq, SUN_INQSIZE);
usr/src/uts/common/io/scsi/targets/sd.c
2767
bufaddr = kmem_zalloc(SUN_INQSIZE, KM_SLEEP);
usr/src/uts/common/io/scsi/targets/sd.c
2769
if (sd_send_scsi_INQUIRY(ssc, bufaddr, SUN_INQSIZE, 0, 0, &resid)
usr/src/uts/common/io/scsi/targets/sd.c
2771
kmem_free(bufaddr, SUN_INQSIZE);
usr/src/uts/common/io/scsi/targets/sd.c
2781
if ((SUN_INQSIZE - resid) >= SUN_MIN_INQLEN) {
usr/src/uts/common/io/scsi/targets/sd.c
2782
bcopy(bufaddr, SD_INQUIRY(un), SUN_INQSIZE);
usr/src/uts/common/io/scsi/targets/sd.c
2785
kmem_free(bufaddr, SUN_INQSIZE);
usr/src/uts/common/io/scsi/targets/ses.c
1749
(char *)ddi_driver_name(dip), inq, SUN_INQSIZE,
usr/src/uts/common/io/scsi/targets/ses.c
266
if (is_enc_dev(NULL, devp->sd_inq, SUN_INQSIZE, &ep)) {
usr/src/uts/common/io/scsi/targets/ses.c
418
if (!(is_enc_dev(NULL, devp->sd_inq, SUN_INQSIZE, &etyp))) {