/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 | 65 preferred domain. 94 The preferred node must be set in the allowed mask. 95 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/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/share/man/man4/ |
H A D | snd_uaudio.4 | 87 Preferred sample size in bits, from 0 to 32 (default is 0). 93 Preferred number of sample channels, from 0 to 64 (default is 0). 101 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/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/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/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/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/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
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-dgst.pod.in | 153 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/sys/ufs/ufs/ |
H A D | quota.h | 101 uint32_t dqb_bsoftlimit; /* preferred limit on disk blks */ 104 uint32_t dqb_isoftlimit; /* preferred inode limit */ 112 uint64_t dqb_bsoftlimit; /* preferred limit on disk blks */ 115 uint64_t dqb_isoftlimit; /* preferred inode limit */
|
/freebsd/sbin/nvmecontrol/ |
H A D | identify.c | 154 printf("Preferred Write Granularity: %u blocks\n", in print_namespace() 156 printf("Preferred Write Alignment: %u blocks\n", in print_namespace() 158 printf("Preferred Deallocate Granul: %u blocks\n", in print_namespace() 160 printf("Preferred Deallocate Align: %u blocks\n", in print_namespace()
|
/freebsd/crypto/openssh/ |
H A D | sshconnect2.c | 1353 * Exact key matches are preferred, but also allow in sign_and_send_pubkey() 1672 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() 1743 * preferred 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() [all …]
|