Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddklabel.h57 #define DK_MAX_BLOCKS 0x7fffffff /* max # of blocks handled */ macro
/titanic_44/usr/src/uts/common/io/
H A Demul64.c602 if (sector_count._f > DK_MAX_BLOCKS) in emul64_tran_tgt_init()
603 sector_count._f = DK_MAX_BLOCKS; in emul64_tran_tgt_init()
/titanic_44/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c392 if ((phyg.g_cap - 1) > DK_MAX_BLOCKS) { in cmdkattach()
/titanic_44/usr/src/uts/common/xen/io/
H A Dxdf.c1819 if (vdp->xdf_xdev_nblocks > DK_MAX_BLOCKS) { in xdf_setstate_connected()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c8010 if (capacity > DK_MAX_BLOCKS) { in sd_unit_attach()
8038 if (capacity -1 > DK_MAX_BLOCKS) in sd_unit_attach()