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

/freebsd-13-stable/usr.bin/mkimg/
H A Dvhd.c160 vhd_resize(uint64_t origsz) argument
169 * The first time, newsz equals origsz and the geometry will
172 * larger or equal or origsz. But during those iterations,
175 newsz = origsz;
180 if (newsz >= origsz)

Completed in 56 milliseconds