/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_storage.3 | 1 .TH "Heimdal Kerberos 5 storage functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library… 5 Heimdal Kerberos 5 storage functions \- 176 Read a address block from the storage. 180 \fIsp\fP the storage buffer to write to 182 \fIadr\fP the address block read from storage 193 Read a addresses block from the storage. 197 \fIsp\fP the storage buffer to write to 199 \fIadr\fP the addresses block read from storage 210 Read a auth data from the storage. 214 \fIsp\fP the storage buffer to write to [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | structdata.c | 72 StructData_Init(StructData *storage) { in StructData_Init() argument 73 assert(storage != NULL); in StructData_Init() 74 storage->count = 0; in StructData_Init() 75 storage->max_count = 0; in StructData_Init() 76 storage->entries = NULL; in StructData_Init() 80 StructData_AddItem(StructData *storage, const XML_Char *s, int data0, int data1, in StructData_AddItem() argument 84 assert(storage != NULL); in StructData_AddItem() 86 if (storage->count == storage->max_count) { in StructData_AddItem() 89 storage->max_count += STRUCT_EXTENSION_COUNT; in StructData_AddItem() 91 storage->entries, storage->max_count * sizeof(StructDataEntry)); in StructData_AddItem() [all …]
|
H A D | chardata.c | 61 CharData_Init(CharData *storage) { in CharData_Init() argument 62 assert(storage != NULL); in CharData_Init() 63 storage->count = -1; in CharData_Init() 67 CharData_AppendXMLChars(CharData *storage, const XML_Char *s, int len) { in CharData_AppendXMLChars() argument 70 assert(storage != NULL); in CharData_AppendXMLChars() 72 maxchars = sizeof(storage->data) / sizeof(storage->data[0]); in CharData_AppendXMLChars() 73 if (storage->count < 0) in CharData_AppendXMLChars() 74 storage->count = 0; in CharData_AppendXMLChars() 77 if ((len + storage->count) > maxchars) { in CharData_AppendXMLChars() 78 len = (maxchars - storage->count); in CharData_AppendXMLChars() [all …]
|
H A D | basic_tests.c | 395 CharData storage; in START_TEST() local 397 CharData_Init(&storage); in START_TEST() 398 XML_SetUserData(g_parser, &storage); in START_TEST() 403 CharData_CheckXMLChars(&storage, expected); in START_TEST() 655 StructData storage; in START_TEST() local 657 StructData_Init(&storage); in START_TEST() 658 XML_SetUserData(g_parser, &storage); in START_TEST() 665 StructData_CheckItems(&storage, expected, expected_count); in START_TEST() 666 StructData_Dispose(&storage); in START_TEST() 796 CharData storage; in START_TEST() local [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | store.c | 44 * Add the flags on a storage buffer by or-ing in the flags to the buffer. 46 * @param sp the storage buffer to set the flags on 59 * Clear the flags on a storage buffer 61 * @param sp the storage buffer to clear the flags on 74 * Return true or false depending on if the storage flags is set or 77 * @param sp the storage buffer to check flags on 92 * Set the new byte order of the storage buffer. 94 * @param sp the storage buffer to set the byte order for. 125 * @param sp the storage buffer set the max allow for 160 * @param sp the storage buffer to seek in. [all …]
|
/freebsd/crypto/openssl/crypto/ |
H A D | ex_data.c | 218 EX_CALLBACK **storage = NULL; in ossl_crypto_new_ex_data_ex() local 235 storage = stack; in ossl_crypto_new_ex_data_ex() 237 storage = OPENSSL_malloc(sizeof(*storage) * mx); in ossl_crypto_new_ex_data_ex() 238 if (storage != NULL) in ossl_crypto_new_ex_data_ex() 240 storage[i] = sk_EX_CALLBACK_value(ip->meth, i); in ossl_crypto_new_ex_data_ex() 244 if (mx > 0 && storage == NULL) { in ossl_crypto_new_ex_data_ex() 249 if (storage[i] != NULL && storage[i]->new_func != NULL) { in ossl_crypto_new_ex_data_ex() 251 storage[i]->new_func(obj, ptr, ad, i, in ossl_crypto_new_ex_data_ex() 252 storage[i]->argl, storage[i]->argp); in ossl_crypto_new_ex_data_ex() 255 if (storage != stack) in ossl_crypto_new_ex_data_ex() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 103 Storage = StorageType::getFromOpaqueValue(Ptr); in TemplateName() 106 TemplateName::TemplateName(TemplateDecl *Template) : Storage(Template) {} in TemplateName() 107 TemplateName::TemplateName(OverloadedTemplateStorage *Storage) in TemplateName() argument 108 : Storage(Storage) {} in TemplateName() 109 TemplateName::TemplateName(AssumedTemplateStorage *Storage) in TemplateName() argument 110 : Storage(Storage) {} in TemplateName() 111 TemplateName::TemplateName(SubstTemplateTemplateParmStorage *Storage) in TemplateName() argument 112 : Storage(Storage) {} in TemplateName() 113 TemplateName::TemplateName(SubstTemplateTemplateParmPackStorage *Storage) in TemplateName() argument 114 : Storage(Storage) {} in TemplateName() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 189 Storage &storage = GetUpdatedStorage(); in GetLiveThreadBinaryDataSize() local 190 return Lookup(storage.live_thread_data, tid, ConstString(kind)); in GetLiveThreadBinaryDataSize() 195 Storage &storage = GetUpdatedStorage(); in GetLiveCpuBinaryDataSize() local 196 return Lookup(storage.live_cpu_data_sizes, cpu_id, ConstString(kind)); in GetLiveCpuBinaryDataSize() 201 Storage &storage = GetUpdatedStorage(); in GetLiveProcessBinaryDataSize() local 202 return Lookup(storage.live_process_data, ConstString(kind)); in GetLiveProcessBinaryDataSize() 278 Trace::Storage &Trace::GetUpdatedStorage() { in GetUpdatedStorage() 295 m_storage = Trace::Storage(); in RefreshLiveProcessState() 376 Storage &storage = GetUpdatedStorage(); in GetPostMortemThreadDataFile() local 378 Lookup(storage.postmortem_thread_data, tid, ConstString(kind))) in GetPostMortemThreadDataFile() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPT.cpp | 182 Storage &storage = GetUpdatedStorage(); in Decode() local 183 if (storage.multicpu_decoder) in Decode() 184 return storage.multicpu_decoder->Decode(thread); in Decode() 186 auto it = storage.thread_decoders.find(thread.GetID()); in Decode() 187 if (it == storage.thread_decoders.end()) in Decode() 193 Storage &storage = GetUpdatedStorage(); in FindBeginningOfTimeNanos() local 194 if (storage.beginning_of_time_nanos_calculated) in FindBeginningOfTimeNanos() 195 return storage in FindBeginningOfTimeNanos() 244 Storage &storage = GetUpdatedStorage(); DumpTraceInfo() local 355 Storage &storage = GetUpdatedStorage(); DumpTraceInfoAsJson() local 598 Storage &storage = GetUpdatedStorage(); IsTraced() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 18 /// packed together but are not required to. This is problematic when storage is 22 /// layout/storage as well as protection against out of range values. 27 /// uint8_t Storage = 0; 31 /// Bitfield::set<Bool>(Storage, true); 32 /// EXPECT_EQ(Storage, 0b00000001); 34 /// EXPECT_EQ(Bitfield::get<Bool>(Storage), true); 41 /// Bitfield::set<Suit>(Storage, SuitEnum::HEARTS); 42 /// EXPECT_EQ(Storage, 0b00000101); 44 /// EXPECT_EQ(Bitfield::get<Suit>(Storage), SuitEnum::HEARTS); 48 /// Bitfield::set<Value>(Storage, 10); [all …]
|
H A D | Any.h | 66 : Storage(Other.Storage ? Other.Storage->clone() : nullptr) {} in Any() 89 Storage = in Any() 93 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() 96 std::swap(Storage, Other.Storage); in swap() 101 Storage = std::move(Other.Storage); 124 std::unique_ptr<StorageBase> Storage; global() variable [all...] |
H A D | LazyAtomicPointer.h | 21 /// a generator for the same storage is unlikely. 30 /// The underlying storage is \a std::atomic<uintptr_t>. 67 if (Storage.compare_exchange_weak(RawExistingValue, makeRaw(NewValue))) in compare_exchange_weak() 83 if (Storage.compare_exchange_strong(RawExistingValue, makeRaw(NewValue))) in compare_exchange_strong() 90 if (Storage.compare_exchange_weak(RawExistingValue, makeRaw(NewValue))) in compare_exchange_strong() 101 uintptr_t RawValue = Storage.load(); in load() 111 uintptr_t Raw = Storage.load(); in loadOrGenerate() 117 Storage.compare_exchange_strong(Raw, getBusy()))) { in loadOrGenerate() 120 Storage.store(Raw); in loadOrGenerate() 126 Raw = Storage.load(); in loadOrGenerate() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 91 std::vector<storage::Comdat> Comdats; 92 std::vector<storage::Module> Mods; 93 std::vector<storage::Symbol> Syms; 94 std::vector<storage::Uncommon> Uncommons; 99 std::vector<storage::Str> DependentLibraries; 101 void setStr(storage::Str &S, StringRef Value) { in setStr() 107 void writeRange(storage::Range<T> &R, const std::vector<T> &Objs) { in writeRange() 148 storage::Module Mod; in addModule() 172 storage::Str Specifier; in addModule() 207 storage::Comdat Comdat; in getComdatIndex() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CustomizableOptional.h | 1 //===- CustomizableOptional.h - Optional with custom storage ----*- C++ -*-===// 26 // Optional type which internal storage can be specialized by providing 29 optional_detail::OptionalStorage<T> Storage; variable 37 constexpr CustomizableOptional(const T &y) : Storage(std::in_place, y) {} in CustomizableOptional() 41 : Storage(std::in_place, std::move(y)) {} in CustomizableOptional() 46 : Storage(std::in_place, std::forward<ArgTypes>(Args)...) {} in CustomizableOptional() 55 Storage = std::move(y); 62 Storage.emplace(std::forward<ArgTypes>(Args)...); in emplace() 66 Storage = y; 71 void reset() { Storage.reset(); } in reset() [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool.8 | 36 .Nd configure ZFS storage pools 50 command configures ZFS storage pools. 51 A storage pool is a collection of devices that provides physical storage and 53 All datasets within a storage pool share the same space. 58 For an overview of creating and managing ZFS storage pools see the 68 command provides subcommands to create and destroy storage pools, add capacity 69 to storage pools, and provide information about the storage pools. 97 Creates a new storage pool containing the virtual devices specified on the 151 for the specified storage pool(s). 189 This operation informs the underlying storage devices of all blocks [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 85 /// `Val1` and `Val2` must be assigned to the same storage location in 107 /// `Val1` and `Val2` must be assigned to the same storage location in 139 /// `Prev` and `Current` must be assigned to the same storage location in 190 /// Assigns storage locations and values to all parameters, captures, global 208 /// callee. Uses the storage location from each argument in the `Call` as the 209 /// storage location for the corresponding parameter in the callee. 228 /// - have the same mappings from declarations to storage locations, 229 /// - have the same mappings from expressions to storage locations, 231 /// the same storage locations. 247 /// Joins two environments by taking the intersection of storage locations and [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 46 namespace storage { 161 } // end namespace storage 168 /// This represents a symbol that has been read from a storage::Symbol and 169 /// possibly a storage::Uncommon. 171 // Copied from storage::Symbol. 176 // Copied from storage::Uncommon. 192 using S = storage::Symbol; 239 ArrayRef<storage::Module> Modules; 240 ArrayRef<storage::Comdat> Comdats; 241 ArrayRef<storage::Symbol> Symbols; [all …]
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_util.c | 53 queue->storage = kzalloc(size * sizeof(VCHIQ_HEADER_T *), GFP_KERNEL); in vchiu_queue_init() 54 if (queue->storage == NULL) { in vchiu_queue_init() 63 if (queue->storage != NULL) in vchiu_queue_delete() 64 kfree(queue->storage); in vchiu_queue_delete() 89 * Write to queue->storage must be visible after read from in vchiu_queue_push() 94 queue->storage[queue->write & (queue->size - 1)] = header; in vchiu_queue_push() 97 * Write to queue->storage must be visible before write to in vchiu_queue_push() 118 * Read from queue->storage must be visible after read from in vchiu_queue_peek() 123 return queue->storage[queue->read & (queue->size - 1)]; in vchiu_queue_peek() 137 * Read from queue->storage must be visible after read from in vchiu_queue_pop() [all …]
|
/freebsd/contrib/unbound/ |
H A D | Makefile.in | 131 util/rtt.c util/siphash.c util/edns.c util/storage/dnstree.c util/storage/lookup3.c \ 132 util/storage/lruhash.c util/storage/slabhash.c util/tcp_conn_limit.c \ 479 $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ 724 $(srcdir)/util/data/packed_rrset.h $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h \ 726 $(srcdir)/util/data/msgreply.h $(srcdir)/services/cache/rrset.h $(srcdir)/util/storage/slabhash.h \ 731 $(srcdir)/util/storage/lruhash.h $(srcdir)/util/locks.h $(srcdir)/util/log.h $(srcdir)/util/storage/dnstree.h \ 734 $(srcdir)/util/storage/slabhas [all...] |
/freebsd/contrib/unbound/validator/ |
H A D | val_anchor.h | 2 * validator/val_anchor.h - validator trust anchor storage. 39 * This file contains storage for the trust anchors for the validator. 124 * Create trust anchor storage 125 * @return new storage or NULL on error. 130 * Delete trust anchor storage. 137 * @param anchors: struct anchor storage 157 * @param anchors: struct anchor storage 168 * @param anchors: anchor storage. 180 * @param anchors: anchor storage. 189 * Get memory in use by the trust anchor storage [all...] |
/freebsd/release/scripts/oracle/ |
H A D | image_capability_data.json | 7 "Storage.BootVolumeType": { 18 "Storage.Iscsi.MultipathDeviceSupported": { 22 "Storage.ParaVirtualization.EncryptionInTransit": { 26 "Storage.ConsistentVolumeNaming": { 34 "Storage.ParaVirtualization.AttachmentVersion": { 42 "Storage.LocalDataVolumeType": { 61 "Storage.RemoteDataVolumeType": {
|
/freebsd/share/man/man4/ |
H A D | hv_storvsc.4 | 31 .Nd Hyper-V Storage Virtual Service Consumer 47 storage devices attached to the Hyper-V server. 50 guest can access storage devices using Hyper-V's 55 driver implements a storage 57 Service Consumer (VSC) that relays storage requests from the guest partition 58 to the storage Virtual Service Provider (VSP) hosted in the root partition 62 The VSP in the root partition then forwards the storage related requests to 63 the physical storage device.
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 58 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation() argument 61 : MDNode(C, DILocationKind, Storage, MDs) { in DILocation() 83 StorageType Storage, bool ShouldCreate) { in getImpl() argument 87 if (Storage == Uniqued) { in getImpl() 102 return storeImpl(new (Ops.size(), Storage) DILocation( in getImpl() 103 Context, Storage, Line, Column, Ops, ImplicitCode), in getImpl() 104 Storage, Context.pImpl->DILocations); in getImpl() 395 StorageType Storage, bool ShouldCreate) { in getImpl() argument 397 if (Storage == Uniqued) { in getImpl() 411 return storeImpl(new (DwarfOps.size() + 1, Storage) GenericDINode( in getImpl() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/ |
H A D | privilege_001_pos.ksh | 38 # The RBAC profile "ZFS Storage Management" works 43 # 2. Assign "ZFS Storage Management" profile, try to create pool again, 54 # 6. Remove the Storage profile, then attempt to recreate the pool, which 65 log_assert "The RBAC profile \"ZFS Storage Management\" works" 74 log_must usermod -P "ZFS Storage Management" $ZFS_USER 86 usermod -P "ZFS Storage Management" $ZFS_USER 92 # revoke Storage Management profile 96 log_pass "The RBAC profile \"ZFS Storage Management\" works"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 140 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, 142 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 240 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash, in GenericDINode() argument 243 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 253 StorageType Storage, bool ShouldCreate = true) { 255 DwarfOps, Storage, ShouldCreate); 260 StorageType Storage, bool ShouldCreate = true); 313 DIAssignID(LLVMContext &C, StorageType Storage) in DIAssignID() argument 314 : MDNode(C, DIAssignIDKind, Storage, std::nullopt) {} in DIAssignID() 318 static DIAssignID *getImpl(LLVMContext &Context, StorageType Storage, [all …]
|