/freebsd-src/contrib/ldns/ldns/ |
H A D | host2str.h | 180 * Converts an ldns packet opcode value to its mnemonic, and adds that 190 * Converts an ldns packet rcode value to its mnemonic, and adds that 200 * Converts an ldns algorithm type to its mnemonic, and adds that 212 * and adds that to the output buffer 263 * Converts an LDNS_RDF_TYPE_A rdata element to string format and adds it to the output buffer 271 * Converts an LDNS_RDF_TYPE_AAAA rdata element to string format and adds it to the output buffer 279 * Converts an LDNS_RDF_TYPE_STR rdata element to string format and adds it to the output buffer 287 * Converts an LDNS_RDF_TYPE_B64 rdata element to string format and adds it to the output buffer 295 …* Converts an LDNS_RDF_TYPE_B32_EXT rdata element to string format and adds it to the output buffe… 303 * Converts an LDNS_RDF_TYPE_HEX rdata element to string format and adds it to the output buffer [all …]
|
/freebsd-src/sys/contrib/dev/athk/ath10k/ |
H A D | Kconfig | 10 This module adds support for wireless adapters based on 22 This module adds support for PCIE bus 28 This module adds support for AHB bus 34 This module adds support for SDIO/MMC bus. 40 This module adds experimental support for USB bus. Currently 51 This module adds support for integrated WCN3990 chip connected
|
/freebsd-src/lib/libnetbsd/ |
H A D | sockaddr_snprintf.c | 129 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \ in sockaddr_snprintf() macro 131 #define ADDNA() do { if (na) ADDS("N/A"); } \ in sockaddr_snprintf() 199 ADDS(addr); in sockaddr_snprintf() 204 ADDS(nbuf); in sockaddr_snprintf() 210 ADDS(nbuf); in sockaddr_snprintf() 214 ADDS(nbuf); in sockaddr_snprintf() 218 ADDS(name); in sockaddr_snprintf() 224 ADDS(name); in sockaddr_snprintf() 229 ADDS(port); in sockaddr_snprintf() 236 ADDS(port); in sockaddr_snprintf() [all …]
|
/freebsd-src/contrib/blocklist/port/ |
H A D | sockaddr_snprintf.c | 187 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \ in sockaddr_snprintf() macro 189 #define ADDNA() do { if (na) ADDS("N/A"); } \ in sockaddr_snprintf() 252 ADDS(addr); in sockaddr_snprintf() 257 ADDS(nbuf); in sockaddr_snprintf() 263 ADDS(nbuf); in sockaddr_snprintf() 267 ADDS(nbuf); in sockaddr_snprintf() 271 ADDS(name); in sockaddr_snprintf() 278 ADDS(name); in sockaddr_snprintf() 283 ADDS(port); in sockaddr_snprintf() 290 ADDS(port); in sockaddr_snprintf() [all …]
|
/freebsd-src/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom.h | 25 * 3.1 adds turbo limit, antenna gain, 16 CTL's, 11g info, 29 * 3.3 adds ctl in-band limit, 32 ctl's, and frequency 31 * 3.4 adds xr power, gainI, and 2.4 turbo params 47 #define AR_EEPROM_VER5_0 0x5000 /* Adds new 2413 cal powers and added params */ 48 #define AR_EEPROM_VER5_1 0x5001 /* Adds capability values */ 49 #define AR_EEPROM_VER5_3 0x5003 /* Adds spur mitigation table */ 53 * 14.2 adds txFrameToPaOn, txFrameToDataStart, ht40PowerInc 54 * 14.3 adds bswAtten, bswMargin, swSettle, and base OpFlags for HT20/40 57 #define AR_EEPROM_VER14_1 0xE001 /* Adds 11n support */
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRegUnits.h | 43 /// For a machine instruction \p MI, adds all register units used in 85 /// Adds register units covered by physical register \p Reg. 91 /// Adds register units covered by physical register \p Reg that are 111 /// Adds register units not preserved by the regmask \p RegMask. 126 /// adds the units used (as in use operands) in \p MI. 129 /// Adds all register units used, defined or clobbered in \p MI. 134 /// Adds registers living out of block \p MBB. 140 /// Adds registers living into block \p MBB. 143 /// Adds all register units marked in the bitvector \p RegUnits. 157 /// Adds pristin [all...] |
H A D | LivePhysRegs.h | 82 /// Adds a physical register and all its sub-registers to the set. in addReg() 106 /// addReg() always adds all sub-registers to the set as well. 134 /// Adds all live-in registers of basic block \p MBB. 139 /// Adds all live-in registers of basic block \p MBB but skips pristine 143 /// Adds all live-out registers of basic block \p MBB. 152 /// Adds all live-out registers of basic block \p MBB but skips pristine 168 /// Adds live-in registers from basic block \p MBB, taking associated 172 /// Adds pristine registers. Pristine registers are callee saved registers 190 /// Adds registers contained in \p LiveRegs to the block live-in list of \p MBB.
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_use_certificate.pod | 91 SSL_CTX_use_PrivateKey() adds B<pkey> as private key to B<ctx>. 92 SSL_CTX_use_RSAPrivateKey() adds the private key B<rsa> of type RSA 93 to B<ctx>. SSL_use_PrivateKey() adds B<pkey> as private key to B<ssl>; 94 SSL_use_RSAPrivateKey() adds B<rsa> as private key of type RSA to B<ssl>. 116 SSL_CTX_use_PrivateKey_ASN1() adds the private key of type B<pk> 118 SSL_CTX_use_RSAPrivateKey_ASN1() adds the private key of type RSA 123 SSL_CTX_use_PrivateKey_file() adds the first private key found in 126 SSL_CTX_use_RSAPrivateKey_file() adds the first private RSA key found in 127 B<file> to B<ctx>. SSL_use_PrivateKey_file() adds the first private key found 128 in B<file> to B<ssl>; SSL_use_RSAPrivateKey_file() adds the first private [all …]
|
H A D | PKCS12_add_friendlyname_asc.pod | 24 PKCS12_add_friendlyname_asc() adds an ASCII string representation of the PKCS#9 27 PKCS12_add_friendlyname_utf8() adds a UTF-8 string representation of the PKCS#9 30 PKCS12_add_friendlyname_uni() adds a Unicode string representation of the PKCS#9
|
H A D | OPENSSL_load_builtin_modules.pod | 17 The function OPENSSL_load_builtin_modules() adds all the standard OpenSSL 21 ASN1_add_oid_module() adds just the ASN1 OBJECT module. 23 ENGINE_add_conf_module() adds just the ENGINE configuration module.
|
/freebsd-src/sys/arm/arm/ |
H A D | in_cksum_arm.S | 75 adds r2, r1, #0x00 79 adds r8, r8, r2 163 adds r2, r2, r6 192 adds r2, r2, r6 /* r6/r7 still need summing */ 197 adds r1, r1, #0x40 205 adds r2, r2, r4 224 adds r4, r4, r4, lsr #1 /* Side effect: Clear carry flag */ 254 adds r2, r2, r4 259 adds r1, r1, #0x04 276 adds r2, r2, r3
|
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_use_certificate.3 | 226 \&\fBSSL_CTX_use_PrivateKey()\fR adds \fBpkey\fR as private key to \fBctx\fR. 227 \&\fBSSL_CTX_use_RSAPrivateKey()\fR adds the private key \fBrsa\fR of type \s-1RSA\s0 228 to \fBctx\fR. \fBSSL_use_PrivateKey()\fR adds \fBpkey\fR as private key to \fBssl\fR; 229 \&\fBSSL_use_RSAPrivateKey()\fR adds \fBrsa\fR as private key of type \s-1RSA\s0 to \fBssl\fR. 250 \&\fBSSL_CTX_use_PrivateKey_ASN1()\fR adds the private key of type \fBpk\fR 252 \&\fBSSL_CTX_use_RSAPrivateKey_ASN1()\fR adds the private key of type \s-1RSA\s0 257 \&\fBSSL_CTX_use_PrivateKey_file()\fR adds the first private key found in 260 \&\fBSSL_CTX_use_RSAPrivateKey_file()\fR adds the first private \s-1RSA\s0 key found in 261 \&\fBfile\fR to \fBctx\fR. \fBSSL_use_PrivateKey_file()\fR adds the first private key found 262 in \fBfile\fR to \fBssl\fR; \fBSSL_use_RSAPrivateKey_file()\fR adds the first private [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DIEGenerator.h | 41 /// Adds a specified \p Child to the current DIE. 49 /// Adds specified scalar attribute to the current DIE. 56 /// Adds specified location attribute to the current DIE. 70 /// Adds specified block or exprloc attribute to the current DIE. 92 /// Adds specified location list attribute to the current DIE. 99 /// Adds indexed string attribute. 107 /// Adds string attribute with dummy offset to the current DIE. 115 /// Adds inplace string attribute to the current DIE.
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.h | 45 /// Adds the parent context of \param Parent to the hash. 48 /// Adds the attributes of \param Die to the hash. 56 /// Adds \param Value to the hash. 59 /// Encodes and adds \param Value to the hash as a ULEB128. 62 /// Encodes and adds \param Value to the hash as a SLEB128. 68 /// Adds \param Str to the hash and includes a NULL byte.
|
/freebsd-src/sys/crypto/openssl/aarch64/ |
H A D | armv8-mont.S | 58 // (*) adds x12,x12,x6 // discarded 75 adds x6,x10,x7 80 adds x12,x16,x13 85 adds x12,x12,x6 93 adds x6,x10,x7 97 adds x12,x16,x13 101 adds x12,x12,x6 119 adds x6,x6,x23 129 // (*) adds x12,x12,x6 138 adds x6,x10,x7 [all …]
|
H A D | poly1305-armv8.S | 87 adds x4,x4,x10 // accumulate input 97 adds x12,x12,x10 102 adds x13,x13,x10 107 adds x13,x13,x10 112 adds x13,x13,x10 118 adds x4,x12,x10 142 adds x12,x4,#5 // compare to modulus 155 adds x4,x4,x10 // accumulate nonce 174 adds x12,x12,x10 179 adds x13,x13,x10 [all …]
|
/freebsd-src/crypto/openssl/crypto/bn/asm/ |
H A D | armv8-mont.pl | 126 // (*) adds $lo1,$lo1,$lo0 // discarded 143 adds $lo0,$alo,$hi0 148 adds $lo1,$nlo,$hi1 153 adds $lo1,$lo1,$lo0 161 adds $lo0,$alo,$hi0 165 adds $lo1,$nlo,$hi1 169 adds $lo1,$lo1,$lo0 187 adds $lo0,$lo0,$tj 197 // (*) adds $lo1,$lo1,$lo0 206 adds $lo0,$alo,$hi0 [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | SourceCodeBuilders.h | 75 /// Adds a dot to the end of the given expression, but adds parentheses when 85 /// Adds an arrow to the end of the given expression, but adds parentheses 102 /// Adds an appropriate access operator (`.`, `->` or nothing, in the case of 103 /// implicit `this`) to the end of the given expression. Adds parentheses when
|
/freebsd-src/lib/libc/arm/string/ |
H A D | memmove.S | 100 adds r2, r2, #0x14 111 adds r2, r2, #8 125 adds r2, r2, #4 188 adds r2, r2, #0x0c 223 adds r2, r2, #0x0c 258 adds r2, r2, #0x0c 307 adds r2, r2, #0x14 315 adds r2, r2, #8 328 adds r2, r2, #4 389 adds r2, r2, #0x0c [all …]
|
/freebsd-src/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | Kconfig | 13 This adds support for MT7921E 802.11ax 2x2:2SS wireless devices. 24 This adds support for MT7921S 802.11ax 2x2:2SS wireless devices. 35 This adds support for MT7921U 802.11ax 2x2:2SS wireless devices.
|
/freebsd-src/contrib/arm-optimized-routines/string/arm/ |
H A D | strcmp-armv6m.S | 99 adds r0, #1 100 adds r1, #1 107 adds r0, #1 108 adds r1, #1
|
/freebsd-src/sys/contrib/dev/athk/ath11k/ |
H A D | Kconfig | 9 This module adds support for Qualcomm Technologies 802.11ax family of 19 This module adds support for AHB bus 28 This module adds support for PCIE bus
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | CompletionRequest.h | 80 /// Adds all collected completion matches to the given list. 85 /// Adds all collected completion descriptions to the given list. 148 /// Adds an empty argument at the end of the argument list and moves 158 /// Adds a possible completion string. If the completion was already 173 /// Adds a possible completion string if the completion would complete the 191 /// Adds multiple possible completion strings. 201 /// Adds multiple possible completion strings alongside their descriptions.
|
/freebsd-src/crypto/openssl/doc/man1/ |
H A D | openssl-engine.pod.in | 43 all the possible run-time control commands; the second adds a 44 description of each command; the third adds the input flags, and the 45 final option adds the internal input flags. 92 DIR_ADD: Adds a directory from which ENGINEs can be loaded
|
/freebsd-src/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-armv8.pl | 143 adds $h0,$h0,$t0 // accumulate input 153 adds $d0,$d0,$t0 158 adds $d1,$d1,$t0 163 adds $d1,$d1,$t0 168 adds $d1,$d1,$t0 174 adds $h0,$d0,$t0 198 adds $d0,$h0,#5 // compare to modulus 211 adds $h0,$h0,$t0 // accumulate nonce 242 adds $d0,$d0,$t0 247 adds $d1,$d1,$t0 [all …]
|