Lines Matching defs:copied
9776 nice_num_str_nvlist(nv, "copied", prs->prs_copied,
10046 (void) printf(gettext("Removal of vdev %llu copied %s "
10057 uint64_t copied, total, elapsed, rate, mins_left, hours_left;
10069 copied = prs->prs_copied > 0 ? prs->prs_copied : 1;
10071 fraction_done = (double)copied / total;
10076 rate = copied / elapsed;
10078 mins_left = ((total - copied) / rate) / 60;
10081 zfs_nicenum(copied, examined_buf, sizeof (examined_buf));
10090 "\t%s copied out of %s at %s/s, %.2f%% done"),
10149 (void) printf(gettext("expanded %s-%u copied %s in %s, "
10154 uint64_t copied, total, elapsed, rate, secs_left;
10166 copied = pres->pres_reflowed > 0 ? pres->pres_reflowed : 1;
10168 fraction_done = (double)copied / total;
10173 rate = copied / elapsed;
10175 secs_left = (total - copied) / rate;
10177 zfs_nicenum(copied, examined_buf, sizeof (examined_buf));
10185 (void) printf(gettext("\t%s / %s copied at %s/s, %.2f%% done"),