Home
last modified time | relevance | path

Searched refs:prefer (Results 1 – 25 of 156) sorted by relevance

1234567

/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/contrib/cortex-strings/scripts/
H A Dlibplot.py26 def unique(records, name, prefer=''): argument
36 return sorted(values, key=lambda x: '%-06d|%s' % (-prefer.find(x), x))
H A Dplot-top.py15 variants = libplot.unique(records, 'variant', prefer='this')
H A Dplot-align.py14 variants = libplot.unique(records, 'variant', prefer='this')
H A Dplot-sizes.py23 variants = libplot.unique(records, 'variant', prefer='this')
/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/tests/sys/geom/class/multipath/
H A Dmisc.sh226 atf_test_case prefer cleanup
245 atf_check -s exit:0 gmultipath prefer "$name" ${md2}
358 atf_add_test_case prefer
/freebsd/contrib/netbsd-tests/usr.bin/grep/
H A Dd_ignore_case.out1 Mostly I prefer lower case to upper case,
H A Dd_input8 Mostly I prefer lower case to upper case,
/freebsd/tools/test/stress2/misc/
H A Dcpuset.sh43 "round-robin:all" "0-1" round-robin all first-touch prefer:1 \
/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/contrib/ntp/conf/
H A Dgrundoon.conf5 server 127.127.11.1 prefer # Arbiter 1088 GPS receiver
H A Dpogo.conf5 server 127.127.6.1 prefer # IRIG from GPS1
H A Drackety.conf13 server 127.127.4.0 prefer # Spectracom GPS receiver #1
/freebsd/crypto/heimdal/
H A DREADME9 the manual on how we prefer them: <heimdal-bugs@h5l.org>.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-sysfs.m410 dnl # if both are present (5.2-5.17), we prefer default_groups; they're otherwise equivalent
/freebsd/contrib/tzdata/
H A DSECURITY5 We prefer communications to be in English.
/freebsd/contrib/tzcode/
H A DSECURITY5 We prefer communications to be in English.
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap-opts.def37 flags-cant = ipv4, prefer;
47 name = prefer;
/freebsd/sys/vm/
H A Dvm_phys.h68 int vm_phys_domain_match(int prefer, vm_paddr_t low, vm_paddr_t high);
/freebsd/usr.sbin/ntp/doc/
H A DMakefile20 parsenew.html poll.html pps.html prefer.html quick.html rate.html \
/freebsd/contrib/sendmail/cf/ostype/
H A Dirix5.m422 # put some Asian sites may prefer otherwise -- or perhaps not.
H A Dirix6.m422 # put some Asian sites may prefer otherwise -- or perhaps not.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrTSX.td55 // For now, just prefer the REP versions.
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst15 …ut leave other responsibilities to *libcbor*. More general clients might prefer to be abstracted a…

1234567