Home
last modified time | relevance | path

Searched refs:tolerance (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_008_pos.ksh93 typeset -i tolerance=0
95 (( tolerance = new_size - orig_size))
96 if (( tolerance > LIMIT )); then
H A Dsnapshot.cfg50 export LIMIT=524288 # tolerance measured in bytes, 512K
/titanic_41/usr/src/uts/common/sys/
H A Dtimex.h229 int32_t tolerance; /* clock freq tolerance (scaled ppm) (ro) */ member
/titanic_41/usr/src/uts/common/syscall/
H A Dntptime.c188 ntv.tolerance = time_tolerance; in ntp_adjtime()
/titanic_41/usr/src/cmd/fm/dicts/
H A DZFS.po58 …can be imported despite missing or damaged devices. The\n fault tolerance of the pool may …
90 …GRADED\nstatus: One or more devices contains corrupted data. The fault tolerance of\n the pool ma…
216 msgstr "Fault tolerance of the pool may be compromised."
248 msgstr "Fault tolerance of the pool may be compromised."
264 msgstr "Fault tolerance of the pool may be compromised."
/titanic_41/usr/src/uts/common/os/
H A Dlgrp.c3186 lgrp_load_t tolerance = LGRP_LOADAVG_TOLERANCE(lpl1->lpl_ncpu); in lpl_pick() local
3191 if ((l1 + tolerance < l2) && (l1 < l2)) { in lpl_pick()
3197 l1 + tolerance >= l2 && l1 < l2 && in lpl_pick()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2714 \tolerance=9500
3558 \tolerance = 9500
4213 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4326 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
4349 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4358 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
4428 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
5388 \tolerance=10000 \hbadness=10000
6817 \tolerance = 700
6843 \tolerance = 700
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11364 boolean_t tolerance; in fp_handle_unsol_prlo() local
11394 tolerance = fctl_tc_increment(&pd->pd_logo_tc); in fp_handle_unsol_prlo()
11417 if (tolerance) { in fp_handle_unsol_prlo()
11425 tolerance, retain); in fp_handle_unsol_prlo()
11494 boolean_t tolerance; in fp_handle_unsol_logo() local
11501 tolerance = fctl_tc_increment(&pd->pd_logo_tc); in fp_handle_unsol_logo()
11535 if (tolerance) { in fp_handle_unsol_logo()
11543 tolerance, retain); in fp_handle_unsol_logo()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c4296 (void) printf("\ttolerance: %11d scaled ppm\n", timex.tolerance); in show_ntp_adjtime()