Searched refs:region (Results 51 - 75 of 218) sorted by relevance

123456789

/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dchipc_private.h67 rman_res_t count, u_int port, u_int region);
71 u_int region);
88 * chipc SYS_RES_MEMORY region allocation record.
93 u_int cr_region_num; /**< bhnd region number */
95 bhnd_addr_t cr_addr; /**< region base address */
96 bhnd_addr_t cr_end; /**< region end address */
97 bhnd_size_t cr_count; /**< region count */
100 if region has no assigned
/freebsd-current/contrib/unbound/edns-subnet/
H A Dsubnetmod.h143 struct regional* region, int id, void* cbargs);
158 struct module_qstate *qstate, struct regional *region);
/freebsd-current/contrib/tzcode/
H A Dtzselect.ksh392 region=
534 region=$select_result
539 region = substr(ARGV[2], 2)
544 if (f[nf] == region)
548 ' ="$distance_table" ="$region"
701 # If there's more than one region, ask the user which one.
706 region=$select_result
709 # Determine tz from country and region.
714 region = substr(ARGV[2], 2)
733 if ($1 ~ cc && ($4 == region || !regio
[all...]
/freebsd-current/contrib/unbound/util/data/
H A Dmsgparse.c79 * Allocate new rrset in region, fill with data.
85 struct regional* region)
87 struct rrset_parse* p = regional_alloc(region, sizeof(*p));
346 moveover_rrsigs(sldns_buffer* pkt, struct regional* region, argument
360 region, sizeof(struct rr_parse));
397 int hasother, sldns_pkt_section section, struct regional* region)
408 section, region);
417 if(!moveover_rrsigs(pkt, region, sigset, dataset,
462 * @param region: used to allocate temporary parsing data.
472 sldns_pkt_section section, struct regional* region)
82 new_rrset(struct msg_parse* msg, uint8_t* dname, size_t dnamelen, uint16_t type, uint16_t dclass, hashvalue_type hash, uint32_t rrset_flags, sldns_pkt_section section, struct regional* region) argument
395 change_rrsig_rrset(struct rrset_parse* sigset, struct msg_parse* msg, sldns_buffer* pkt, uint16_t datatype, uint32_t rrset_flags, int hasother, sldns_pkt_section section, struct regional* region) argument
466 find_rrset(struct msg_parse* msg, sldns_buffer* pkt, uint8_t* dname, size_t dnamelen, uint16_t type, uint16_t dclass, hashvalue_type* hash, uint32_t* rrset_flags, uint8_t** prev_dname_first, uint8_t** prev_dname_last, size_t* prev_dnamelen, uint16_t* prev_type, uint16_t* prev_dclass, struct rrset_parse** rrset_prev, sldns_pkt_section section, struct regional* region) argument
754 add_rr_to_rrset(struct rrset_parse* rrset, sldns_buffer* pkt, struct msg_parse* msg, struct regional* region, sldns_pkt_section section, uint16_t type) argument
826 parse_section(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region, sldns_pkt_section section, uint16_t num_rrs, size_t* num_rrsets) argument
911 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) argument
948 parse_edns_options_from_query(uint8_t* rdata_ptr, size_t rdata_len, struct edns_data* edns, struct config_file* cfg, struct comm_point* c, struct comm_reply* repinfo, uint32_t now, struct regional* region) argument
1125 parse_extract_edns_from_response_msg(struct msg_parse* msg, struct edns_data* edns, struct regional* region) argument
1240 parse_edns_from_query_pkt(sldns_buffer* pkt, struct edns_data* edns, struct config_file* cfg, struct comm_point* c, struct comm_reply* repinfo, time_t now, struct regional* region) argument
[all...]
H A Dmsgparse.h220 * region.
262 /** data of this edns option; allocated in region, or NULL if len=0 */
279 * @param region: how to alloc results.
283 struct regional* region);
298 * @param region: region to alloc results in (edns option contents)
303 struct edns_data* edns, struct regional* region);
324 * @param region: region to alloc results in (edns option contents)
330 struct comm_reply* repinfo, time_t now, struct regional* region);
[all...]
/freebsd-current/contrib/unbound/validator/
H A Dval_neg.c1045 * allocated in region.
1052 * @param region: where to alloc result
1061 struct regional* region, int checkbit, uint16_t checktype,
1088 /* looks OK! copy to region and return it */
1089 r = packed_rrset_copy_region(k, region, now);
1104 * @param region: where to alloc result
1110 struct regional* region)
1157 zone->dclass, flags, region, 0, 0, now);
1215 struct rrset_cache* rrset_cache, struct regional* region,
1237 LDNS_RR_TYPE_NSEC3, zone->dclass, 0, region,
1059 grab_nsec(struct rrset_cache* rrset_cache, uint8_t* qname, size_t qname_len, uint16_t qtype, uint16_t qclass, uint32_t flags, struct regional* region, int checkbit, uint16_t checktype, time_t now) argument
1108 neg_find_nsec(struct val_neg_cache* neg_cache, uint8_t* qname, size_t qname_len, uint16_t qclass, struct rrset_cache* rrset_cache, time_t now, struct regional* region) argument
1214 neg_nsec3_getnc(struct val_neg_zone* zone, uint8_t* hashnc, size_t nclen, struct rrset_cache* rrset_cache, struct regional* region, time_t now, uint8_t* b32, size_t maxb32) argument
1247 neg_nsec3_proof_ds(struct val_neg_zone* zone, uint8_t* qname, size_t qname_len, int qlabs, sldns_buffer* buf, struct rrset_cache* rrset_cache, struct regional* region, time_t now, uint8_t* topname) argument
1347 add_soa(struct rrset_cache* rrset_cache, time_t now, struct regional* region, struct dns_msg* msg, struct val_neg_zone* zone) argument
1377 val_neg_getmsg(struct val_neg_cache* neg, struct query_info* qinfo, struct regional* region, struct rrset_cache* rrset_cache, sldns_buffer* buf, time_t now, int addsoa, uint8_t* topname, struct config_file* cfg) argument
[all...]
H A Dval_nsec3.h103 * It keeps a *pointer* to the region its items are allocated.
107 struct regional* region; member in struct:nsec3_cache_table
116 * @param env: module environment with temporary region and buffer.
154 * @param env: module environment with temporary region and buffer.
177 * @param env: module environment with temporary region and buffer.
203 * @param env: module environment with temporary region and buffer.
211 * @param qstate: qstate with region.
230 * @param env: module environment with temporary region and buffer.
289 * @param region: the region wher
[all...]
H A Dval_kcache.c124 uint16_t key_class, struct regional* region, time_t now)
137 key_entry_copy_toregion(k, region);
123 key_cache_obtain(struct key_cache* kcache, uint8_t* name, size_t namelen, uint16_t key_class, struct regional* region, time_t now) argument
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c466 "could not register host memory region with "
565 struct bhndb_region *region, *r_next; local
615 STAILQ_FOREACH_SAFE(region, &br->bus_regions, link, r_next) {
616 STAILQ_REMOVE(&br->bus_regions, region, bhndb_region, link);
617 free(region, M_BHND);
1029 /* Check for a static region */
1051 * Add a bus region entry to @p r for the given base @p addr and @p size.
1053 * @param br The resource state to which the bus region entry will be added.
1054 * @param addr The base address of this region.
1055 * @param size The size of this region
1102 struct bhndb_region *region; local
1137 struct bhndb_region *region; local
1493 bhndb_regwin_find_core(const struct bhndb_regwin *table, bhnd_devclass_t class, int unit, bhnd_port_type port_type, u_int port, u_int region, bus_size_t offset, bus_size_t min_size) argument
1561 bhndb_regwin_find_best(const struct bhndb_regwin *table, bhnd_devclass_t class, int unit, bhnd_port_type port_type, u_int port, u_int region, bus_size_t offset, bus_size_t min_size) argument
1636 bhndb_hw_priorty_find_port(const struct bhndb_hw_priority *table, struct bhnd_core_info *core, bhnd_port_type port_type, u_int port, u_int region) argument
[all...]
H A Dbhndbvar.h120 u_int region, bus_size_t offset,
127 u_int region, bus_size_t offset,
/freebsd-current/sys/kern/
H A Dsubr_physmem.c64 * exclusion region can be excluded from crash dumps, from the vm pool of pages
66 * with the region.
82 struct region { struct
88 static struct region hwregions[MAX_HWCNT];
89 static struct region exregions[MAX_EXCNT];
116 * Print the contents of the physical and excluded region tables using the
175 * "avail list" size. Walk stops once the limit is reached and the last region
189 const struct region *exp, *hwp;
205 * If the excluded region does not match given flags,
206 * continue checking with the next excluded region
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-fill-block-ref.c203 pseudo_rand = instance->region->memory[prev_offset].v[0];
222 ref_block = instance->region->memory +
224 curr_block = instance->region->memory + curr_offset;
226 fill_block_with_xor(instance->region->memory + prev_offset,
229 fill_block(instance->region->memory + prev_offset, ref_block,
/freebsd-current/sys/dev/bhnd/bcma/
H A Dbcma_erom.c98 struct bcma_erom_sport_region *region);
129 return "region";
238 /* Seek to the region block for the given port type */
250 /* Expected region type? */
269 /* Found the appropriate port type block; now find the region records
281 /* Fetch the type/port of the first region entry */
285 /* Have we found the region entries for the desired port? */
298 /* Otherwise, seek to next block of region records */
323 /* Finally, search for the requested region number */
325 struct bcma_erom_sport_region region; local
814 bcma_erom_parse_sport_region(struct bcma_erom *erom, struct bcma_erom_sport_region *region) argument
[all...]
/freebsd-current/contrib/unbound/services/
H A Dmesh.c331 msg = tomsg(qstate->env, &key->key, data, qstate->region, timenow,
377 mstate->s.region, sizeof(struct serve_expired_data));
475 s->s.region);
608 s->s.region);
686 sock_list_insert(&s->s.blacklist, NULL, 0, s->s.region);
713 sock_list_insert(&s->s.blacklist, NULL, 0, s->s.region);
777 opt->opt_len, opt->opt_data, s->s.region)) {
797 sock_list_insert(&s->s.blacklist, NULL, 0, s->s.region);
864 struct regional* region = alloc_reg_obtain(env->alloc); local
867 if(!region)
1780 struct regional* region = mstate->s.env->scratch; local
[all...]
H A Drpz.h88 struct regional* region; member in struct:clientip_synthesized_rrset
125 struct regional* region; member in struct:rpz
193 * qstate region.
204 * the rpz, based on the iq.qchase. It is allocated in the qstate region.
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c173 dt_set_errmsg(dtrace_hdl_t *dtp, const char *errtag, const char *region, argument
198 else if (region != NULL)
199 (void) snprintf(s, n, "in %s: ", region);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_debugfs.c91 enum nl80211_dfs_regions region = dev->mt76.region; local
97 region == NL80211_DFS_ETSI;
/freebsd-current/contrib/unbound/daemon/
H A Dacl_list.c59 acl->region = regional_create();
60 if(!acl->region) {
72 regional_destroy(acl->region);
82 struct acl_addr* node = regional_alloc_zero(acl->region,
239 node->taglist = regional_alloc_init(acl->region, bitmap, bitmaplen);
283 node->tag_actions = (uint8_t*)regional_alloc_zero(acl->region,
377 acl->region, sizeof(*node->tag_datas)*cfg->num_tags);
401 dupdata = regional_strdup(acl->region, data);
406 if(!cfg_region_strlist_insert(acl->region,
528 regional_free_all(acl->region);
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h64 const TypedValueRegion *region; member in class:clang::ento::LazyCompoundValData
68 : store(st), region(r) {
77 const TypedValueRegion *getRegion() const { return region; }
81 const TypedValueRegion *region);
83 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); }
248 const TypedValueRegion *region);
H A DSValBuilder.h188 /// Make a unique symbol for value of region.
189 DefinedOrUnknownSVal getRegionValueSymbolVal(const TypedValueRegion *region);
211 /// Conjure a symbol representing heap allocated memory region.
218 /// Conjure a symbol representing heap allocated memory region.
236 SymbolRef parentSymbol, const TypedValueRegion *region);
239 const MemRegion *region,
263 const TypedValueRegion *region) {
265 BasicVals.getLazyCompoundValData(store, region));
377 loc::MemRegionVal makeLoc(const MemRegion *region) { argument
378 return loc::MemRegionVal(region);
262 makeLazyCompoundVal(const StoreRef &store, const TypedValueRegion *region) argument
[all...]
/freebsd-current/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c35 struct comm_reply* repinfo, struct regional* region,
121 struct comm_reply* repinfo, struct regional* region,
118 reply_callback(struct query_info* qinfo, struct module_qstate* qstate, struct reply_info* rep, int rcode, struct edns_data* edns, struct edns_option** opt_list_out, struct comm_reply* repinfo, struct regional* region, struct timeval* start_time, int id, void* callback) argument
/freebsd-current/sys/amd64/vmm/intel/
H A Dvmx_cpufunc.h57 vmxon(char *region) argument
62 addr = vtophys(region);
/freebsd-current/sys/dev/cfi/
H A Dcfi_reg.h66 u_char region[4]; /* Single entry. */ member in struct:cfi_qry
89 #define CFI_QRY_REGION0 offsetof(struct cfi_qry, region)
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_erom.h204 * and return the specified port region's base address and size.
206 * If a core matching @p desc is not found, or the requested port region
213 * @param region The port region to search for.
216 * @param[out] addr On success, the base address of the port region.
217 * @param[out] size On success, the total size of the port region.
221 * @retval ENOENT No port region matching @p type, @p port, and @p region
227 bhnd_port_type type, u_int port, u_int region, struct bhnd_core_info *core,
230 return (BHND_EROM_LOOKUP_CORE_ADDR(erom, desc, type, port, region,
226 bhnd_erom_lookup_core_addr(bhnd_erom_t *erom, const struct bhnd_core_match *desc, bhnd_port_type type, u_int port, u_int region, struct bhnd_core_info *core, bhnd_addr_t *addr, bhnd_size_t *size) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h1 //===- RegionInfoImpl.h - SESE region detection analysis --------*- C++ -*-===//
34 #define DEBUG_TYPE "region"
110 // Toplevel region.
121 // described by the NULL pointer. This loop is not part of any region,
122 // except if the region describes the whole function.
237 report_fatal_error("Broken region found: enumerated BB not in region!");
243 report_fatal_error("Broken region found: edges leaving the region must go "
250 // region analysi
711 getTopMostParent(RegionT *region) argument
719 buildRegionsTree(DomTreeNodeT *N, RegionT *region) argument
[all...]

Completed in 378 milliseconds

123456789