Searched refs:prefer (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/tools/test/stress2/misc/
H A Dcpuset.sh43 "round-robin:all" "0-1" round-robin all first-touch prefer:1 \
/freebsd-current/contrib/ntp/conf/
H A Dpogo.conf5 server 127.127.6.1 prefer # IRIG from GPS1
H A Dgrundoon.conf5 server 127.127.11.1 prefer # Arbiter 1088 GPS receiver
H A Drackety.conf13 server 127.127.4.0 prefer # Spectracom GPS receiver #1
/freebsd-current/contrib/cortex-strings/scripts/
H A Dlibplot.py26 def unique(records, name, prefer=''):
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-current/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-current/sys/vm/
H A Dvm_phys.h68 int vm_phys_domain_match(int prefer, vm_paddr_t low, vm_paddr_t high);
H A Dvm_phys.c229 vm_phys_domain_match(int prefer __numa_used, vm_paddr_t low __numa_used,
247 if (prefer != -1 && DOMAINSET_ISSET(prefer, &mask))
248 return (prefer);
/freebsd-current/usr.sbin/ntp/doc/
H A DMakefile20 parsenew.html poll.html pps.html prefer.html quick.html rate.html \
/freebsd-current/sys/dev/superio/
H A Dsuperio.c522 int prefer; local
547 prefer = 0;
548 resource_int_value(device_get_name(dev), device_get_unit(dev), "prefer", &prefer); local
549 if (bootverbose && prefer > 0)
550 device_printf(dev, "prefer extid %d\n", prefer);
578 if (prefer > 0 && prefer != superio_table[i].extid)
/freebsd-current/share/mk/
H A Dmeta.sys.mk76 # we prefer the python version of this - it is much faster
H A Dbsd.lib.mk142 # prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
/freebsd-current/contrib/bmake/mk/
H A Dmeta.sys.mk76 # we prefer the python version of this - it is much faster
/freebsd-current/contrib/sendmail/src/
H A Ddeliver.c7276 unsigned short prefer[MAXMXHOSTS]; local
7296 prefer[nmx] = curpref;
7330 if (prefer[i] < prefer[j])
7333 if (prefer[i] > prefer[j] ||
7334 (prefer[i] == prefer[j] && rndm[i] > rndm[j]))
7340 tempp = prefer[i];
7341 prefer[
[all...]
H A Ddomain.c887 unsigned short prefer[MAXMXHOSTS]; local
927 prefs = prefer;
1232 ** Some sites prefer to go ahead and try the
1592 ** We always prefer A & CNAME records, since these are presumed
/freebsd-current/usr.sbin/pw/
H A Dpw_user.c76 gid_t prefer, bool dryrun);
361 pw_gidpolicy(struct userconf *cnf, char *grname, char *nam, gid_t prefer, bool dryrun) argument
390 if (GETGRGID(prefer) == NULL)
391 grid = prefer;
/freebsd-current/sys/kern/
H A Dkern_cpuset.c850 * If applying prefer we keep the current set as the fallback.
1464 int policy, prefer, error; local
1488 if (sscanf(p, ":%d:%d", &policy, &prefer) != 2)
1491 key.ds_prefer = prefer;
2375 * Translate prefer into a set containing only the preferred domain,
2604 db_printf(" domain policy %d prefer %d mask=",
2618 db_printf("set=%p policy %d prefer %d cnt %d\n",
H A Dsched_ule.c691 * When balancing do not prefer SMT groups with load >1.
737 * When balancing do not prefer CPUs with load > 1.
814 int prefer, int running)
819 s.cs_prefer = prefer;
813 sched_lowest(const struct cpu_group *cg, cpuset_t *mask, int pri, int maxload, int prefer, int running) argument
/freebsd-current/contrib/unbound/
H A Dltmain.sh3309 -shared | -static | -prefer-pic | -prefer-non-pic)
3409 -prefer-pic)
3414 -prefer-non-pic)
3647 -prefer-pic try to build PIC objects only
3648 -prefer-non-pic try to build non-PIC objects only
/freebsd-current/crypto/heimdal/
H A Dltmain.sh1992 -shared | -static | -prefer-pic | -prefer-non-pic)
2092 -prefer-pic)
2097 -prefer-non-pic)
2330 -prefer-pic try to build PIC objects only
2331 -prefer-non-pic try to build non-PIC objects only
/freebsd-current/contrib/openbsm/config/
H A Dltmain.sh3309 -shared | -static | -prefer-pic | -prefer-non-pic)
3409 -prefer-pic)
3414 -prefer-non-pic)
3647 -prefer-pic try to build PIC objects only
3648 -prefer-non-pic try to build non-PIC objects only
/freebsd-current/contrib/file/
H A Dltmain.sh3312 -shared | -static | -prefer-pic | -prefer-non-pic)
3412 -prefer-pic)
3417 -prefer-non-pic)
3650 -prefer-pic try to build PIC objects only
3651 -prefer-non-pic try to build non-PIC objects only

Completed in 279 milliseconds

12