Searched refs:SUN_INQSIZE (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/impl/
H A Dinquiry.h47 #define SUN_INQSIZE (sizeof (struct scsi_inquiry)) macro
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/fops/
H A Dasym_sun.c446 bp = scsi_alloc_consistent_buf(ap, (struct buf *)NULL, SUN_INQSIZE,
457 SCMD_INQUIRY, 0, SUN_INQSIZE, 0);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1100 kmem_alloc(SUN_INQSIZE, ((callback == SLEEP_FUNC) ?
1113 (struct buf *)NULL, SUN_INQSIZE, B_READ, cb_flag, NULL);
1129 SCMD_INQUIRY, 0, SUN_INQSIZE, 0);
1149 bzero((caddr_t)sd->sd_inq, SUN_INQSIZE);
1320 ((SUN_INQSIZE - inq_pkt->pkt_resid) < SUN_MIN_INQLEN)) {
1325 (caddr_t)sd->sd_inq, (SUN_INQSIZE - inq_pkt->pkt_resid));
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c271 if (is_enc_dev(NULL, devp->sd_inq, SUN_INQSIZE, &ep)) {
423 if (!(is_enc_dev(NULL, devp->sd_inq, SUN_INQSIZE, &etyp))) {
H A Dsd.c3250 bufaddr = kmem_zalloc(SUN_INQSIZE, KM_SLEEP);
3252 if (sd_send_scsi_INQUIRY(ssc, bufaddr, SUN_INQSIZE, 0, 0, &resid)
3254 kmem_free(bufaddr, SUN_INQSIZE);
3264 if ((SUN_INQSIZE - resid) >= SUN_MIN_INQLEN) {
3265 bcopy(bufaddr, SD_INQUIRY(un), SUN_INQSIZE);
3268 kmem_free(bufaddr, SUN_INQSIZE);
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3849 if (ddi_dma_mem_alloc(inq_dma_handle, SUN_INQSIZE,
3857 if (real_size < SUN_INQSIZE) {
3892 ((union scsi_cdb *)inq->fcp_cdb)->g0_count0 = SUN_INQSIZE;
3980 ((SUN_INQSIZE - rsp->fcp_resid) >= SUN_MIN_INQLEN))) {
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1064 bcopy(&lp->l_fake_inq, sd->sd_inq, SUN_INQSIZE);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13454 sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
13457 SUN_INQSIZE, 0, (uchar_t)0);
13465 kmem_free(sd_inq, SUN_INQSIZE);
13752 sd_inq = (struct scsi_inquiry *)kmem_alloc(SUN_INQSIZE, KM_SLEEP);
13754 SUN_INQSIZE, 0, (uchar_t)0);
13763 kmem_free(sd_inq, SUN_INQSIZE);
/opensolaris-onvv-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c6270 kmem_free(sd->sd_inq, SUN_INQSIZE);
/opensolaris-onvv-gate/usr/src/uts/common/io/aac/
H A Daac.c7284 kmem_free(sd.sd_inq, SUN_INQSIZE);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c2222 kmem_free(sd->sd_inq, SUN_INQSIZE);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c6621 scsi_cdb->g0_count0 = SUN_INQSIZE;
7859 if (fcp_send_scsi(plun, SCMD_INQUIRY, SUN_INQSIZE,

Completed in 364 milliseconds