Home
last modified time | relevance | path

Searched full:prefer (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/freebsd/contrib/ntp/html/
H A Dprefer.html5 <title>Mitigation Rules and the prefer Keyword</title>
9 <h3>Mitigation Rules and the <tt>prefer</tt> Keyword</h3>
24 <li class="inline"><a href="#prefer">5. 5. The <tt>prefer</tt> Peer</a></li>
47 …rce (stratum zero) whether or not other sources are available if the <tt>prefer</tt> option is pre…
48 …rce, should all other sources fail, or as the primary source if the <tt>prefer</tt> option is pre…
50 <h4 id="prefer">5. The <tt>prefer</tt> Peer</h4>
51 …s. When used with the <tt>server</tt> or <tt>peer</tt> commands, the <tt>prefer</tt> option design…
52prefer peer is never discarded; on the contrary, its potential removal becomes a termination condi…
54 offset and jitter to produce the final values. However, if a prefer
56 …the offset and jitter of the prefer peer are used exclusively as the final values. In the common c…
[all …]
H A Dpps.html40prefer peer, as using the <tt>prefer</tt> option, as described on the <a href="prefer.html">Mitiga…
42prefer peer must be a truechimer; that is, survive the sanity checks and intersection algorithm. …
H A Dclockopt.html25 <dt id="server"><tt>server 127.127.<i>t.u</i> [prefer] [mode <i>int</i>] [minpoll <i>int</i>] [maxpoll <i>int</i>]</tt></dt>
28 <dt><tt>prefer</tt></dt>
29 <dd>Marks the reference clock as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the <a href="prefer.html">Mitigation Rules and the <tt>prefer</tt> Keyword</a> page for further information.</dd>
H A Drefclock.html31prefer</tt> options are supported for reference clocks, as described on the <a href="clockopt.html…
39 …ates a correction factor for each driver relative to an association designated the prefer peer.</p>
H A Dstats.html46 …riables are determined as described on the <a href="prefer.html">Mitigation Rules and the <tt>pref…
65 <p>The algorithms described on the <a href="prefer.html">Mitigation Rules and the <tt>prefer</tt> K…
/freebsd/contrib/ntp/html/scripts/
H A Dspecial.txt3 <li class='inline'><a href='prefer.html'>Mitigation Rules and the <tt>prefer</tt> Keyword</a></li>\
11 <li class='inline'><a href='prefer.html'>Mitigation Rules and the <tt>prefer</tt> Keyword</a></li>\
/freebsd/lib/geom/mirror/
H A Dgmirror.8156 .Cm prefer
169 .It Cm prefer
401 .Cm prefer
408 .Cm prefer ,
411 gmirror configure -b prefer data
429 the prefer algorithm will choose to read from it and
433 the prefer balance algorithm will read from the next one, thus will find nothing
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.1update-leapmdoc65 flags\-cant = ipv4, prefer;
75 name = prefer;
80 descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
82 Prefer IPv4 or IPv6 (as specified) addresses, but use either.
H A Dupdate-leap.mdoc.in65 flags\-cant = ipv4, prefer;
75 name = prefer;
80 descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
82 Prefer IPv4 or IPv6 (as specified) addresses, but use either.
H A Dupdate-leap-opts.def37 flags-cant = ipv4, prefer;
47 name = prefer;
52 descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
54 Prefer IPv4 or IPv6 (as specified) addresses, but use either.
H A Dupdate-leap.1update-leapman89 flags-cant = ipv4, prefer;
99 name = prefer;
104 descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
106 Prefer IPv4 or IPv6 (as specified) addresses, but use either.
H A Dupdate-leap.man.in89 flags-cant = ipv4, prefer;
99 name = prefer;
104 descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
106 Prefer IPv4 or IPv6 (as specified) addresses, but use either.
H A Dinvoke-update-leap.texi109 Prefer IPv4 or IPv6 (as specified) addresses, but use either
180 flags-cant = ipv4, prefer;
190 name = prefer;
195 descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
197 Prefer IPv4 or IPv6 (as specified) addresses, but use either.
H A Dupdate-leap.sh65 Prefer IPv4 or IPv6 (as specified) addresses, but use either
142 PREFER="--prefer-family=IPv$OPTARG"
343 if wget $PROTO $PREFER -o ${TMPFILE}.log $LEAPSRC -O $TMPFILE ; then
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,msm8916-mss-pil.yaml26 description: Deprecated, prefer using qcom,msm8916-mss-pil
151 description: CX power domain regulator supply (prefer using power-domains)
155 description: MX power domain regulator supply (prefer using power-domains)
162 MBA reserved region (prefer using memory-region with two items)
173 MPSS reserved region (prefer using memory-region with two items)
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp85 /// Handle the cases when we prefer one instruction over another. Case 1 - we
86 /// prefer not to generate multiple loads in the packet to avoid a potential
88 /// prefer the instruction that can use the dot cur result. However, if the use
89 /// is not scheduled in the same packet, then prefer other instructions in the
90 /// subsequent packet. Case 3 - we prefer a vector store that can be converted
/freebsd/contrib/ntp/html/drivers/
H A Ddriver22.html26 …ce should be specified as the prefer peer, as described in the <a href="../prefer.html">Mitigation…
49 is enabled only under one of two conditions (a) a prefer peer other than
52 of the <tt>tos</tt> command is 0. The prefer peer designates another source
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td249 "Has slow VGETLNi32 - prefer VMOV">;
255 "Has slow VDUP32 - prefer VMOV">;
257 // Some targets (e.g. Cortex-A9) prefer VMOVSR to VMOVDRR even when using NEON
260 def FeaturePreferVMOVSR : SubtargetFeature<"prefer-vmovsr", "PreferVMOVSR",
261 "true", "Prefer VMOVSR">;
266 def FeaturePrefISHSTBarrier : SubtargetFeature<"prefer-ishst", "PreferISHSTBarriers",
267 "true", "Prefer ISHST barriers">;
300 // Some targets (e.g. Cortex-A15) prefer to avoid mixing operations on different
371 // True if codegen would prefer 32-bit Thumb instructions over 16-bit ones.
373 "Prefer 32-bit Thumb instrs">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td454 def TuningPreferMovmskOverVTest : SubtargetFeature<"prefer-movmsk-over-vtest",
456 "Prefer movmsk over vtest instruction">;
588 // Prefer lowering shuffles on AVX512 targets (e.g. Skylake Server) to
682 "Prefer vpdpwssd instruction over vpmaddwd+vpaddd instruction sequence">;
685 : SubtargetFeature<"prefer-no-gather", "PreferGather", "false",
686 "Prefer no gather instructions">;
688 : SubtargetFeature<"prefer-no-scatter", "PreferScatter", "false",
689 "Prefer no scatter instructions">;
692 : SubtargetFeature<"prefer-128-bit", "Prefer128Bit", "true",
693 "Prefer 128-bit AVX instructions">;
[all …]
/freebsd/tests/sys/geom/class/multipath/
H A Dmisc.sh226 atf_test_case prefer cleanup
244 # Explicitly prefer the final path
245 atf_check -s exit:0 gmultipath prefer "$name" ${md2}
358 atf_add_test_case prefer
/freebsd/sys/contrib/openzfs/scripts/
H A Dupdate_authors.pl256 # Like names, we prefer uppercase when possible. We also remove any
295 # prefer address with a single @ over those without
299 # prefer any address over internal/local addresses
303 # prefer any address over github noreply aliases
307 # prefer any address over freemail providers
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp203 // to prefer less often visited locations), then by insertion time (prefer
259 // to prefer less often visited locations), then by insertion time (prefer
/freebsd/sys/dev/superio/
H A Dsuperio.c522 int prefer; in superio_detect() local
547 prefer = 0; in superio_detect()
548 resource_int_value(device_get_name(dev), device_get_unit(dev), "prefer", &prefer); in superio_detect()
549 if (bootverbose && prefer > 0) in superio_detect()
550 device_printf(dev, "prefer extid %d\n", prefer); in superio_detect()
578 if (prefer > 0 && prefer != superio_table[i].extid) in superio_detect()
/freebsd/sys/netinet6/
H A Din6_src.c339 /* Rule 1: Prefer same address */ in in6_selectsrc()
348 /* Rule 2: Prefer appropriate scope */ in in6_selectsrc()
371 /* Rule 4: Prefer home addresses */ in in6_selectsrc()
377 /* Rule 5: Prefer outgoing interface */ in in6_selectsrc()
386 * Rule 6: Prefer matching label in in6_selectsrc()
402 * Rule 7: Prefer public addresses. in in6_selectsrc()
405 * always prefer temporary addresses. in in6_selectsrc()
431 * Rule 8: prefer addresses on alive interfaces. in in6_selectsrc()
442 * Rule 9: prefer address with better virtual status. in in6_selectsrc()
450 * Rule 10: prefer address with `prefer_source' flag. in in6_selectsrc()
/freebsd/
H A D.clang-format28 # Prefer:
35 # Prefer:

12345678910>>...39