Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 204) sorted by relevance

123456789

/freebsd/sys/dev/videomode/
H A Dpickmode.c117 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) in sort_modes() argument
126 if (*preferred != NULL) { in sort_modes()
128 aspect = (*preferred)->hdisplay * 100 / (*preferred)->vdisplay; in sort_modes()
129 refresh = DIVIDE(DIVIDE((*preferred)->dot_clock * 1000, in sort_modes()
130 (*preferred)->htotal), (*preferred)->vtotal); in sort_modes()
131 if (*preferred != modes) { in sort_modes()
132 swap_modes(*preferred, modes); in sort_modes()
133 *preferred = modes; in sort_modes()
/freebsd/stand/efi/boot1/
H A Dproto.c60 int preferred; in probe_handle() local
92 preferred = efi_devpath_same_disk(imgpath, devpath); in probe_handle()
103 devinfo->preferred = preferred; in probe_handle()
111 return (preferred + 1); in probe_handle()
129 size_t *bufsize, int preferred) in load_loader() argument
138 if (dev->preferred != preferred) in load_loader()
H A Dboot_module.h52 int preferred; member
/freebsd/crypto/openssl/test/ssl-tests/
H A D08-npn.cnf17 test-12 = 12-alpn-preferred-over-npn
18 test-13 = 13-sni-npn-preferred-over-alpn
25 test-20 = 20-alpn-preferred-over-npn-resumption
450 [12-alpn-preferred-over-npn]
451 ssl_conf = 12-alpn-preferred-over-npn-ssl
453 [12-alpn-preferred-over-npn-ssl]
454 server = 12-alpn-preferred-over-npn-server
455 client = 12-alpn-preferred-over-npn-client
457 [12-alpn-preferred-over-npn-server]
462 [12-alpn-preferred-over-npn-client]
[all …]
H A D08-npn.cnf.in244 name => "alpn-preferred-over-npn",
264 name => "sni-npn-preferred-over-alpn",
425 name => "alpn-preferred-over-npn-resumption",
/freebsd/
H A DMAINTAINERS43 contrib/libcxxrt dim,emaste Pre-commit review preferred.
44 contrib/llvm-project/compiler-rt dim Pre-commit review preferred.
45 contrib/llvm-project/libcxx dim Pre-commit review preferred.
46 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred.
47 contrib/llvm-project/lldb dim,emaste Pre-commit review preferred.
48 contrib/llvm-project/llvm dim Pre-commit review preferred.
49 contrib/llvm-project/openmp dim,emaste Pre-commit review preferred.
/freebsd/crypto/openssh/
H A Dsshconnect2.c1672 struct idlist agent, files, *preferred; in pubkey_prepare() local
1681 preferred = &authctxt->keys; in pubkey_prepare()
1682 TAILQ_INIT(preferred); /* preferred order of keys */ in pubkey_prepare()
1728 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare()
1747 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare()
1766 TAILQ_CONCAT(preferred, &agent, next); in pubkey_prepare()
1780 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare()
1792 TAILQ_CONCAT(preferred, &files, next); in pubkey_prepare()
1794 TAILQ_FOREACH_SAFE(id, preferred, next, id2) { in pubkey_prepare()
1815 TAILQ_REMOVE(preferred, id, next); in pubkey_prepare()
[all …]
/freebsd/tools/build/options/
H A DWITHOUT_LLVM_TARGET_ALL2 This option is preferred to specific target support options.
/freebsd/sys/contrib/openzfs/config/
H A Dax_count_cpus.m451 # Try platform-specific preferred methods
65 # Try less preferred generic method
72 # They can be less accurate and slower then preferred methods
/freebsd/sys/contrib/device-tree/
H A DCOPYING8 LICENSES/preferred/GPL-2.0
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c462 int preferred; in vdev_mirror_dva_select() local
465 preferred = mm->mm_preferred[p]; in vdev_mirror_dva_select()
468 if (DVA_GET_VDEV(&dva[c]) == DVA_GET_VDEV(&dva[preferred])) in vdev_mirror_dva_select()
469 preferred = c; in vdev_mirror_dva_select()
471 return (preferred); in vdev_mirror_dva_select()
/freebsd/sys/contrib/device-tree/src/arc/
H A Dskeleton_hs.dtsi33 /* 64-bit Local RTC: preferred clocksource for UP */
/freebsd/sys/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst14 be a separate patch. The preferred subject prefix for binding patches is::
36 3) DT binding files should be dual licensed. The preferred license tag is
H A Dproperty-units.txt15 -hz : hertz (preferred)
H A Ddts-coding-style.rst115 The following order of properties in device nodes is preferred:
171 3. For arrays spanning across lines, it is preferred to align the continued
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Drockchip-pcie-phy.txt16 Required properties for per-lane PHY mode (preferred):
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dzinitix.txt15 modes are 1 and 2. Mode 2 is the default and preferred.
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-r16-nintendo-nes-classic.dts25 * PF can also be used for the SD card so PB is preferred.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-dgst.pod.in153 The L<openssl-mac(1)> command should be preferred to using this command line
164 The L<openssl-mac(1)> command should be preferred to using this command line
188 The L<openssl-mac(1)> command should be preferred to using this command line
265 The L<openssl-mac(1)> command is preferred over the B<-hmac>, B<-mac> and
/freebsd/share/dict/
H A DREADME21 corelation (and its derivatives) "correlation" is the preferred spelling
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Drockchip-pcie-host.txt47 Required properties for per-lane PHY model (preferred):
130 /* preferred per-lane PHY model */
/freebsd/crypto/openssl/doc/man7/
H A DEVP_SIGNATURE-HMAC.pod12 L<EVP_DigestSignInit(3)> and related functions. This is not the preferred way of
/freebsd/release/
H A DMakefile.ec230 BOOTMODEOPT= --uefi-preferred
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt17 should be the preferred/default resolution. Refer to
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-crs326-24g-2s.dtsi16 * situation, you should either update your bootloader (preferred

123456789