Searched refs:DK_MAX_BLOCKS (Results 1 – 5 of 5) sorted by relevance
112 #define DK_MAX_BLOCKS 0x7fffffff /* max # of blocks handled */ macro
57 #define DK_MAX_BLOCKS 0x7fffffff /* max # of blocks handled */ macro
595 if (sector_count._f > DK_MAX_BLOCKS) in emul64_tran_tgt_init()596 sector_count._f = DK_MAX_BLOCKS; in emul64_tran_tgt_init()
1830 if (vdp->xdf_xdev_nblocks > DK_MAX_BLOCKS) { in xdf_setstate_connected()
7466 if (capacity > DK_MAX_BLOCKS) { in sd_unit_attach()