| /freebsd/sys/dev/videomode/ |
| H A D | pickmode.c | 117 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 D | proto.c | 62 int preferred; in probe_handle() local 94 preferred = efi_devpath_same_disk(imgpath, devpath); in probe_handle() 105 devinfo->preferred = preferred; in probe_handle() 113 return (preferred + 1); in probe_handle() 131 size_t *bufsize, int preferred) in load_loader() argument 140 if (dev->preferred != preferred) in load_loader()
|
| H A D | boot_module.h | 52 int preferred; member
|
| /freebsd/crypto/openssl/test/ssl-tests/ |
| H A D | 08-npn.cnf | 17 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 D | 08-npn.cnf.in | 244 name => "alpn-preferred-over-npn", 264 name => "sni-npn-preferred-over-alpn", 425 name => "alpn-preferred-over-npn-resumption",
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 506 if (auto preferred = GetPreferredLineEntry()) { in GetDescription() local 507 sc.line_entry = *preferred; in GetDescription() 544 if (auto preferred = GetPreferredLineEntry()) in GetDescription() local 545 preferred->DumpStopContext(s, true); in GetDescription() 670 LineEntry preferred = *preferred_opt; in GetSuggestedStackFrameIndex() local 677 if (!LineEntry::Compare(sc.line_entry, preferred)) in GetSuggestedStackFrameIndex() 684 Declaration preferred_decl(preferred.GetFile(), preferred.line, in GetSuggestedStackFrameIndex() 685 preferred.column); in GetSuggestedStackFrameIndex()
|
| /freebsd/ |
| H A D | MAINTAINERS | 41 contrib/libcxxrt dim,emaste Pre-commit review preferred. 42 contrib/llvm-project/compiler-rt dim Pre-commit review preferred. 43 contrib/llvm-project/libcxx dim Pre-commit review preferred. 44 contrib/llvm-project/libunwind dim,emaste,jhb Pre-commit review preferred. 45 contrib/llvm-project/lldb dim,emaste Pre-commit review preferred. 46 contrib/llvm-project/llvm dim Pre-commit review preferred. 47 contrib/llvm-project/openmp dim,emaste Pre-commit review preferred.
|
| /freebsd/crypto/openssh/ |
| H A D | sshconnect2.c | 1680 struct idlist agent, files, *preferred; in pubkey_prepare() local 1689 preferred = &authctxt->keys; in pubkey_prepare() 1690 TAILQ_INIT(preferred); /* preferred order of keys */ in pubkey_prepare() 1736 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare() 1755 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare() 1774 TAILQ_CONCAT(preferred, &agent, next); in pubkey_prepare() 1788 TAILQ_INSERT_TAIL(preferred, id, next); in pubkey_prepare() 1800 TAILQ_CONCAT(preferred, &files, next); in pubkey_prepare() 1802 TAILQ_FOREACH_SAFE(id, preferred, next, id2) { in pubkey_prepare() 1823 TAILQ_REMOVE(preferred, id, next); in pubkey_prepare() [all …]
|
| /freebsd/tools/build/options/ |
| H A D | WITHOUT_LLVM_TARGET_ALL | 2 This option is preferred to specific target support options.
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | ax_count_cpus.m4 | 52 # Try platform-specific preferred methods 66 # Try less preferred generic method 73 # They can be less accurate and slower then preferred methods
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_session_secret_cb.pod | 36 the I<peer_ciphers> stack. Optionally the callback may select the preferred 40 may specify the preferred cipher in I<*cipher> and this will be associated with
|
| H A D | SSL_CTX_set1_curves.pod | 82 However, in some situations, the most preferred group may not be predicted. 108 The preferred group names are those defined by 129 The list should be in order of preference with the most preferred group first. 220 to send a new Hello message with a more preferred keyshare. See examples below. 264 directly and is generally preferred over SSL_get_negotiated_group(). 270 only the preferred IANA names of the groups, but also any associated aliases. 329 most-preferred tuple in which there's at least one group supported by both.
|
| /freebsd/sys/contrib/device-tree/ |
| H A D | COPYING | 8 LICENSES/preferred/GPL-2.0
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_mirror.c | 463 int preferred; in vdev_mirror_dva_select() local 466 preferred = mm->mm_preferred[p]; in vdev_mirror_dva_select() 469 if (DVA_GET_VDEV(&dva[c]) == DVA_GET_VDEV(&dva[preferred])) in vdev_mirror_dva_select() 470 preferred = c; in vdev_mirror_dva_select() 472 return (preferred); in vdev_mirror_dva_select()
|
| /freebsd/sys/contrib/device-tree/src/arc/ |
| H A D | skeleton_hs.dtsi | 33 /* 64-bit Local RTC: preferred clocksource for UP */
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | rockchip-pcie-phy.txt | 16 Required properties for per-lane PHY mode (preferred):
|
| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | zinitix.txt | 15 modes are 1 and 2. Mode 2 is the default and preferred.
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun8i-r16-nintendo-nes-classic.dts | 25 * PF can also be used for the SD card so PB is preferred.
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | property-units.txt | 15 -hz : hertz (preferred)
|
| H A D | submitting-patches.rst | 14 be a separate patch. The preferred subject prefix for binding patches is:: 44 3) DT binding files should be dual licensed. The preferred license tag is
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-dgst.pod.in | 160 The L<openssl-mac(1)> command should be preferred to using this command line 171 The L<openssl-mac(1)> command should be preferred to using this command line 195 The L<openssl-mac(1)> command should be preferred to using this command line 272 The L<openssl-mac(1)> command is preferred over the B<-hmac>, B<-mac> and
|
| /freebsd/packages/locales/ |
| H A D | locales.ucl | 24 to the user's preferred locale and character encoding.
|
| /freebsd/share/dict/ |
| H A D | README | 21 corelation (and its derivatives) "correlation" is the preferred spelling
|
| /freebsd/packages/telnet/ |
| H A D | telnet.ucl | 28 In most situations, the Secure Shell protocol is preferred over TELNET.
|
| /freebsd/packages/natd/ |
| H A D | natd.ucl | 24 is preferred over natd. natd(8) is provided for backward compatibility
|