Searched refs:region (Results 126 - 150 of 218) sorted by relevance

123456789

/freebsd-current/contrib/unbound/services/
H A Doutside_network.c1824 alloc_reg_release(sq->alloc, sq->region);
2606 struct regional* region)
2614 alloc_reg_release(alloc, region);
2619 sq->region = region;
2620 sq->qbuf = regional_alloc_init(region, sldns_buffer_begin(buff),
2623 alloc_reg_release(alloc, region);
2628 sq->zone = regional_alloc_init(region, zone, zonelen);
2630 alloc_reg_release(alloc, region);
2642 sq->tls_auth_name = regional_strdup(region, tls_auth_nam
2601 serviced_create(struct outside_network* outnet, sldns_buffer* buff, int dnssec, int want_dnssec, int nocaps, int tcp_upstream, int ssl_upstream, char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list, size_t pad_queries_block_size, struct alloc_cache* alloc, struct regional* region) argument
3408 struct regional* region; local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h96 block_region *region; /* Memory region pointer */ member in struct:Argon2_instance_t
/freebsd-current/sys/dev/sfxge/common/
H A Dsiena_nvram.c319 unsigned int region; local
375 region = vpd ? vpd_offset + vpd_length : hdr_length;
376 if (region > SIENA_NVRAM_CHUNK) {
379 region - SIENA_NVRAM_CHUNK)) != 0)
H A Dsiena_vpd.c56 unsigned int region; local
103 region = vpd_offset + vpd_length;
104 if (region > SIENA_NVRAM_CHUNK) {
107 region - SIENA_NVRAM_CHUNK)) != 0)
/freebsd-current/tools/tools/crypto/
H A Dcryptotest.c453 void *region; local
468 region = mmap(NULL, threads * sizeof (struct timeval),
470 if (region == MAP_FAILED) {
474 tvp = (struct timeval *) region;
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp70 // Get the base region, stripping away fields and elements.
76 // Check if the region is a compound literal.
114 llvm_unreachable("Invalid region in ReturnStackAddressChecker.");
299 // a memory region in the stack space.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp655 MemoryRegionInfo region; local
657 m_process->GetMemoryRegionInfo(entry.dyn_addr, region);
658 if (!region.GetName().IsEmpty())
659 entry.file_spec.SetFile(region.GetName().AsCString(),
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp350 MemoryRegionInfo region =
352 if (region.GetMapped() != MemoryRegionInfo::eYes &&
353 region.GetRange().GetRangeBase() <= section_range.GetRangeBase() &&
354 section_range.GetRangeEnd() <= region.GetRange().GetRangeEnd()) {
370 MemoryRegionInfo &region) {
372 region = MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr);
369 DoGetMemoryRegionInfo(lldb::addr_t load_addr, MemoryRegionInfo &region) argument
/freebsd-current/contrib/unbound/cachedb/
H A Dcachedb.c292 qstate->region, sizeof(struct cachedb_qstate));
575 qstate->return_msg = dns_alloc_msg(buf, prs, qstate->region);
591 qstate->region, sizeof(char) * (ede_len+1));
708 qstate->region, qstate->env->scratch,
717 qstate->region, qstate->env->rrset_cache,
751 qstate->region, store_flags, qstate->qstarttime);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp5621 void Process::AddInvalidMemoryRegion(const LoadRange &region) {
5622 m_memory_cache.AddInvalidRange(region.GetRangeBase(), region.GetByteSize());
5625 bool Process::RemoveInvalidMemoryRange(const LoadRange &region) {
5626 return m_memory_cache.RemoveInvalidRange(region.GetRangeBase(),
5627 region.GetByteSize());
6010 // region. We will have exited the loop by that point because the previous
6011 // region, the last mappable region, will have non-address bits in its end
6272 CreateCoreFileMemoryRange(const MemoryRegionInfo &region) {
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp1517 /** __itt_mark_pt_region functions marks region of interest
1518 * region parameter defines different regions.
1519 * 0 <= region < 8 */
1525 void __itt_pt_mark(__itt_pt_region region);
1526 void __itt_pt_mark_event(__itt_pt_region region);
1529 ITT_EXTERN_C void _N_(mark_pt_region_begin)(__itt_pt_region region) { argument
1535 __itt_pt_mark_event(2 * region);
1537 __itt_pt_mark(2 * region);
1540 (void)region;
1544 ITT_EXTERN_C void _N_(mark_pt_region_end)(__itt_pt_region region) { argument
[all...]
/freebsd-current/sys/dev/irdma/
H A Dirdma_kcompat.c1144 struct ib_umem *region = iwmr->region; local
1155 for_each_sg(region->sg_head.sgl, sg, region->nmap, entry) {
1203 if (iwmr->region) {
1222 if (iwmr->region)
1223 ib_umem_release(iwmr->region);
1231 * irdma_rereg_user_mr - Re-Register a user memory region @ibmr: ib mem to access iwarp mr pointer @flags: bit mask to
1269 if (iwmr->region) {
1270 ib_umem_release(iwmr->region);
[all...]
H A Dirdma_verbs.c1992 * irdma_alloc_iwmr - Allocate iwmr @region - memory region @pd - protection domain @virt - virtual address @reg_type -
1996 irdma_alloc_iwmr(struct ib_umem *region, argument
2009 iwmr->region = region;
2018 iwmr->len = region->length;
2020 iwmr->page_cnt = irdma_ib_umem_num_dma_blocks(region, iwmr->page_size, virt);
2162 * irdma_reg_user_mr - Register a user memory region
2178 struct ib_umem *region; local
2188 region
2299 struct ib_umem *region; local
[all...]
/freebsd-current/tests/sys/posixshm/
H A Dposixshm_test.c252 * Check file region before hole is zeroed.
271 * Check file region after hole is zeroed.
884 void *region; local
929 region = mmap(NULL, psize, PROT_READ | PROT_WRITE, MAP_SHARED, desc, 0);
930 ATF_REQUIRE_MSG(region != MAP_FAILED, "mmap failed; errno=%d", errno);
931 memset(region, '\377', psize);
950 for (cp = region; cp < (char *)region + psize; cp++) {
965 memset(region, '\151', psize - 2);
966 error = pwrite(desc, region,
[all...]
/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dchipc.c182 /* Allocate the region containing the chipc register block */
524 * data is placed within the OTP general use region. */
646 /* Allocate region records for the given port, and add the port's memory
658 for (u_int region = 0; region < num_regions; region++) {
659 /* Allocate new region record */
660 cr = chipc_alloc_region(sc, type, port, region);
666 BHND_DEBUG_DEV(sc->dev, "no rid for chipc region "
667 "%s%u.%u", bhnd_port_type_name(type), port, region);
[all...]
/freebsd-current/contrib/unbound/ipsecmod/
H A Dipsecmod.c105 qstate->region, sizeof(struct ipsecmod_qstate));
459 0, qstate->region, qstate->query_flags, qstate->qstarttime)) {
584 /* Copy to super's region. */
585 rrset_key = packed_rrset_copy_region(rrset_key, super->region, 0);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmcu.c370 const struct mt76_connac2_fw_region *region; local
406 region = (const void *)((const u8 *)hdr -
407 (hdr->n_region - i) * sizeof(*region));
408 len = le32_to_cpu(region->len);
412 dev_err(mdev->dev, "Invalid firmware region\n");
417 if ((region->feature_set & FW_FEATURE_NON_DL) &&
418 region->type == FW_TYPE_CLC) {
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h62 /// Represent a region's offset within the top level base region.
64 /// The base region.
67 /// The bit offset within the base region. Can be negative.
92 // Base region classes.
123 /// Recursively retrieve the region of the most derived class instance of
128 /// Check if the region is a subregion of the given region.
129 /// Each region is a subregion of itself.
135 /// If this is a symbolic region, return
1335 classof(const MemRegion *region) argument
1377 classof(const MemRegion *region) argument
[all...]
/freebsd-current/sys/powerpc/ps3/
H A Dps3-hvcall.h132 int lv1_storage_read(uint64_t dev, uint64_t region, uint64_t sector, uint64_t nsectors, uint64_t flags, uint64_t buf, uint64_t *dma_tag);
133 int lv1_storage_write(uint64_t dev, uint64_t region, uint64_t sector, uint64_t nsectors, uint64_t flags, uint64_t buf, uint64_t *dma_tag);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Deeprom.c217 if (dev->region < ARRAY_SIZE(region_names))
218 region_name = region_names[dev->region];
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c647 const struct iwl_fw_ini_region_tlv *region; local
651 if (length < offsetof(typeof(*region), special_mem) +
652 sizeof(region->special_mem))
655 region = (const void *)tlv->data;
656 addr = le32_to_cpu(region->special_mem.base_addr);
657 addr += le32_to_cpu(region->special_mem.offset);
660 if (region->type != IWL_FW_INI_REGION_SPECIAL_DEVICE_MEMORY)
663 switch (region->sub_type) {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp634 assert(canPrintPretty() && "This region cannot be printed pretty.");
641 llvm_unreachable("This region cannot be printed pretty.");
860 llvm_unreachable("Unhandled region");
865 const REG *MemRegionManager::LazyAllocate(REG*& region) { argument
866 if (!region) {
867 region = new (A) REG(*this);
870 return region;
874 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { argument
875 if (!region) {
876 region
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp287 MemoryRegionInfo &region) {
291 region = *region_or_err;
286 DoGetMemoryRegionInfo(lldb::addr_t load_addr, MemoryRegionInfo &region) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.h53 // --- Parallel region reporting ---
62 // region=0: no regions, region=1: parallel, region=2: serialized parallel
66 int region = 0);
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.h103 * region. Each element in the memory chunk has to be physically contiguous.
110 void* virtPtr; /**< Virtual pointer to the memory region */
137 mpiMem_t region[MPI_MAX_MEM_REGIONS]; /**< Pointer to the array of structures that define memroy regions */ member in struct:mpiMemReq_s
160 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */
186 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */

Completed in 437 milliseconds

123456789