Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h291 uint32_t un_sys_blocksize; member
692 sd_lun::un_sys_blocksize
784 ((un)->un_tgt_blocksize != (un)->un_sys_blocksize)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c3694 val >= un->un_sys_blocksize) { in sd_set_properties()
4404 lbasize = un->un_sys_blocksize; in sd_get_physical_geometry()
4490 sector_size = un->un_sys_blocksize; in sd_get_physical_geometry()
4492 sector_size &= ~(un->un_sys_blocksize - 1); in sd_get_physical_geometry()
4694 lgeom_p->g_secsize = un->un_sys_blocksize; in sd_get_virtual_geometry()
4743 un->un_sys_blocksize = lbasize; in sd_update_block_info()
4757 capacity *= un->un_sys_blocksize; in sd_update_block_info()
5252 buf = kmem_zalloc(un->un_sys_blocksize, KM_SLEEP); in sd_write_deviceid()
5277 status = sd_send_scsi_WRITE(ssc, buf, un->un_sys_blocksize, blk, in sd_write_deviceid()
5282 kmem_free(buf, un->un_sys_blocksize); in sd_write_deviceid()
[all …]