Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h112 #define DK_MAX_BLOCKS 0x7fffffff /* max # of blocks handled */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Ddklabel.h57 #define DK_MAX_BLOCKS 0x7fffffff /* max # of blocks handled */ macro
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c595 if (sector_count._f > DK_MAX_BLOCKS) in emul64_tran_tgt_init()
596 sector_count._f = DK_MAX_BLOCKS; in emul64_tran_tgt_init()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c1830 if (vdp->xdf_xdev_nblocks > DK_MAX_BLOCKS) { in xdf_setstate_connected()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7466 if (capacity > DK_MAX_BLOCKS) { in sd_unit_attach()