Searched refs:region (Results 1 - 25 of 189) sorted by relevance

12345678

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-flash.h93 * Return information about a flash chips region
96 * @param region Region to get info for
99 const cvmx_flash_region_t *cvmx_flash_get_region_info(int chip_id, int region);
105 * @param region Region to erase a block in
109 int cvmx_flash_erase_block(int chip_id, int region, int block);
115 * @param region Region to write a block in
120 int cvmx_flash_write_block(int chip_id, int region, int block, const void *data);
H A Dcvmx-flash.c84 cvmx_flash_region_t region[MAX_NUM_REGIONS]; member in struct:__anon8527
177 int region; local
218 for (region=0; region<flash->num_regions; region++)
220 cvmx_flash_region_t *rgn_ptr = flash->region + region;
223 /* The number of blocks in each region is a 16 bit little endian
224 endian field. It is encoded at 0x2d + region*4 as (blocks-1) */
225 uint16_t blocks = __cvmx_flash_read_cmd16(chip_id, 0x2d + region*
350 cvmx_flash_get_region_info(int chip_id, int region) argument
364 cvmx_flash_erase_block(int chip_id, int region, int block) argument
487 cvmx_flash_write_block(int chip_id, int region, int block, const void *data) argument
634 int region = 0; local
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dedns.c62 if(!(edns_strings->region = regional_create())) {
73 regional_destroy(edns_strings->region);
82 struct edns_string_addr* esa = regional_alloc_zero(edns_strings->region,
87 esa->string = regional_alloc_init(edns_strings->region, string,
102 regional_free_all(edns_strings->region);
137 struct comm_point* c, struct regional* region)
154 sizeof(data), data, region))
162 struct config_file* cfg, struct comm_point* c, struct regional* region)
165 !edns_keepalive(edns_out, edns_in, c, region))
170 LDNS_EDNS_NSID, cfg->nsid_len, cfg->nsid, region))
136 edns_keepalive(struct edns_data* edns_out, struct edns_data* edns_in, struct comm_point* c, struct regional* region) argument
161 apply_edns_options(struct edns_data* edns_out, struct edns_data* edns_in, struct config_file* cfg, struct comm_point* c, struct regional* region) argument
[all...]
H A Dedns.h61 /** region to allocate tree nodes in */
62 struct regional* region; member in struct:edns_strings
116 * @param region: the region to allocate the edns options in.
119 struct config_file* cfg, struct comm_point* c, struct regional* region);
H A Dtcp_conn_limit.c57 tcl->region = regional_create();
58 if(!tcl->region) {
81 regional_destroy(tcl->region);
91 struct tcl_addr* node = regional_alloc_zero(tcl->region,
146 regional_free_all(tcl->region);
193 return sizeof(*tcl) + regional_get_mem(tcl->region);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h61 // When we know the size class (the region base) we can represent a pointer
62 // as a 4-byte integer (offset from the region start shifted right by 4).
84 "SizeClassAllocator: region info");
112 RegionInfo *region = GetRegionInfo(class_id); local
116 BlockingMutexLock l(&region->mutex);
117 uptr old_num_chunks = region->num_freed_chunks;
121 if (UNLIKELY(!EnsureFreeArraySpace(region, region_beg,
130 region->num_freed_chunks = new_num_freed_chunks;
131 region->stats.n_freed += n_chunks;
138 RegionInfo *region local
192 const RegionInfo *region = AddressSpaceView::Load(GetRegionInfo(class_id)); local
234 RegionInfo *region = GetRegionInfo(class_id); local
261 RegionInfo *region = GetRegionInfo(class_id); local
295 RegionInfo *region = GetRegionInfo(class_id); local
822 RegionInfo *region = GetRegionInfo(class_id); local
[all...]
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.h73 * this is allocated in a region, and will be copied to malloc area
76 * this is allocated in a region, and will be copied to malloc area
86 * @param region: region to allocate better entries from cache into.
95 struct regional* region, uint32_t flags);
115 * @param region: to allocate into for qmsg.
119 struct reply_info* qrep, uint32_t flags, struct regional* region);
128 * @param region: where to allocate result delegation.
136 struct regional* region, struct dns_msg** msg, time_t timenow);
144 * @param region
[all...]
H A Ddns.c70 * @param region: for qrep allocs.
75 struct regional* region)
89 if(region) {
96 rep->ref[i].key, region, now);
158 struct reply_info* qrep, uint32_t flags, struct regional* region)
173 store_rrsets(env, rep, *env->now, leeway, pside, qrep, region);
228 addr_to_additional(struct ub_packed_rrset_key* rrset, struct regional* region, argument
232 packed_rrset_copy_region(rrset, region, now))) {
266 struct regional* region, struct delegpt* dp, time_t now,
276 if(!delegpt_add_rrset_A(dp, region, ake
73 store_rrsets(struct module_env* env, struct reply_info* rep, time_t now, time_t leeway, int pside, struct reply_info* qrep, struct regional* region) argument
156 dns_cache_store_msg(struct module_env* env, struct query_info* qinfo, hashvalue_type hash, struct reply_info* rep, time_t leeway, int pside, struct reply_info* qrep, uint32_t flags, struct regional* region) argument
265 find_add_addrs(struct module_env* env, uint16_t qclass, struct regional* region, struct delegpt* dp, time_t now, struct dns_msg** msg) argument
319 cache_fill_missing(struct module_env* env, uint16_t qclass, struct regional* region, struct delegpt* dp) argument
375 find_add_ds(struct module_env* env, struct regional* region, struct dns_msg* msg, struct delegpt* dp, time_t now) argument
408 dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, struct regional* region, size_t capacity) argument
440 dns_msg_authadd(struct dns_msg* msg, struct regional* region, struct ub_packed_rrset_key* rrset, time_t now) argument
451 dns_msg_ansadd(struct dns_msg* msg, struct regional* region, struct ub_packed_rrset_key* rrset, time_t now) argument
462 dns_cache_find_delegation(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, struct regional* region, struct dns_msg** msg, time_t now) argument
512 gen_dns_msg(struct regional* region, struct query_info* q, size_t num) argument
538 tomsg(struct module_env* env, struct query_info* q, struct reply_info* r, struct regional* region, time_t now, int allow_expired, struct regional* scratch) argument
613 rrset_msg(struct ub_packed_rrset_key* rrset, struct regional* region, time_t now, struct query_info* q) argument
643 synth_dname_msg(struct ub_packed_rrset_key* rrset, struct regional* region, time_t now, struct query_info* q, enum sec_status* sec_status) argument
736 fill_any(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, struct regional* region) argument
801 dns_cache_lookup(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, uint16_t flags, struct regional* region, struct regional* scratch, int no_partial) argument
966 dns_cache_store(struct module_env* env, struct query_info* msgqinf, struct reply_info* msgrep, int is_referral, time_t leeway, int pside, struct regional* region, uint32_t flags) argument
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_kentry.h109 * Copy a key entry, to be region-allocated.
111 * @param region: where to allocate it
112 * @return newly region-allocated entry or NULL on a failure to allocate.
115 struct regional* region);
162 * Create a null entry, in the given region.
163 * @param region: where to allocate
171 struct key_entry_key* key_entry_create_null(struct regional* region,
176 * Create a key entry from an rrset, in the given region.
177 * @param region: where to allocate.
181 * @param rrset: data for key entry. This is copied to the region
[all...]
H A Dval_kentry.c111 key_entry_copy_toregion(struct key_entry_key* kkey, struct regional* region) argument
114 newk = regional_alloc_init(region, kkey, sizeof(*kkey));
117 newk->name = regional_alloc_init(region, kkey->name, kkey->namelen);
126 newd = regional_alloc_init(region, d, sizeof(*d));
131 newd->rrset_data = regional_alloc_init(region,
139 newd->reason = regional_strdup(region, d->reason);
144 newd->algo = (uint8_t*)regional_strdup(region,
254 /** setup key entry in region */
256 key_entry_setup(struct regional* region, argument
260 *k = regional_alloc(region, sizeo
278 key_entry_create_null(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl, time_t now) argument
296 key_entry_create_rrset(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, struct ub_packed_rrset_key* rrset, uint8_t* sigalg, time_t now) argument
324 key_entry_create_bad(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl, time_t now) argument
342 key_entry_get_rrset(struct key_entry_key* kkey, struct regional* region) argument
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_donotq.c58 dq->region = regional_create();
59 if(!dq->region) {
71 regional_destroy(dq->region);
81 dq->region, sizeof(*node));
125 regional_free_all(dq->region);
152 return sizeof(*donotq) + regional_get_mem(donotq->region);
H A Diter_donotq.h55 struct regional* region; member in struct:iter_donotq
H A Diter_priv.h57 struct regional* region; member in struct:iter_priv
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBMemoryRegionInfoList.i28 Append (lldb::SBMemoryRegionInfo &region);
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.h123 * from the region allocation to the malloc allocation.
226 * @param region: where to allocate the results, pass NULL to use malloc.
241 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd,
266 * @param region: where to store temporary data (for parsing).
274 struct regional* region, struct edns_data* edns);
279 * @param msg: parsed message in scratch region.
281 * Not used if region!=NULL, it can be NULL in that case.
285 * @param region: if this parameter is NULL then malloc and the alloc is used.
286 * otherwise, everything is allocated in this region.
287 * In a region, n
[all...]
H A Dmsgreply.c76 struct query_info* qinf, struct regional* region)
79 if(region)
80 qinf->qname = (uint8_t*)regional_alloc(region,
95 construct_reply_info_base(struct regional* region, uint16_t flags, size_t qd, argument
104 if(region)
105 rep = (struct reply_info*)regional_alloc(region, s);
122 if(region)
127 if(!region)
135 struct regional* region)
137 *rep = construct_reply_info_base(region, ms
75 parse_create_qinfo(sldns_buffer* pkt, struct msg_parse* msg, struct query_info* qinf, struct regional* region) argument
134 parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep, struct regional* region) argument
146 reply_info_alloc_rrset_keys(struct reply_info* rep, struct alloc_cache* alloc, struct regional* region) argument
313 parse_create_rrset(sldns_buffer* pkt, struct rrset_parse* pset, struct packed_rrset_data** data, struct regional* region) argument
377 parse_copy_decompress_rrset(sldns_buffer* pkt, struct msg_parse* msg, struct rrset_parse *pset, struct regional* region, struct ub_packed_rrset_key* pk) argument
415 parse_copy_decompress(sldns_buffer* pkt, struct msg_parse* msg, struct reply_info* rep, struct regional* region) argument
443 parse_create_msg(sldns_buffer* pkt, struct msg_parse* msg, struct alloc_cache* alloc, struct query_info* qinf, struct reply_info** rep, struct regional* region) argument
463 reply_info_parse(sldns_buffer* pkt, struct alloc_cache* alloc, struct query_info* qinf, struct reply_info** rep, struct regional* region, struct edns_data* edns) argument
668 repinfo_copy_rrsets(struct reply_info* dest, struct reply_info* from, struct regional* region) argument
703 reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc, struct regional* region) argument
827 struct regional* region = regional_create(); local
930 parse_reply_in_temp_region(sldns_buffer* pkt, struct regional* region, struct query_info* qi) argument
949 edns_opt_append(struct edns_data* edns, struct regional* region, uint16_t code, size_t len, uint8_t* data) argument
977 edns_opt_list_append(struct edns_option** list, uint16_t code, size_t len, uint8_t* data, struct regional* region) argument
1037 inplace_cb_reply_call_generic( struct inplace_cb* callback_list, enum inplace_cb_list_type type, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1061 inplace_cb_reply_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1071 inplace_cb_reply_cache_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1082 inplace_cb_reply_local_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1093 inplace_cb_reply_servfail_call(struct module_env* env, struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time) argument
1108 inplace_cb_query_call(struct module_env* env, struct query_info* qinfo, uint16_t flags, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* zone, size_t zonelen, struct module_qstate* qstate, struct regional* region) argument
1151 edns_opt_copy_region(struct edns_option* list, struct regional* region) argument
[all...]
H A Dmsgencode.h61 * @param region: where to allocate temp variables (for compression).
71 int cached, struct regional* region, uint16_t udpsize,
85 * @param region: to store temporary data in.
95 struct regional* region, uint16_t udpsize, int dnssec, int minimise);
/freebsd-11-stable/contrib/gcc/
H A Dexcept.c98 /* A hash table of label to region number. */
103 struct eh_region *region; local
119 /* Describes one exception region. */
122 /* The immediately surrounding region. */
129 /* An identifier for this region. */
132 /* When a region is deleted, its parents inherit the REG_EH_REGION
136 /* Each region does exactly one thing. */
185 /* Entry point for this region's handler before landing pads are built. */
189 /* Entry point for this region's handler from the runtime eh library. */
192 /* Entry point for this region'
526 struct eh_region *region = gen_eh_region (ERT_ALLOWED_EXCEPTIONS, outer); local
542 get_eh_region_number(struct eh_region *region) argument
548 get_eh_region_may_contain_throw(struct eh_region *region) argument
554 get_eh_region_tree_label(struct eh_region *region) argument
560 set_eh_region_tree_label(struct eh_region *region, tree lab) argument
581 note_eh_region_may_contain_throw(struct eh_region *region) argument
764 struct eh_region *region; local
775 add_ehl_entry(rtx label, struct eh_region *region) argument
818 struct eh_region *region; local
848 struct eh_region *region; local
1414 struct eh_region *region; local
1534 struct eh_region *region; local
1611 struct eh_region *region; local
1676 struct eh_region *region; local
1787 struct eh_region *region; local
2177 remove_eh_handler(struct eh_region *region) argument
2272 struct eh_region *region; local
2331 struct eh_region *region; local
2385 add_reachable_handler(struct reachable_info *info, struct eh_region *lp_region, struct eh_region *region) argument
2405 reachable_next_level(struct eh_region *region, tree type_thrown, struct reachable_info *info) argument
2576 struct eh_region *region; local
2619 arh_to_landing_pad(struct eh_region *region, void *data) argument
2627 arh_to_label(struct eh_region *region, void *data) argument
2669 struct eh_region *region; local
2729 struct eh_region *region; local
3106 collect_one_action_chain(htab_t ar_hash, struct eh_region *region) argument
3264 struct eh_region *region; local
[all...]
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.c64 whitelist->region = regional_create();
65 if(!whitelist->region) {
77 regional_destroy(whitelist->region);
87 whitelist->region, sizeof(*node));
148 nmr = (uint8_t*)regional_alloc_init(whitelist->region, nm,
155 n = (struct name_tree_node*)regional_alloc(whitelist->region,
174 regional_free_all(whitelist->region);
204 return sizeof(*whitelist) + regional_get_mem(whitelist->region);
H A Dsubnet-whitelist.h55 struct regional* region; member in struct:ecs_whitelist
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c77 /* MPI Memory region 0 for MSGU(AAP1) Event Log for fw */
78 memoryMap->region[memoryMap->count].numElements = 1;
79 memoryMap->region[memoryMap->count].elementSize = sizeof(bit8) * config->mainConfig.eventLogSize;
80 memoryMap->region[memoryMap->count].totalLength = sizeof(bit8) * config->mainConfig.eventLogSize;
81 memoryMap->region[memoryMap->count].alignment = 32;
82 memoryMap->region[memoryMap->count].type = AGSA_DMA_MEM;
83 SA_DBG2(("mpiRequirementsGet:eventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMap->count].totalLength ));
86 SA_DBG2(("mpiRequirementsGet:eventLogSize region[%d] 0x%X\n",memoryMap->count,memoryMap->region[memoryMa
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddcache.c33 memory region attribute in those cases.
81 /* NOTE: Interaction of dcache and memory region attributes
83 As there is no requirement that memory region attributes be aligned
85 dcache_write_line() must break up the page by memory region. If a
93 region defined for the .text segment and a rw/non-cacheable memory
94 region defined for the .data segment. */
143 the code that enables, disables, and deletes memory region all
250 struct mem_region *region; local
265 region = lookup_mem_region(memaddr);
266 if (memaddr + len < region
331 struct mem_region *region; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A DReplace.cs25 #region Assembly Metadata
85 #region Private Support Methods
115 #region Program Entry Point
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp48 // Any memory region in /proc/{pid}/maps is by definition mapped into the
107 MemoryRegionInfo region; local
108 Status error = ParseMemoryRegionInfoFromProcMapsLine(line, region);
109 if (!callback(region, error))
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dregion.c18 /* $Id: region.c,v 1.7 2007/06/19 23:47:17 tbox Exp $ */
27 #include <isc/region.h>

Completed in 550 milliseconds

12345678