Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h259 uint32_t un_sys_blocksize; member
666 sd_lun::un_sys_blocksize
778 ((un)->un_tgt_blocksize != (un)->un_sys_blocksize)
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4228 val >= un->un_sys_blocksize) { in sd_set_properties()
4979 lbasize = un->un_sys_blocksize; in sd_get_physical_geometry()
5065 sector_size = un->un_sys_blocksize; in sd_get_physical_geometry()
5067 sector_size &= ~(un->un_sys_blocksize - 1); in sd_get_physical_geometry()
5269 lgeom_p->g_secsize = un->un_sys_blocksize; in sd_get_virtual_geometry()
5318 un->un_sys_blocksize = lbasize; in sd_update_block_info()
5332 capacity *= un->un_sys_blocksize; in sd_update_block_info()
5742 buf = kmem_zalloc(un->un_sys_blocksize, KM_SLEEP); in sd_write_deviceid()
5767 status = sd_send_scsi_WRITE(ssc, buf, un->un_sys_blocksize, blk, in sd_write_deviceid()
5772 kmem_free(buf, un->un_sys_blocksize); in sd_write_deviceid()
[all …]