/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | PluginManager.cpp | 319 auto &instances = GetArchitectureInstances(); in UnregisterPlugin() local 321 for (auto pos = instances.begin(), end = instances.end(); pos != end; ++pos) { in UnregisterPlugin() 323 instances.erase(pos); in UnregisterPlugin() 332 for (const auto &instances : GetArchitectureInstances()) { in CreateArchitectureInstance() local 333 if (auto plugin_up = instances.create_callback(arch)) in CreateArchitectureInstance() 575 const auto &instances = GetLanguageRuntimeInstances().GetInstances(); in GetLanguageRuntimeGetCommandObjectAtIndex() local 576 if (idx < instances.size()) in GetLanguageRuntimeGetCommandObjectAtIndex() 577 return instances[idx].command_callback; in GetLanguageRuntimeGetCommandObjectAtIndex() 583 const auto &instances = GetLanguageRuntimeInstances().GetInstances(); in GetLanguageRuntimeGetExceptionPreconditionAtIndex() local 584 if (idx < instances.size()) in GetLanguageRuntimeGetExceptionPreconditionAtIndex() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RAND_get0_primary.pod | 8 - get access to the global EVP_RAND_CTX instances 21 shared DRBG instances which are accessed via the RAND API: 23 The I<public> and I<private> DRBG are thread-local instances, which are used 26 directly, but is used internally to reseed the other two instances. 28 These functions here provide access to the shared DRBG instances. 48 they are thread-local. Note however, that changes to these two instances 52 three instances directly. 53 Instead, an application should change the default settings for new DRBG instances
|
/freebsd/sys/dev/qat/qat_api/include/ |
H A D | icp_sal_user.h | 116 * crypto instances 140 * compression instances 164 * crypto instances which are from the specific device package. 190 * crypto instances which are from the specific device package and specific 218 * compression instances which are from the specific device package. 243 * This function allocates crypto instances 245 * - it adds new allocated instances into crypto_services 246 * - it initializes new allocated instances 247 * - it starts new allocated instances 271 * This function allocates crypto instances [all …]
|
/freebsd/contrib/kyua/utils/ |
H A D | optional_test.cpp | 49 /// Balance of alive instances of this class in dynamic memory. 50 static size_t instances; member in __anondc1822e00111::test_alloc 69 instances++; in operator new() 80 instances--; in operator delete() 87 size_t test_alloc::instances = 0; member in __anondc1822e00111::test_alloc 183 ATF_REQUIRE_EQ(0, test_alloc::instances); in ATF_TEST_CASE_BODY() 186 ATF_REQUIRE_EQ(1, test_alloc::instances); in ATF_TEST_CASE_BODY() 191 ATF_REQUIRE_EQ(2, test_alloc::instances); in ATF_TEST_CASE_BODY() 195 ATF_REQUIRE_EQ(2, test_alloc::instances); in ATF_TEST_CASE_BODY() 199 ATF_REQUIRE_EQ(1, test_alloc::instances); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 47 static TimeTraceProfilerInstances Instances; in getTimeTraceProfilerInstances() local 48 return Instances; in getTimeTraceProfilerInstances() 175 auto &Instances = getTimeTraceProfilerInstances(); in write() local 176 std::lock_guard<std::mutex> Lock(Instances.Lock); in write() 179 assert(llvm::all_of(Instances.List, in write() 232 for (const TimeTraceProfiler *TTP : Instances.List) in write() 240 for (const TimeTraceProfiler *TTP : Instances.List) in write() 254 for (const TimeTraceProfiler *TTP : Instances.List) in write() 305 for (const TimeTraceProfiler *TTP : Instances.List) in write() 363 auto &Instances = getTimeTraceProfilerInstances(); in timeTraceProfilerCleanup() local [all …]
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_open_list.3 | 18 .Nd open and close lists and instances 56 Lists are sequences of instances of homogeneous data objects. 68 A list is a set of one or more instances that appear under the same 70 The instances contain details about a specific object. 71 One can think of instances as objects or records. 134 In contrast to a list of instances, a "leaf list" is list of simple
|
H A D | xo_open_container.3 | 44 instances that can appear multiple times. 126 instances are maintained internally by 151 instances inconvenient. 157 will track the names of open containers, lists, and instances so 183 containers, lists, and instances.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | RAND_get0_primary.3 | 143 \&\- get access to the global EVP_RAND_CTX instances 156 shared \s-1DRBG\s0 instances which are accessed via the \s-1RAND API:\s0 158 The \fIpublic\fR and \fIprivate\fR \s-1DRBG\s0 are thread-local instances, which are used 161 directly, but is used internally to reseed the other two instances. 163 These functions here provide access to the shared \s-1DRBG\s0 instances. 181 they are thread-local. Note however, that changes to these two instances 185 three instances directly. 186 Instead, an application should change the default settings for new \s-1DRBG\s0 instances
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 41 You want to use your own private DRBG instances. 42 Multiple DRBG instances which are accessed only by a single thread provide 75 =head1 THE THREE SHARED DRBG INSTANCES 77 Currently, there are three shared DRBG instances, 88 the two other two DRBG instances. It reseeds itself by obtaining randomness 104 by its child DRBG instances. The necessary locking is done internally. 111 Pointers to these DRBG instances can be obtained using 114 DRBG instances in a variable or other memory location where it will be 117 All other DRBG instances created by an application don't support locking, 122 instances on different threads is thread-safe, because the DRBG instance [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | ti,omap-iommu.txt | 5 "ti,omap2-iommu" for OMAP2/OMAP3 IOMMU instances 6 "ti,omap4-iommu" for OMAP4/OMAP5 IOMMU instances 7 "ti,dra7-dsp-iommu" for DRA7xx DSP IOMMU instances 8 "ti,dra7-iommu" for DRA7xx IOMMU instances 27 is required for DSP IOMMU instances on DRA7xx SoCs. The
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_RAND.7 | 170 You want to use your own private \s-1DRBG\s0 instances. 171 Multiple \s-1DRBG\s0 instances which are accessed only by a single thread provide 195 .SH "THE THREE SHARED DRBG INSTANCES" 196 .IX Header "THE THREE SHARED DRBG INSTANCES" 197 Currently, there are three shared \s-1DRBG\s0 instances, 207 the two other two \s-1DRBG\s0 instances. It reseeds itself by obtaining randomness 219 by its child \s-1DRBG\s0 instances. The necessary locking is done internally. 226 Pointers to these \s-1DRBG\s0 instances can be obtained using 229 \&\s-1DRBG\s0 instances in a variable or other memory location where it will be 232 All other \s-1DRBG\s0 instances created by an application don't support locking, [all …]
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg_device.c | 590 device->instances = (struct adf_cfg_instance **)malloc( in adf_cfg_device_init() 641 if (device->instances && device->instances[i]) in adf_cfg_device_init() 642 free(device->instances[i], M_QAT); in adf_cfg_device_init() 645 free(device->instances, M_QAT); in adf_cfg_device_init() 646 device->instances = NULL; in adf_cfg_device_init() 670 if (device->instances && device->instances[i]) { in adf_cfg_device_clear() 671 free(device->instances[i], M_QAT); in adf_cfg_device_clear() 672 device->instances[i] = NULL; in adf_cfg_device_clear() 676 free(device->instances, M_QAT); in adf_cfg_device_clear() 677 device->instances = NULL; in adf_cfg_device_clear() [all …]
|
H A D | adf_cfg_bundle.c | 55 if (bundle->number == device->instances[i]->bundle && in adf_cfg_get_free_instance() 56 inst->stype == device->instances[i]->stype) { in adf_cfg_get_free_instance() 57 ret_instance = device->instances[i]; in adf_cfg_get_free_instance() 65 device->instances[i]->bundle) in adf_cfg_get_free_instance() 206 device->instances[device->instance_index++] = in adf_cfg_init_and_insert_inst()
|
/freebsd/contrib/libxo/doc/ |
H A D | xo.rst | 148 Lists and Instances 151 A "*list*" is set of one or more instances that appear under the same 152 parent. The instances contain details about a specific object. One 153 can think of instances as objects or records. A call is needed to 157 Use the `--open-list` and `--open-instances` to open lists and 158 instances. Use the `--close-list` and `--close-instances` to close 163 instances::
|
/freebsd/sbin/natd/ |
H A D | natd.8 | 451 process for several NAT instances. 479 It is easier to set up multiple instances in the configuration file 490 This option is intended to be used with multiple instances: 494 If no entry was found in any of the instances, packet is passed 497 .Sx MULTIPLE INSTANCES 692 .Sh MULTIPLE INSTANCES 699 can have multiple aliasing instances in a single process, 732 builds two instances of the aliasing engine. 734 In addition to these instances' private 740 via this one will be matched against all instances and translated [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCSetupApi.h | 290 /// Retrieves the next set of product instances in the enumeration sequence. 292 /// <param name="celt">The number of product instances to retrieve.</param> 295 /// <param name="pceltFetched">A pointer to the number of product instances 306 /// Skips the next set of product instances in the enumeration sequence. 308 /// <param name="celt">The number of product instances to skip.</param> 336 /// Gets information about product instances set up on the machine. 341 /// Enumerates all completed product instances installed. 344 /// product instances.</param> 373 /// Gets information about product instances. 378 /// Enumerates all product instances. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
H A D | dra7-atl.txt | 4 audio codec. A single ATL IP provides four ATL clock instances sharing the same 16 Since the clock instances are part of a single IP this binding is used as a node 29 configuration of the IP for the ATL clock instances. 40 Configuration of ATL instances:
|
/freebsd/sys/dev/qat/qat_api/common/ctrl/ |
H A D | sal_ctrl_services.c | 343 * This function is used to retrieve how many instances are 360 * @param[out] pCount Pointer to memory where num instances will be stored 361 * @retval status returned status from ADF or _FAIL if number of instances 379 QAT_UTILS_LOG("Number of instances is out of range.\n"); in SalCtrl_GetInstanceCount() 390 * service instances. 495 * This function is used to initialise the service instances. 496 * It allocates memory for service instances and invokes the 516 * @param[in] instance_count Number of instances 584 QAT_UTILS_LOG("Failed to allocate all instances.\n"); in SalCtrl_ServiceInit() 595 QAT_UTILS_LOG("Failed to initialise all service instances.\n"); in SalCtrl_ServiceInit() [all …]
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Memory.cpp | 18 auto &instances = context().instances; in getOrCreate() local 19 auto &instance = instances[tag]; in getOrCreate()
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Memory.h | 28 // SpecificAlloc<> instances. 45 // CommonLinkerContext::instances. Its value does not matter. 58 // Creates new instances of T off a (almost) contiguous arena/object pool. The 59 // instances are destroyed whenever lldMain() goes out of scope.
|
/freebsd/libexec/rc/rc.d/ |
H A D | ftp-proxy | 51 # ftpproxy_flags. The alternate behavior allows multiple instances of ftp- 53 # new behavior, a list of instances must be defined, and a list of flags for 54 # each instance. For example, if we want to start two instances of ftp-proxy,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profile_collector.h | 13 // FunctionCallTrie instances can be handed off by threads, to be 27 /// collecting FunctionCallTrie instances, indexed by thread ID. On demand, the 43 /// The serialize will process all FunctionCallTrie instances in memory, and
|
/freebsd/share/man/man9/ |
H A D | vnet.9 | 318 call or in a subblock with the same idea of the saved instances as the 342 Sometimes one needs to loop over all virtual instances, for example to update 352 and the latter loops over all of the virtual network stack instances. 355 for how to savely traverse the list of all virtual instances. 379 For public access to the list of virtual network stack instances 433 stack instances.
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | keystone-navigator-dma.txt | 28 - clocks: phandle to dma instances clocks. The clock handles can be as 29 many as the dma instances. The order should be maintained as per 30 the dma instances.
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_accel_mgr.h | 8 * instances management 64 * Returns number of accel instances in the system. 76 * Returns table of accel instances in the system.
|