Searched defs:MEMBLOCKSIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c62 #define MEMBLOCKSIZE 4096 /* Size of memory block to read */ macro
599 * log_2(MEMBLOCKSIZE * 8);
601 i = CRYPTO_BYTES2BITS(MEMBLOCKSIZE);
695 if (block < pmem->ml_size / MEMBLOCKSIZE)
697 block -= pmem->ml_size / MEMBLOCKSIZE;
702 offset = pmem->ml_address + block * MEMBLOCKSIZE;
704 if (!address_in_memlist(phys_install, offset, MEMBLOCKSIZE)) {
723 len = MEMBLOCKSIZE;
836 entsrc.nblocks += pmem->ml_size / MEMBLOCKSIZE;

Completed in 59 milliseconds