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.h259 uint32_t un_sys_blocksize; member in struct:sd_lun
269 * to be in terms of the block size specified by un_sys_blocksize
664 sd_lun::un_sys_blocksize
776 ((un)->un_tgt_blocksize != (un)->un_sys_blocksize)
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c4226 val >= un->un_sys_blocksize) {
4977 lbasize = un->un_sys_blocksize;
5052 sector_size = un->un_sys_blocksize;
5054 sector_size &= ~(un->un_sys_blocksize - 1);
5256 lgeom_p->g_secsize = un->un_sys_blocksize;
5305 un->un_sys_blocksize = lbasize;
5319 capacity *= un->un_sys_blocksize;
5729 buf = kmem_zalloc(un->un_sys_blocksize, KM_SLEEP);
5754 status = sd_send_scsi_WRITE(ssc, buf, un->un_sys_blocksize, blk,
5759 kmem_free(buf, un->un_sys_blocksize);
[all...]

Completed in 116 milliseconds