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

/freebsd-current/usr.bin/mkimg/
H A Dmkimg.c387 lba_t min_capsz, max_capsz; local
390 max_capsz = (max_capacity + secsz - 1) / secsz;
392 if (max_capsz != 0 && end > max_capsz)

Completed in 120 milliseconds