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

/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Dmmcformat.c67 uint64_t tbusy, ttot_est, eta; local
74 ttot_est = (tbusy * 0x10000) / progress;
75 eta = (ttot_est - tbusy) / 1000000;

Completed in 63 milliseconds