Home
last modified time | relevance | path

Searched defs:region (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd-src/contrib/unbound/services/cache/
H A Ddns.c80 struct regional* region, time_t qstarttime) in store_rrsets() argument
148 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,time_t qstarttime) dns_cache_store_msg() argument
260 addr_to_additional(struct ub_packed_rrset_key * rrset,struct regional * region,struct dns_msg * msg,time_t now) addr_to_additional() argument
298 find_add_addrs(struct module_env * env,uint16_t qclass,struct regional * region,struct delegpt * dp,time_t now,struct dns_msg ** msg) find_add_addrs() argument
352 cache_fill_missing(struct module_env * env,uint16_t qclass,struct regional * region,struct delegpt * dp) cache_fill_missing() argument
410 find_add_ds(struct module_env * env,struct regional * region,struct dns_msg * msg,struct delegpt * dp,time_t now) find_add_ds() argument
444 dns_msg_create(uint8_t * qname,size_t qnamelen,uint16_t qtype,uint16_t qclass,struct regional * region,size_t capacity) dns_msg_create() argument
476 dns_msg_authadd(struct dns_msg * msg,struct regional * region,struct ub_packed_rrset_key * rrset,time_t now) dns_msg_authadd() argument
487 dns_msg_ansadd(struct dns_msg * msg,struct regional * region,struct ub_packed_rrset_key * rrset,time_t now) dns_msg_ansadd() argument
500 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,int noexpiredabove,uint8_t * expiretop,size_t expiretoplen) dns_cache_find_delegation() argument
549 gen_dns_msg(struct regional * region,struct query_info * q,size_t num) gen_dns_msg() argument
578 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) tomsg() argument
664 dns_msg_deepcopy_region(struct dns_msg * origin,struct regional * region) dns_msg_deepcopy_region() argument
687 rrset_msg(struct ub_packed_rrset_key * rrset,struct regional * region,time_t now,struct query_info * q) rrset_msg() argument
718 synth_dname_msg(struct ub_packed_rrset_key * rrset,struct regional * region,time_t now,struct query_info * q,enum sec_status * sec_status) synth_dname_msg() argument
814 fill_any(struct module_env * env,uint8_t * qname,size_t qnamelen,uint16_t qtype,uint16_t qclass,struct regional * region) fill_any() argument
879 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,uint8_t * dpname,size_t dpnamelen) dns_cache_lookup() argument
1047 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,time_t qstarttime) dns_cache_store() argument
[all...]
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dscrypt_platform.c41 alloc_region(escrypt_region_t *region, size_t size) in alloc_region()
73 init_region(escrypt_region_t *region) in init_region()
80 free_region(escrypt_region_t *region) in free_region()
/freebsd-src/contrib/unbound/util/data/
H A Dmsgreply.c78 parse_create_qinfo(sldns_buffer * pkt,struct msg_parse * msg,struct query_info * qinf,struct regional * region) parse_create_qinfo() argument
97 construct_reply_info_base(struct regional * region,uint16_t flags,size_t qd,time_t ttl,time_t prettl,time_t expttl,size_t an,size_t ns,size_t ar,size_t total,enum sec_status sec,sldns_ede_code reason_bogus) construct_reply_info_base() argument
140 parse_create_repinfo(struct msg_parse * msg,struct reply_info ** rep,struct regional * region) parse_create_repinfo() argument
152 reply_info_alloc_rrset_keys(struct reply_info * rep,struct alloc_cache * alloc,struct regional * region) reply_info_alloc_rrset_keys() argument
175 make_new_reply_info(const struct reply_info * rep,struct regional * region,size_t an_numrrsets,size_t copy_rrsets) make_new_reply_info() argument
356 parse_create_rrset(sldns_buffer * pkt,struct rrset_parse * pset,struct packed_rrset_data ** data,struct regional * region) parse_create_rrset() argument
423 parse_copy_decompress_rrset(sldns_buffer * pkt,struct msg_parse * msg,struct rrset_parse * pset,struct regional * region,struct ub_packed_rrset_key * pk) parse_copy_decompress_rrset() argument
466 parse_copy_decompress(sldns_buffer * pkt,struct msg_parse * msg,struct reply_info * rep,struct regional * region) parse_copy_decompress() argument
495 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) parse_create_msg() argument
515 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) reply_info_parse() argument
726 repinfo_copy_rrsets(struct reply_info * dest,struct reply_info * from,struct regional * region) repinfo_copy_rrsets() argument
761 reply_info_copy(struct reply_info * rep,struct alloc_cache * alloc,struct regional * region) reply_info_copy() argument
903 struct regional* region = regional_create(); log_dns_msg() local
1051 parse_reply_in_temp_region(sldns_buffer * pkt,struct regional * region,struct query_info * qi) parse_reply_in_temp_region() argument
1070 edns_opt_list_append_ede(struct edns_option ** list,struct regional * region,sldns_ede_code code,const char * txt) edns_opt_list_append_ede() argument
1101 edns_opt_list_append_keepalive(struct edns_option ** list,int msec,struct regional * region) edns_opt_list_append_keepalive() argument
1111 edns_opt_list_append(struct edns_option ** list,uint16_t code,size_t len,uint8_t * data,struct regional * region) edns_opt_list_append() argument
1174 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) inplace_cb_reply_call_generic() argument
1196 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) inplace_cb_reply_call() argument
1207 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) inplace_cb_reply_cache_call() argument
1218 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) inplace_cb_reply_local_call() argument
1229 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) inplace_cb_reply_servfail_call() argument
1244 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) inplace_cb_query_call() argument
1285 edns_opt_copy_region(struct edns_option * list,struct regional * region) edns_opt_copy_region() argument
1315 edns_opt_copy_filter_region(struct edns_option * list,uint16_t * filter_list,size_t filter_list_len,struct regional * region) edns_opt_copy_filter_region() argument
[all...]
H A Dmsgencode.c179 compress_tree_newnode(uint8_t * dname,int labs,size_t offset,struct regional * region) compress_tree_newnode() argument
207 compress_tree_store(uint8_t * dname,int labs,size_t offset,struct regional * region,struct compress_tree_node * closest,struct compress_tree_node ** insertpt) compress_tree_store() argument
288 compress_owner(struct ub_packed_rrset_key * key,sldns_buffer * pkt,struct regional * region,struct compress_tree_node ** tree,size_t owner_pos,uint16_t * owner_ptr,int owner_labs) compress_owner() argument
337 compress_any_dname(uint8_t * dname,sldns_buffer * pkt,int labs,struct regional * region,struct compress_tree_node ** tree) compress_any_dname() argument
368 compress_rdata(sldns_buffer * pkt,uint8_t * rdata,size_t todolen,struct regional * region,struct compress_tree_node ** tree,const sldns_rr_descriptor * desc) compress_rdata() argument
450 packed_rrset_encode(struct ub_packed_rrset_key * key,sldns_buffer * pkt,uint16_t * num_rrs,time_t timenow,struct regional * region,int do_data,int do_sig,struct compress_tree_node ** tree,sldns_pkt_section s,uint16_t qtype,int dnssec,size_t rr_offset) packed_rrset_encode() argument
546 insert_section(struct reply_info * rep,size_t num_rrsets,uint16_t * num_rrs,sldns_buffer * pkt,size_t rrsets_before,time_t timenow,struct regional * region,struct compress_tree_node ** tree,sldns_pkt_section s,uint16_t qtype,int dnssec,size_t rr_offset) insert_section() argument
600 insert_query(struct query_info * qinfo,struct compress_tree_node ** tree,sldns_buffer * buffer,struct regional * region) insert_query() argument
674 reply_info_encode(struct query_info * qinfo,struct reply_info * rep,uint16_t id,uint16_t flags,sldns_buffer * buffer,time_t timenow,struct regional * region,uint16_t udpsize,int dnssec,int minimise) reply_info_encode() argument
984 reply_info_answer_encode(struct query_info * qinf,struct reply_info * rep,uint16_t id,uint16_t qflags,sldns_buffer * pkt,time_t timenow,int cached,struct regional * region,uint16_t udpsize,struct edns_data * edns,int dnssec,int secure) reply_info_answer_encode() argument
[all...]
H A Dmsgparse.c85 struct regional* region) in new_rrset() argument
346 moveover_rrsigs(sldns_buffer* pkt, struct regional* region, in moveover_rrsigs() argument
397 int hasother, sldns_pkt_section section, struct regional* region) in change_rrsig_rrset() argument
472 sldns_pkt_section section, struct regional* region) in find_rrset() argument
755 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) add_rr_to_rrset() argument
827 parse_section(sldns_buffer * pkt,struct msg_parse * msg,struct regional * region,sldns_pkt_section section,uint16_t num_rrs,size_t * num_rrsets) parse_section() argument
911 parse_packet(sldns_buffer * pkt,struct msg_parse * msg,struct regional * region) parse_packet() argument
950 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) parse_edns_options_from_query() argument
1126 parse_extract_edns_from_response_msg(struct msg_parse * msg,struct edns_data * edns,struct regional * region) parse_extract_edns_from_response_msg() argument
1242 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) parse_edns_from_query_pkt() argument
[all...]
/freebsd-src/contrib/unbound/iterator/
H A Diter_delegpt.c54 delegpt_create(struct regional* region) in delegpt_create()
64 struct delegpt* delegpt_copy(struct delegpt* dp, struct regional* region) in delegpt_copy()
97 delegpt_set_name(struct delegpt* dp, struct regional* region, uint8_t* name) in delegpt_set_name()
106 delegpt_add_ns(struct delegpt* dp, struct regional* region, uint8_t* name, in delegpt_add_ns()
174 delegpt_add_target(struct delegpt* dp, struct regional* region, in delegpt_add_target()
201 delegpt_add_addr(struct delegpt* dp, struct regional* region, in delegpt_add_addr()
412 delegpt_from_message(struct dns_msg* msg, struct regional* region) in delegpt_from_message()
462 delegpt_rrset_add_ns(struct delegpt* dp, struct regional* region, in delegpt_rrset_add_ns()
485 delegpt_add_rrset_A(struct delegpt* dp, struct regional* region, in delegpt_add_rrset_A()
508 delegpt_add_rrset_AAAA(struct delegpt* dp, struct regional* region, in delegpt_add_rrset_AAAA()
[all …]
H A Diter_donotq.h55 struct regional* region; member
H A Diter_priv.h57 struct regional* region; member
/freebsd-src/sys/amd64/pci/
H A Dpci_cfgreg.c107 struct pcie_mcfg_region *region; in pci_docfgregread() local
160 struct pcie_mcfg_region *region; in pci_cfgregwrite() local
256 pcie_init_badslots(struct pcie_mcfg_region * region) pcie_init_badslots() argument
283 struct pcie_mcfg_region *region; pcie_cfgregopen() local
329 pciereg_cfgread(struct pcie_mcfg_region * region,int bus,unsigned slot,unsigned func,unsigned reg,unsigned bytes) pciereg_cfgread() argument
361 pciereg_cfgwrite(struct pcie_mcfg_region * region,int bus,unsigned slot,unsigned func,unsigned reg,int data,unsigned bytes) pciereg_cfgwrite() argument
[all...]
/freebsd-src/contrib/unbound/validator/
H A Dval_kentry.c111 key_entry_copy_toregion(struct key_entry_key* kkey, struct regional* region) in key_entry_copy_toregion()
259 key_entry_setup(struct regional* region, in key_entry_setup()
281 key_entry_create_null(struct regional* region, in key_entry_create_null()
303 key_entry_create_rrset(struct regional* region, in key_entry_create_rrset()
336 key_entry_create_bad(struct regional* region, in key_entry_create_bad()
358 key_entry_get_rrset(struct key_entry_key* kkey, struct regional* region) in key_entry_get_rrset()
/freebsd-src/sys/i386/pci/
H A Dpci_cfgreg.c181 struct pcie_mcfg_region *region; in pci_docfgregread() local
229 struct pcie_mcfg_region *region; in pci_cfgregwrite() local
518 pcie_init_badslots(struct pcie_mcfg_region *region) in pcie_init_badslots()
545 struct pcie_mcfg_region *region; in pcie_cfgregopen() local
600 pciereg_findaddr(struct pcie_mcfg_region *region, int bus, unsigned slot, in pciereg_findaddr()
650 pciereg_cfgread(struct pcie_mcfg_region *region, int bus, unsigned slot, in pciereg_cfgread()
682 pciereg_cfgwrite(struct pcie_mcfg_region *region, int bus, unsigned slot, in pciereg_cfgwrite()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp267 [&regions, &log](llvm::Expected<MemoryRegionInfo> region) -> bool { in CreateRegionsCacheFromLinuxMaps()
334 MemoryRegionInfo region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable() local
528 MemoryRegionInfo region; in CreateRegionsCacheFromMemoryInfoList() local
566 MemoryRegionInfo region; in CreateRegionsCacheFromMemoryList() local
596 MemoryRegionInfo region; in CreateRegionsCacheFromMemory64List() local
689 MemoryRegionInfo region; in GetMemoryRegionInfo() local
/freebsd-src/contrib/unbound/respip/
H A Drespip.c224 new_rrset(struct regional* region, uint16_t rrtype, uint16_t rrclass) in new_rrset() argument
256 respip_enter_rr(struct regional * region,struct resp_addr * raddr,uint16_t rrtype,uint16_t rrclass,time_t ttl,uint8_t * rdata,size_t rdata_len,const char * rrstr,const char * netblockstr) respip_enter_rr() argument
290 respip_enter_rrstr(struct regional * region,struct resp_addr * raddr,const char * rrstr,const char * netblock) respip_enter_rrstr() argument
488 respip_copy_rrset(const struct ub_packed_rrset_key * key,struct regional * region) respip_copy_rrset() argument
670 respip_data_answer(enum respip_action action,struct ub_packed_rrset_key * data,uint16_t qtype,const struct reply_info * rep,size_t rrset_id,struct reply_info ** new_repp,int tag,struct config_strlist ** tag_datas,size_t tag_datas_size,char * const * tagname,int num_tags,struct ub_packed_rrset_key ** redirect_rrsetp,struct regional * region) respip_data_answer() argument
755 respip_nodata_answer(uint16_t qtype,enum respip_action action,const struct reply_info * rep,size_t rrset_id,struct reply_info ** new_repp,struct regional * region) respip_nodata_answer() argument
801 populate_action_info(struct respip_action_info * actinfo,enum respip_action action,const struct resp_addr * raddr,const struct ub_packed_rrset_key * ATTR_UNUSED (rrset),int ATTR_UNUSED (tag),const struct respip_set * ATTR_UNUSED (ipset),int ATTR_UNUSED (action_only),struct regional * region,int rpz_used,int rpz_log,char * log_name,int rpz_cname_override) populate_action_info() argument
836 respip_use_rpz(struct resp_addr * raddr,struct rpz * r,enum respip_action * action,struct ub_packed_rrset_key ** data,int * rpz_log,char ** log_name,int * rpz_cname_override,struct regional * region,int * is_rpz,int * rpz_passthru) respip_use_rpz() argument
870 respip_rewrite_reply(const struct query_info * qinfo,const struct respip_client_info * cinfo,const struct reply_info * rep,struct reply_info ** new_repp,struct respip_action_info * actinfo,struct ub_packed_rrset_key ** alias_rrset,int search_only,struct regional * region,struct auth_zones * az,int * rpz_passthru) respip_rewrite_reply() argument
1151 respip_merge_cname(struct reply_info * base_rep,const struct query_info * qinfo,const struct reply_info * tgt_rep,const struct respip_client_info * cinfo,int must_validate,struct reply_info ** new_repp,struct regional * region,struct auth_zones * az) respip_merge_cname() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h177 RegionInfo *region = GetRegionInfo(class_id); in ReturnToAllocator() local
203 RegionInfo *region = GetRegionInfo(class_id); GetFromAllocator() local
268 const RegionInfo *region = AddressSpaceView::Load(GetRegionInfo(class_id)); GetBlockBegin() local
312 RegionInfo *region = GetRegionInfo(class_id); PrintStats() local
339 RegionInfo *region = GetRegionInfo(class_id); PrintStats() local
373 RegionInfo *region = GetRegionInfo(class_id); ForEachChunk() local
739 EnsureFreeArraySpace(RegionInfo * region,uptr region_beg,uptr num_freed_chunks) EnsureFreeArraySpace() argument
757 IsRegionExhausted(RegionInfo * region,uptr class_id,uptr additional_map_size) IsRegionExhausted() argument
772 PopulateFreeArray(AllocatorStats * stat,uptr class_id,RegionInfo * region,uptr requested_count) PopulateFreeArray() argument
863 RegionInfo *region = GetRegionInfo(class_id); MaybeReleaseToOS() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp29 MemoryRegionInfo region; in ParseMemoryRegionInfoFromProcMapsLine() local
150 std::optional<MemoryRegionInfo> region; in ParseLinuxSMapRegions() local
H A DMemoryTagManagerAArch64MTE.cpp103 MemoryRegionInfos::const_iterator region = std::find_if( in MakeTaggedRange() local
105 [&remaining_range](const MemoryRegionInfo &region) { in MakeTaggedRange()
182 for (const MemoryRegionInfo &region : memory_regions) { in MakeTaggedRanges() local
/freebsd-src/sys/dev/bhnd/siba/
H A Dsiba_subr.c373 u_int port, u_int region, u_int *cfgidx) in siba_cfg_index()
407 u_int region) in siba_find_cfg_block()
446 u_int port, u_int region, u_int *addridx) in siba_addrspace_index()
486 u_int region) in siba_find_addrspace()
/freebsd-src/contrib/unbound/daemon/
H A Dcachedump.c226 copy_msg(struct regional* region, struct lruhash_entry* e, in copy_msg()
324 load_rr(RES* ssl, sldns_buffer* buf, struct regional* region, in load_rr()
445 struct regional* region = worker->scratchpad; in load_rrset() local
540 load_qinfo(char* str, struct query_info* qinfo, struct regional* region) in load_qinfo()
583 struct regional *region, struct ub_packed_rrset_key** rrset, in load_ref()
629 struct regional* region = worker->scratchpad; in load_msg() local
838 struct regional* region = worker->scratchpad; in print_deleg_lookup() local
/freebsd-src/sys/kern/
H A Dsubr_physmem.c82 struct region { struct
88 static struct region hwregions[MAX_HWCNT]; argument
/freebsd-src/sys/contrib/dev/athk/
H A Ddfs_pattern_detector.c31 enum nl80211_dfs_regions region; member
141 get_dfs_domain_radar_types(enum nl80211_dfs_regions region) in get_dfs_domain_radar_types()
321 enum nl80211_dfs_regions region) in dpd_set_domain()
355 enum nl80211_dfs_regions region) in dfs_pattern_detector_init()
/freebsd-src/usr.sbin/bhyve/
H A Dvmgenc.c56 char *region; in vmgenc_init() local
/freebsd-src/contrib/unbound/edns-subnet/
H A Dsubnet-whitelist.h55 struct regional* region; member
/freebsd-src/stand/libsa/
H A Dhexdump.c34 hexdump(caddr_t region, size_t len) in hexdump()
/freebsd-src/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c565 struct bhndb_region *region, *r_next; in bhndb_free_resources() local
1102 struct bhndb_region *region; in bhndb_has_static_region_mapping() local
1137 struct bhndb_region *region; in bhndb_find_resource_region() local
1494 int unit, bhnd_port_type port_type, u_int port, u_int region, in bhndb_regwin_find_core()
1563 u_int region, bus_size_t offset, bus_size_t min_size) in bhndb_regwin_find_best()
1638 u_int region) in bhndb_hw_priorty_find_port()
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c73 allocate_memory(block_region **region, uint32_t m_cost) in allocate_memory()
159 free_memory(block_region *region) in free_memory()

123456