Searched refs:loss (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1431 int64_t loss = -1; local 1445 (void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss); 1459 if (loss > 120) { 1463 (loss + 30) / 60); 1466 } else if (loss > 0) { 1469 dryrun ? "Would discard" : "Discarded", loss); 1481 int64_t loss = -1; local 1501 (void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss); 1506 "Recovery is possible, but will result in some data loss.\n")); 1520 if (loss > 12 [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 2071 double loss = 100 * (double)missed / (double)ntransmitted; local 2088 Printf(" (100%% loss)"); 2090 Printf(" (%.2g%% loss)", loss);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1984 int64_t loss = 0; local 1990 loss = spa->spa_last_ubsync_txg_ts - spa->spa_load_txg_ts; 1994 ZPOOL_CONFIG_REWIND_TIME, loss) == 0);
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 6004 % is a loss. Therefore, we give the text of the node name again, so it
|
Completed in 142 milliseconds