Home
last modified time | relevance | path

Searched refs:p3bufp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4964 uchar_t *p3bufp; in sd_get_physical_geometry() local
4996 p3bufp = kmem_zalloc(SD_MODE_SENSE_PAGE3_LENGTH, KM_SLEEP); in sd_get_physical_geometry()
4998 status = sd_send_scsi_MODE_SENSE(ssc, cdbsize, p3bufp, in sd_get_physical_geometry()
5011 headerp = (struct mode_header *)p3bufp; in sd_get_physical_geometry()
5189 kmem_free(p3bufp, SD_MODE_SENSE_PAGE3_LENGTH); in sd_get_physical_geometry()