Searched refs:chunk_ratio (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/mkimg/
H A Dvhdx.c408 int chunk_ratio; local
417 chunk_ratio = ((1024*1024*8ULL) * secsz) / PAYLOAD_BLOCK_SIZE;
419 total_bat_entries = data_block_count + (data_block_count - 1)/chunk_ratio;
447 if (((idx + 1) % chunk_ratio) == 0 &&

Completed in 109 milliseconds