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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3437 uchar_t *rqbuf_rw, *rqbuf_hd; local
3558 rqbuf_hd = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
3560 rtn = sd_send_scsi_feature_GET_CONFIGURATION(ssc, &com, rqbuf_hd,
3580 kmem_free(rqbuf_hd, SENSE_LENGTH);
3608 uchar_t *rqbuf_rw, *rqbuf_hd; local
3719 rqbuf_hd = kmem_zalloc(SENSE_LENGTH, KM_SLEEP);
3721 rtn = sd_send_scsi_feature_GET_CONFIGURATION(ssc, &com, rqbuf_hd,
3743 kmem_free(rqbuf_hd, SENSE_LENGTH);

Completed in 116 milliseconds