Searched refs:rqbuf_hd (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 2945 uchar_t *rqbuf_rw, *rqbuf_hd; in sd_set_mmc_caps() local 3066 rqbuf_hd = kmem_zalloc(SENSE_LENGTH, KM_SLEEP); in sd_set_mmc_caps() 3068 rtn = sd_send_scsi_feature_GET_CONFIGURATION(ssc, &com, rqbuf_hd, in sd_set_mmc_caps() 3088 kmem_free(rqbuf_hd, SENSE_LENGTH); in sd_set_mmc_caps() 3116 uchar_t *rqbuf_rw, *rqbuf_hd; in sd_check_for_writable_cd() local 3227 rqbuf_hd = kmem_zalloc(SENSE_LENGTH, KM_SLEEP); in sd_check_for_writable_cd() 3229 rtn = sd_send_scsi_feature_GET_CONFIGURATION(ssc, &com, rqbuf_hd, in sd_check_for_writable_cd() 3251 kmem_free(rqbuf_hd, SENSE_LENGTH); in sd_check_for_writable_cd()
|