Home
last modified time | relevance | path

Searched full:preferred (Results 1 – 25 of 1072) sorted by relevance

12345678910>>...43

/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 …]
/freebsd/sys/dev/videomode/
H A Dpickmode.c110 * Preferred mode or largest mode is first in the list and other modes
117 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) in sort_modes() argument
126 if (*preferred != NULL) { in sort_modes()
127 /* Put the preferred mode first in the list */ 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()
[all …]
/freebsd/share/man/man9/
H A Dstyle.lua.936 This file specifies the preferred style for lua source files in the
49 The preferred method of including other files and modules is with
71 is preferred to
82 variables should be preferred to global variables in module scope.
83 internal_underscores tend to be preferred for variable identifiers, while
84 camelCase tends to be preferred for function identifiers.
96 func = foo_function, -- Trailing comma preferred
101 }, -- Trailing comma preferred
H A Ddomainset.967 preferred domain.
96 The preferred node must be set in the allowed mask.
97 If the preferred node is out of memory the allocation falls back to
/freebsd/stand/efi/boot1/
H A Dproto.c62 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()
127 * Only devices which have preferred matching the preferred parameter are tried.
131 size_t *bufsize, int preferred) in load_loader() argument
140 if (dev->preferred != preferred) in load_loader()
/freebsd/
H A DMAINTAINERS41 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/contrib/netbsd-tests/net/net/
H A Dt_ipv6_lifetime.sh56 # A normal IP address doesn't contain preferred/valid lifetime
63 # Setting only a preferred lifetime
78 # Setting both preferred and valid lifetimes (same value)
89 # Setting both preferred and valid lifetimes (pltime > vltime)
93 # Setting both preferred and valid lifetimes (pltime < vltime)
/freebsd/include/rpcsvc/
H A Drquota.x10 unsigned int rq_bsoftlimit; /* preferred limit on disk blks */
13 unsigned int rq_fsoftlimit; /* preferred file limit */
52 unsigned int rq_bsoftlimit; /* preferred limit on disk blks */
55 unsigned int rq_fsoftlimit; /* preferred file limit */
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp210 // We use two ready lists; Preferred and Ready. Preferred has recently in sortBlocks()
216 Preferred; in sortBlocks() local
275 Preferred.push(Succ); in sortBlocks()
278 // Determine the block to follow MBB. First try to find a preferred block, in sortBlocks()
281 while (!Preferred.empty()) { in sortBlocks()
282 Next = Preferred.top(); in sortBlocks()
283 Preferred.pop(); in sortBlocks()
293 // loop-rotated above the header, it's not preferred. in sortBlocks()
304 // If we didn't find a suitable block in the Preferred list, check the in sortBlocks()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp504 // If there's a preferred line entry for printing, use that. in GetDescription()
506 if (auto preferred = GetPreferredLineEntry()) { in GetDescription() local
507 sc.line_entry = *preferred; in GetDescription()
508 // FIXME: We're going to get the function name wrong when the 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
674 // Don't return anything special if frame 0 is the preferred line entry. in GetSuggestedStackFrameIndex()
677 if (!LineEntry::Compare(sc.line_entry, preferred)) in GetSuggestedStackFrameIndex()
684 Declaration preferred_decl(preferred.GetFile(), preferred.line, in GetSuggestedStackFrameIndex()
[all …]
/freebsd/release/
H A DMakefile.ec222 AMIBOOTMETHOD= UEFI-PREFERRED
27 .if ${AMIBOOTMETHOD} == "UEFI-PREFERRED" && ${TARGET_ARCH} == "amd64"
28 BOOTMODEOPT= --uefi-preferred
30 .if ${AMIBOOTMETHOD} == "UEFI-PREFERRED"
/freebsd/crypto/openssl/include/internal/
H A Dquic_rcidm.h64 * We immediately switch to using this SCID as our preferred RCID. This SCID
73 * immediately switch to using this SCID as our preferred RCID when conducting
152 * Writes the DCID preferred for a newly transmitted packet at this time to
155 * to decide when to change the preferred RCID.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h73 // PreferredAlignment - Preferred alignment of record in characters. This
100 /// PreferredNVAlignment - The preferred non-virtual alignment (in chars) of
101 /// an object, which is the preferred alignment of the object without
185 /// getPreferredFieldAlignment - Get the record preferred alignment in
225 /// getPreferredNVAlignment - Get the preferred non-virtual alignment (in
226 /// chars) of an object, which is the preferred alignment of the object
/freebsd/usr.sbin/ppp/
H A Dlcp.h85 u_short mru; /* Preferred MRU value */
86 u_short max_mru; /* Preferred MRU value */
87 u_short mtu; /* Preferred MTU */
88 u_short max_mtu; /* Preferred MTU */
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_go_neg.c512 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection", in p2p_reselect_channel()
633 …"Peer didn't provide a preferred frequency list, see if any of our preferred channels are supporte… in p2p_check_pref_chan_no_recv()
636 * Search for a common channel in our preferred frequency list which is in p2p_check_pref_chan_no_recv()
662 …"Freq %d MHz is a preferred channel and is also supported by peer, use it as the operating channel… in p2p_check_pref_chan_no_recv()
666 "None of our preferred channels are supported by peer!"); in p2p_check_pref_chan_no_recv()
682 * Peer device supports a Preferred Frequency List. in p2p_check_pref_chan_recv()
683 * Search for a common channel in the preferred frequency lists in p2p_check_pref_chan_recv()
709 "Freq %d MHz is a common preferred channel for both peer and local, use it as operating channel", in p2p_check_pref_chan_recv()
712 p2p_dbg(p2p, "No common preferred channels found!"); in p2p_check_pref_chan_recv()
728 * Use the preferred channel list from the driver only if there is no in p2p_check_pref_chan()
[all …]
/freebsd/share/man/man4/
H A Dsnd_uaudio.493 Preferred sample size in bits, from 0 to 32 (default is 0).
99 Preferred number of sample channels, from 0 to 64 (default is 0).
107 Preferred sample rate in Hz (default is 0).
/freebsd/usr.bin/mkimg/
H A Dmkimg.1232 The preferred file extension is ".qcow" and ".qcow2" for QCOW and QCOW2
246 The preferred file extension is one of ".img" or ".raw", but there's no
269 The preferred file extension is ".vhd".
279 The preferred file extension is ".vhdx".
287 The preferred file extension is ".vmdk".
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-beagle-ab4.dts30 /* Preferred always-on timer for clocksource */
39 /* Preferred timer for clockevent */
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set1_curves.3144 However, in some situations, the most preferred group may not be predicted.
172 The preferred group names are those defined by
193 The list should be in order of preference with the most preferred group first.
286 to send a new Hello message with a more preferred keyshare. See examples below.
330 directly and is generally preferred over \fBSSL_get_negotiated_group()\fR.
336 only the preferred IANA names of the groups, but also any associated aliases.
392 most\-preferred tuple in which there\*(Aqs at least one group supported by both.
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp357 // Preferred alignment. Optional, defaults to the ABI alignment. in parsePrimitiveSpec()
360 if (Error Err = parseAlignment(Components[2], PrefAlign, "preferred")) in parsePrimitiveSpec()
365 "preferred alignment cannot be less than the ABI alignment"); in parsePrimitiveSpec()
395 // Preferred alignment. Optional, defaults to the ABI alignment. in parseAggregateSpec()
398 if (Error Err = parseAlignment(Components[2], PrefAlign, "preferred")) in parseAggregateSpec()
403 "preferred alignment cannot be less than the ABI alignment"); in parseAggregateSpec()
435 // Preferred alignment. Optional, defaults to the ABI alignment. in parsePointerSpec()
439 if (Error Err = parseAlignment(Components[3], PrefAlign, "preferred")) in parsePointerSpec()
444 "preferred alignment cannot be less than the ABI alignment"); in parsePointerSpec()
658 // Update the abi, preferred alignments. in setPrimitiveSpec()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h11 // The preferred allocation order for a virtual register depends on allocation
51 /// Return true if the current position is that of a preferred register.
113 /// Return true if Reg is a preferred physical register.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_curves.pod82 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/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h327 /// may be more useful than others depending on context. The preferred range
329 /// signed domain, or has the smallest size, is preferred. If a signedness is
330 /// preferred but all ranges are non-wrapping or all wrapping, then the
331 /// smallest set size is preferred. If there are multiple smallest sets, any
337 /// are possible, the preferred range is determined by the PreferredRangeType.
415 /// If the result range is disjoint, the preferred range is determined by the
428 /// If the result range is disjoint, the preferred range is determined by the
442 /// If the result range is disjoint, the preferred range is determined by the
516 /// If the result range is disjoint, the preferred range is determined by the
/freebsd/usr.sbin/zonectl/
H A Dzonectl.876 Preferred zones, but the host can write randomly in those zones.
94 .It Sequential Preferred
173 These are zones that are Sequential Write Preferred, but have been written
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dethernet-phy.yaml166 - preferred-master
167 - preferred-slave
179 - 'preferred-master': Prefer the PHY to be master but allow negotiation.
180 - 'preferred-slave': Prefer the PHY to be slave but allow negotiation.

12345678910>>...43