/freebsd/stand/libsa/ |
H A D | nvstore.c | 50 nvstore_list_t stores = STAILQ_HEAD_INITIALIZER(stores); variable 59 STAILQ_FOREACH(st, &stores, nvs_next) { in nvstore_get_store() 87 STAILQ_INSERT_TAIL(&stores, st, nvs_next); in nvstore_init() 100 STAILQ_REMOVE(&stores, st, nvstore, nvs_next); in nvstore_fini()
|
H A D | nvstore.h | 39 extern nvstore_list_t stores;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_bn2bin.pod | 38 and stores it at B<to>. B<to> must point to BN_num_bytes(B<a>) bytes of 42 and stores it at B<to>. B<tolen> indicates the length of the output buffer 66 stores it in **B<a>. If *B<a> is NULL, a new B<BIGNUM> is created. If 81 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to> 86 a B<BIGNUM> and stores it at B<ret>, or in a newly allocated B<BIGNUM>
|
H A D | DH_generate_key.pod | 40 in B<dh> and the other party's public value in B<pub_key> and stores 46 DH_compute_key_padded() is similar but stores a fixed number of bytes.
|
H A D | OSSL_PARAM_int.pod | 227 OSSL_PARAM_set_TYPE() stores a value I<val> of type B<I<TYPE>> into the 237 OSSL_PARAM_set_BN() stores the BIGNUM I<val> into the parameter I<p>. 277 referenced by I<p> and stores it in I<*val>. 283 referenced by I<p> and stores it in I<*val>. 291 the parameter pointed to by I<p>, and stores that pointer in I<*val>. 296 from the parameter pointed to by I<p>, and stores that pointer in I<*val>,
|
H A D | RSA_generate_key.pod | 37 RSA_generate_key_ex() generates a 2-prime RSA key pair and stores it in the 40 RSA_generate_multi_prime_key() generates a multi-prime RSA key pair and stores
|
H A D | RSA_public_encrypt.pod | 29 session key) using the public key B<rsa> and stores the ciphertext in 67 private key B<rsa> and stores the plaintext in B<to>. B<flen> should
|
H A D | DSA_generate_key.pod | 24 a new key pair and stores it in B<a-E<gt>pub_key> and B<a-E<gt>priv_key>.
|
H A D | EC_POINT_add.pod | 51 EC_POINT_mul calculates the value generator * B<n> + B<q> * B<m> and stores the result in B<r>. 60 The function EC_GROUP_precompute_mult stores multiples of the generator for faster point multiplica…
|
H A D | RSA_padding_add_PKCS1_type_1.pod | 72 B<tlen> bytes and stores the result at B<to>. An error occurs if B<fl> 104 encoding method and stores the recovered data of at most B<tlen> bytes
|
/freebsd/stand/common/ |
H A D | nvstore.c | 87 if (STAILQ_EMPTY(&stores)) { in command_nvstore() 92 STAILQ_FOREACH(st, &stores, nvs_next) { in command_nvstore()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 221 // If this packet contains an instruction that bars slot-1 stores, in restrictNoSlot1Store() 417 if (Summary.stores == 1 && SafeToMoveToSlot0) in restrictStoreLoadOrder() 420 else if (Summary.stores >= 1) { in restrictStoreLoadOrder() 422 // Error if no more slots available for stores. in restrictStoreLoadOrder() 423 reportError("invalid instruction packet: too many stores"); in restrictStoreLoadOrder() 428 // Update the next highest slot available to stores. in restrictStoreLoadOrder() 432 if (Summary.store1 && Summary.stores > 1) { in restrictStoreLoadOrder() 434 reportError("invalid instruction packet: too many stores"); in restrictStoreLoadOrder() 516 ++Summary.stores; in GetPacketSummary() 524 ++Summary.stores; in GetPacketSummary() [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | 88pm860x.txt | 13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address 14 of one chip, and this property stores the I2C address of
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.td | 17 // Force dependencies for vector trunc stores
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrAtomics.td | 156 // Atomic stores 177 // 8-bit stores 195 // 16-bit stores 213 // 32-bit stores 231 // 64-bit stores 249 // FP 32-bit stores 265 // FP 64-bit stores 562 // STL1 stores 593 // Store-Release Register unscaled stores
|
/freebsd/crypto/openssl/apps/ |
H A D | list.c | 1170 STACK_OF(OSSL_STORE_LOADER) *stores = sk_OSSL_STORE_LOADER_new(store_cmp); in list_store_loaders() 1173 if (stores == NULL) { in list_store_loaders() 1179 stores); in list_store_loaders() 1180 sk_OSSL_STORE_LOADER_sort(stores); in list_store_loaders() 1181 for (i = 0; i < sk_OSSL_STORE_LOADER_num(stores); i++) { in list_store_loaders() 1182 const OSSL_STORE_LOADER *m = sk_OSSL_STORE_LOADER_value(stores, i); in list_store_loaders() 1199 sk_OSSL_STORE_LOADER_pop_free(stores, OSSL_STORE_LOADER_free); in list_store_loaders()
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | nvmem-reboot-mode.txt | 4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_flags.inc | 34 "Like malloc_context_size, but for uninit stores.")
|
/freebsd/contrib/expat/ |
H A D | expat_config.h.in | 72 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 104 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_X509_STORE_add1_certs.pod | 7 - functions manipulating stores of certificates
|
H A D | x509v3_cache_extensions.pod | 20 and property query string and stores the result in x->sha1_hash,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 1058 void ScheduleDAGInstrs::reduceHugeMemNodeMaps(Value2SUsMap &stores, in reduceHugeMemNodeMaps() argument 1060 LLVM_DEBUG(dbgs() << "Before reduction:\nStoring SUnits:\n"; stores.dump(); in reduceHugeMemNodeMaps() 1065 NodeNums.reserve(stores.size() + loads.size()); in reduceHugeMemNodeMaps() 1066 for (const auto &[V, SUs] : stores) { in reduceHugeMemNodeMaps() 1101 insertBarrierChain(stores); in reduceHugeMemNodeMaps() 1104 LLVM_DEBUG(dbgs() << "After reduction:\nStoring SUnits:\n"; stores.dump(); in reduceHugeMemNodeMaps()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrAtomics.td | 184 // Atomic stores 212 // Truncating stores. 219 // Fragments for truncating stores. 222 // instructions, we just need to match bare atomic stores. On the other hand, 223 // truncating stores from i64 values are once truncated to i32 first. 231 // Truncating stores with no constant offset
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/ |
H A D | akebono.txt | 36 The Akebono board stores some board information such as the revision
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | SelectionDAGCompat.td | 28 // stores this information in the MachineMemoryOperand. 228 // G_STORE handles both atomic and non-atomic stores where as SelectionDAG had 229 // separate nodes for them. This GINodeEquiv maps the non-atomic stores to
|