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

/freebsd-10-stable/sbin/ipfw/
H A Ddummynet.c530 double loss; local
534 loss = p->loss_level;
535 loss /= p->samples_no;
536 printf("\t profile: name \"%s\" loss %f samples %d\n",
537 p->name, loss, p->samples_no);
689 * L +-- loss-level x
717 * loss-level L
719 * (0.0 <= L <= 1.0, default 1.0 i.e. no loss);
743 loss-level 0.86
760 #define ED_TOK_LOSS "loss
865 double loss = -1.0; local
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1442 int64_t loss = -1; local
1456 (void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss);
1470 if (loss > 120) {
1474 (loss + 30) / 60);
1477 } else if (loss > 0) {
1480 dryrun ? "Would discard" : "Discarded", loss);
1492 int64_t loss = -1; local
1512 (void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss);
1517 "Recovery is possible, but will result in some data loss.\n"));
1531 if (loss > 12
[all...]
/freebsd-10-stable/contrib/traceroute/
H A Dtraceroute.c988 int loss; local
991 for (probe = 0, loss = 0; probe < nprobes; ++probe) {
1158 loss++;
1164 Printf(" (%d%% loss)", (loss * 100) / nprobes);
/freebsd-10-stable/sys/conf/
H A Dkern.mk54 # it is probably an overall loss as it makes the code bigger (less efficient
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2029 int64_t loss = 0; local
2035 loss = spa->spa_last_ubsync_txg_ts - spa->spa_load_txg_ts;
2039 ZPOOL_CONFIG_REWIND_TIME, loss) == 0);
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2808 MKT(UNI_AAL1_ECM_LOSS, loss),
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex6130 % is a loss. Therefore, we give the text of the node name again, so it
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex6004 % is a loss. Therefore, we give the text of the node name again, so it
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex7998 % this is a loss. Therefore, we give the text of the node name

Completed in 232 milliseconds