/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 …]
|
/freebsd/sys/dev/videomode/ |
H A D | pickmode.c | 110 * 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 D | style.lua.9 | 36 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 D | domainset.9 | 67 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 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() 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 D | MAINTAINERS | 43 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/contrib/netbsd-tests/net/net/ |
H A D | t_ipv6_lifetime.sh | 56 # 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 D | rquota.x | 10 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 D | WebAssemblyCFGSort.cpp | 211 // We use two ready lists; Preferred and Ready. Preferred has recently in sortBlocks() 217 Preferred; in sortBlocks() local 276 Preferred.push(Succ); in sortBlocks() 279 // Determine the block to follow MBB. First try to find a preferred block, in sortBlocks() 282 while (!Preferred.empty()) { in sortBlocks() 283 Next = Preferred.top(); in sortBlocks() 284 Preferred.pop(); in sortBlocks() 294 // loop-rotated above the header, it's not preferred. in sortBlocks() 305 // If we didn't find a suitable block in the Preferred list, check the in sortBlocks()
|
/freebsd/release/ |
H A D | Makefile.ec2 | 22 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 D | quic_rcidm.h | 64 * 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/wpa/src/p2p/ |
H A D | p2p_go_neg.c | 489 p2p_dbg(p2p, "Pick highest preferred channel (op_class %u channel %u) from intersection", in p2p_reselect_channel() 610 …"Peer didn't provide a preferred frequency list, see if any of our preferred channels are supporte… in p2p_check_pref_chan_no_recv() 613 * Search for a common channel in our preferred frequency list which is in p2p_check_pref_chan_no_recv() 639 …"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() 643 "None of our preferred channels are supported by peer!"); in p2p_check_pref_chan_no_recv() 659 * Peer device supports a Preferred Frequency List. in p2p_check_pref_chan_recv() 660 * Search for a common channel in the preferred frequency lists in p2p_check_pref_chan_recv() 686 "Freq %d MHz is a common preferred channel for both peer and local, use it as operating channel", in p2p_check_pref_chan_recv() 689 p2p_dbg(p2p, "No common preferred channels found!"); in p2p_check_pref_chan_recv() 705 * Use the preferred channel list from the driver only if there is no in p2p_check_pref_chan() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecordLayout.h | 73 // PreferredAlignment - Preferred alignment of record in characters. This 99 /// PreferredNVAlignment - The preferred non-virtual alignment (in chars) of 100 /// an object, which is the preferred alignment of the object without 184 /// getPreferredFieldAlignment - Get the record preferred alignment in 224 /// getPreferredNVAlignment - Get the preferred non-virtual alignment (in 225 /// chars) of an object, which is the preferred alignment of the object
|
/freebsd/usr.sbin/ppp/ |
H A D | lcp.h | 85 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/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set1_curves.3 | 138 an extra roundtrip. However, in some situations, the most preferred group may 162 The preferred group names are those defined by 176 be in order of preference with the most preferred group first. 234 to send a new Hello message with a more preferred keyshare. See examples below. 278 directly and is generally preferred over \fBSSL_get_negotiated_group()\fR. 284 only the preferred IANA names of the groups, but also any associated aliases. 340 most-preferred tuple in which there's at least one group supported by both.
|
/freebsd/share/man/man4/ |
H A D | snd_uaudio.4 | 93 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/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-beagle-ab4.dts | 30 /* Preferred always-on timer for clocksource */ 39 /* Preferred timer for clockevent */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set1_curves.pod | 79 an extra roundtrip. However, in some situations, the most preferred group may 101 The preferred group names are those defined by 115 be in order of preference with the most preferred group first. 171 to send a new Hello message with a more preferred keyshare. See examples below. 215 directly and is generally preferred over SSL_get_negotiated_group(). 221 only the preferred IANA names of the groups, but also any associated aliases. 280 most-preferred tuple in which there's at least one group supported by both.
|
/freebsd/usr.bin/mkimg/ |
H A D | mkimg.1 | 227 The preferred file extension is ".qcow" and ".qcow2" for QCOW and QCOW2 241 The preferred file extension is one of ".img" or ".raw", but there's no 264 The preferred file extension is ".vhd". 274 The preferred file extension is ".vhdx". 282 The preferred file extension is ".vmdk".
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.h | 11 // The preferred allocation order for a virtual register depends on allocation 51 /// Return true if the curent position is that of a preferred register. 113 /// Return true if Reg is a preferred physical register.
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 127 assert(ABIAlign <= PrefAlign && "Preferred alignment worse than ABI!"); in get() 148 assert(ABIAlign <= PrefAlign && "Preferred alignment worse than ABI!"); in getInBits() 358 // Preferred alignment. in parseSpecifier() 367 "Pointer preferred alignment must be a power of 2"); in parseSpecifier() 429 // Preferred alignment. in parseSpecifier() 440 "Invalid preferred alignment, must be a 16bit integer"); in parseSpecifier() 442 return reportError("Invalid preferred alignment, must be a power of 2"); in parseSpecifier() 597 "Preferred alignment cannot be less than the ABI alignment"); in setAlignment() 620 // Update the abi, preferred alignments. in setAlignment() 651 "Preferred alignment cannot be less than the ABI alignment"); in setPointerAlignmentInBits() [all …]
|
/freebsd/usr.sbin/zonectl/ |
H A D | zonectl.8 | 76 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/share/man/man5/ |
H A D | style.mdoc.5 | 34 This file specifies the preferred style for manual pages in the 68 macro is the preferred macro for formatting literal inline fragments. 71 was the preferred way before the deprecation of
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-dgst.1 | 197 The \fBopenssl\-mac\fR\|(1) command should be preferred to using this command line 207 The \fBopenssl\-mac\fR\|(1) command should be preferred to using this command line 227 The \fBopenssl\-mac\fR\|(1) command should be preferred to using this command line 313 The \fBopenssl\-mac\fR\|(1) command is preferred over the \fB\-hmac\fR, \fB\-mac\fR and
|
/freebsd/lib/libc/gen/ |
H A D | getbsize.3 | 33 .Nd get preferred block size 43 function returns a preferred block size for reporting by system utilities
|