/openbsd-src/usr.sbin/nsd/ |
H A D | xfrd-notify.c | 34 notify_send_disable(struct notify_zone* zone) in notify_send_disable() 45 notify_send6_disable(struct notify_zone* zone) in notify_send6_disable() 56 notify_disable(struct notify_zone* zone) in notify_disable() 155 reply_pkt_is_ack(struct notify_zone* zone, buffer_type* packet, int index) in reply_pkt_is_ack() 225 notify_pkt_done(struct notify_zone* zone, int index) in notify_pkt_done() 235 notify_pkt_retry(struct notify_zone* zone, int index) in notify_pkt_retry() 251 xfrd_handle_notify_reply(struct notify_zone* zone, buffer_type* packet, in xfrd_handle_notify_reply() 275 xfrd_notify_send_udp(struct notify_zone* zone, int index) in xfrd_notify_send_udp() 341 notify_timeout_check(struct notify_zone* zone) in notify_timeout_check() 355 notify_start_pkts(struct notify_zone* zone) in notify_start_pkts() [all …]
|
H A D | namedb.h | 124 struct zone struct 126 struct radnode *node; /* this entry in zonetree */ argument 140 struct zone_options* opts; argument 141 struct zone_ixfr* ixfr; argument 143 char* logstr; /* set for zone xfer, the log string */ argument 145 unsigned zonestatid; /* array index for zone stats */ argument 146 unsigned is_secure : 1; /* zone uses DNSSEC */ argument 147 unsigned is_ok : 1; /* zone has not expired */ argument 148 unsigned is_changed : 1; /* zone changes must be written to disk */ argument 149 unsigned is_updated : 1; /* zone was changed by XFR */ argument [all …]
|
H A D | xfrd.c | 244 xfrd_zone_type* zone; in xfrd_process_activated() local 340 xfrd_zone_type* zone; in xfrd_shutdown() local 659 xfrd_zone_type* zone; in xfrd_process_soa_info_task() local 883 xfrd_zone_type* zone; in xfrd_receive_soa() local 1031 xfrd_set_timer_refresh(xfrd_zone_type* zone) in xfrd_set_timer_refresh() 1053 xfrd_set_timer_retry(xfrd_zone_type* zone) in xfrd_set_timer_retry() 1109 xfrd_zone_type* zone = (xfrd_zone_type*)arg; in xfrd_handle_zone() local 1175 xfrd_make_request(xfrd_zone_type* zone) in xfrd_make_request() 1283 xfrd_udp_obtain(xfrd_zone_type* zone) in xfrd_udp_obtain() 1374 xfrd_set_zone_state(xfrd_zone_type* zone, enum xfrd_zone_state s) in xfrd_set_zone_state() [all …]
|
H A D | nsec3.c | 78 void nsec3_zone_trees_create(struct region* region, zone_type* zone) in nsec3_zone_trees_create() 102 nsec3_b32_create(region_type* region, zone_type* zone, unsigned char* hash) in nsec3_b32_create() 113 nsec3_hash_and_store(zone_type* zone, const dname_type* dname, uint8_t* store) in nsec3_hash_and_store() 130 nsec3_lookup_hash_and_wc(region_type* region, zone_type* zone, in nsec3_lookup_hash_and_wc() 149 nsec3_lookup_hash_ds(region_type* region, zone_type* zone, in nsec3_lookup_hash_ds() 176 check_apex_soa(namedb_type* namedb, zone_type *zone, int nolog) in check_apex_soa() 286 nsec3_find_zone_param(struct namedb* db, struct zone* zone, in nsec3_find_zone_param() 311 nsec3_rr_uses_params(rr_type* rr, zone_type* zone) in nsec3_rr_uses_params() 319 nsec3_in_chain_count(domain_type* domain, zone_type* zone) in nsec3_in_chain_count() 334 nsec3_chain_find_prev(struct zone* zone, struct domain* domain) in nsec3_chain_find_prev() [all …]
|
H A D | xfrd-tcp.c | 329 struct xfrd_zone* zone) in xfrd_tcp_pipeline_insert_id() 513 pipeline_find(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in pipeline_find() 545 tcp_zone_waiting_list_popfirst(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in tcp_zone_waiting_list_popfirst() 558 tcp_pipe_sendlist_remove(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone) in tcp_pipe_sendlist_remove() 573 tcp_pipe_sendlist_popfirst(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone) in tcp_pipe_sendlist_popfirst() 584 tcp_pipe_id_remove(struct xfrd_tcp_pipeline* tp, xfrd_zone_type* zone, in tcp_pipe_id_remove() 608 xfrd_zone_type* zone = zid->zone; in xfrd_tcp_pipe_stop() local 680 xfrd_zone_type* zone) in pipeline_setup_new_zone() 713 xfrd_tcp_obtain(struct xfrd_tcp_set* set, xfrd_zone_type* zone) in xfrd_tcp_obtain() 792 xfrd_zone_type* zone) in xfrd_tcp_open() [all …]
|
H A D | ixfrcreate.c | 111 static int spool_rrsets(FILE* out, rrset_type* rrsets, struct zone* zone) in spool_rrsets() 125 static size_t domain_count_rrsets(domain_type* domain, zone_type* zone) in domain_count_rrsets() 137 static int spool_domains(FILE* out, struct zone* zone) in spool_domains() 161 static int spool_zone_to_file(struct zone* zone, char* file_name, in spool_zone_to_file() 207 struct ixfr_create* ixfr_create_start(struct zone* zone, const char* zfile, in ixfr_create_start() 530 static int process_marktypes(struct ixfr_store* store, struct zone* zone, in process_marktypes() 554 struct ixfr_store* store, struct zone* zone, struct domain* domain) in process_diff_domain() 611 static int process_domain_add_RRs(struct ixfr_store* store, struct zone* zone, in process_domain_add_RRs() 775 struct ixfr_store* store, struct zone* zone, struct domain* domain, in process_spool_for_domain() 836 struct ixfr_store* store, struct zone* zone) in ixfr_create_walk_zone() [all …]
|
H A D | namedb.c | 517 domain_find_rrset(domain_type* domain, zone_type* zone, uint16_t type) in domain_find_rrset() 531 domain_find_any_rrset(domain_type* domain, zone_type* zone) in domain_find_any_rrset() 563 domain_find_parent_zone(namedb_type* db, zone_type* zone) in domain_find_parent_zone() 582 domain_find_ns_rrsets(domain_type* domain, zone_type* zone, rrset_type **ns) in domain_find_ns_rrsets() 604 find_dname_above(domain_type* domain, zone_type* zone) in find_dname_above() 616 domain_is_glue(domain_type* domain, zone_type* zone) in domain_is_glue() 643 zone_is_secure(zone_type* zone) in zone_is_secure() 669 domain_find_non_cname_rrset(domain_type* domain, zone_type* zone) in domain_find_non_cname_rrset() 700 void zone_rr_iter_init(struct zone_rr_iter *iter, struct zone *zone) in zone_rr_iter_init()
|
H A D | ixfr.c | 492 uint32_t zone_get_current_serial(struct zone* zone) in zone_get_current_serial() 766 struct zone* zone; in query_ixfr() local 950 struct ixfr_store* ixfr_store_start(struct zone* zone, in ixfr_store_start() 1113 static void store_soa(uint8_t* soa, struct zone* zone, uint32_t ttl, in store_soa() 1492 int zone_is_ixfr_enabled(struct zone* zone) in zone_is_ixfr_enabled() 1552 void ixfr_store_delixfrs(struct zone* zone) in ixfr_store_delixfrs() 1582 void zone_ixfr_make_space(struct zone_ixfr* ixfr, struct zone* zone, in zone_ixfr_make_space() 1665 static int ixfr_target_number_files(struct zone* zone) in ixfr_target_number_files() 1816 static void ixfr_delete_rest_files(struct zone* zone, struct ixfr_data* from, in ixfr_delete_rest_files() 1831 void ixfr_delete_superfluous_files(struct zone* zone, const char* zfile, in ixfr_delete_superfluous_files() [all …]
|
H A D | dbaccess.c | 57 zone_type* zone = (zone_type *) region_alloc(db->region, in namedb_zone_create() local 94 namedb_zone_delete(namedb_type* db, zone_type* zone) in namedb_zone_delete() 193 namedb_read_zonefile(struct nsd* nsd, struct zone* zone, udb_base* taskudb, in namedb_read_zonefile() 322 zone_type* zone; in namedb_check_zonefile() local
|
H A D | difffile.c | 58 diff_write_packet(const char* zone, const char* pat, uint32_t old_serial, in diff_write_packet() 106 diff_write_commit(const char* zone, uint32_t old_serial, uint32_t new_serial, in diff_write_commit() 163 const char* zone, uint8_t commit, struct nsd* nsd, uint64_t filenumber) in diff_update_commit() 465 nsec3_delete_rr_trigger(namedb_type* db, rr_type* rr, zone_type* zone) in nsec3_delete_rr_trigger() 506 nsec3_rrsets_changed_remove_prehash(domain_type* domain, zone_type* zone) in nsec3_rrsets_changed_remove_prehash() 542 zone_type* zone) in nsec3_rrsets_changed_add_prehash() 563 zone_type* zone, uint16_t type) in nsec3_delete_rrset_trigger() 585 nsec3_add_rr_trigger(namedb_type* db, rr_type* rr, zone_type* zone) in nsec3_add_rr_trigger() 617 nsec3_add_rrset_trigger(namedb_type* db, domain_type* domain, zone_type* zone, in nsec3_add_rrset_trigger() 669 buffer_type* packet, size_t rdatalen, zone_type *zone, in delete_RR() [all …]
|
H A D | dbcreate.c | 68 print_rrs(FILE* out, struct zone* zone) in print_rrs() 119 print_header(zone_type* zone, FILE* out, time_t* now, const char* logs) in print_header() 133 write_to_zonefile(zone_type* zone, const char* filename, const char* logs) in write_to_zonefile() 218 zone_type* zone; in namedb_write_zonefile() local
|
H A D | nsd-checkconf.c | 25 domain_table_type* ATTR_UNUSED(domains), zone_type* ATTR_UNUSED(zone), in zonec_parse_string() 321 zone_options_type* zone; in config_print_zone() local 494 zone_options_type* zone; in config_print_zone() local 610 zone_options_type* zone; in config_test_print_server() local 806 zone_options_type* zone; in additional_checks() local
|
H A D | xfrd.h | 282 within_refresh_bounds(xfrd_zone_type* zone, time_t refresh) in within_refresh_bounds() 297 bound_soa_disk_refresh(xfrd_zone_type* zone) in bound_soa_disk_refresh() 307 within_retry_bounds(xfrd_zone_type* zone, time_t retry) in within_retry_bounds() 322 bound_soa_disk_retry(xfrd_zone_type* zone) in bound_soa_disk_retry() 332 within_expire_bounds(xfrd_zone_type* zone, time_t expire) in within_expire_bounds() 349 bound_soa_disk_expire(xfrd_zone_type* zone) in bound_soa_disk_expire() 356 bound_soa_nsd_expire(xfrd_zone_type* zone) in bound_soa_nsd_expire()
|
H A D | xfrd-catalog-zones.c | 181 struct zone_options* zone) in xfrd_init_catalog_consumer_zone() 227 zone_type* zone; in xfrd_deinit_catalog_consumer_zone() local 258 xfrd_zone_type* zone = (xfrd_zone_type*)rbtree_search( in xfrd_deinit_catalog_consumer_zone() local 415 const char *invalid_catalog_consumer_zone(struct zone_options* zone) in invalid_catalog_consumer_zone() 490 zone_type* zone; in xfrd_process_catalog_consumer_zone() local
|
H A D | options.c | 166 nsd_options_insert_zone(struct nsd_options* opt, struct zone_options* zone) in nsd_options_insert_zone() 425 struct zone_options* zone; in zone_list_member_zone_insert() local 602 zone_options_delete(struct nsd_options* opt, struct zone_options* zone) in zone_options_delete() 643 struct zone_options* zone = zone_list_member_zone_insert( in zone_list_add_or_cat() local 770 zone_list_del(struct nsd_options* opt, struct zone_options* zone) in zone_list_del() 821 struct zone_options* zone; in zone_list_compact() local 971 struct zone_options* zone; in zone_options_create() local 2266 get_end_label(struct zone_options* zone, int i) in get_end_label() 2297 config_cook_string(struct zone_options* zone, const char* input) in config_cook_string() 2323 config_make_zonefile(struct zone_options* zone, struct nsd* nsd) in config_make_zonefile()
|
H A D | verify.c | 34 struct zone *verify_next_zone(struct nsd *nsd, struct zone *zone) in verify_next_zone() 413 void verify_zone(struct nsd *nsd, struct zone *zone) in verify_zone()
|
/openbsd-src/sbin/unwind/libunbound/validator/ |
H A D | val_neg.c | 304 static struct val_neg_data* neg_find_data(struct val_neg_zone* zone, in neg_find_data() 411 struct val_neg_zone* zone, uint8_t* nm, size_t nm_len, int labs) in neg_closest_data_parent() 452 struct val_neg_zone* zone = in neg_setup_zone_node() local 488 struct val_neg_zone* zone, *prev = NULL, *first = NULL; in neg_zone_chain() local 518 void val_neg_zone_take_inuse(struct val_neg_zone* zone) in val_neg_zone_take_inuse() 533 struct val_neg_zone* zone; in neg_create_zone() local 673 static void wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone, in wipeout() 749 struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) in neg_insert_data() 885 struct val_neg_zone* zone; in val_neg_addreply() local 948 static int neg_closest_data(struct val_neg_zone* zone, in neg_closest_data() [all …]
|
/openbsd-src/usr.sbin/unbound/validator/ |
H A D | val_neg.c | 304 static struct val_neg_data* neg_find_data(struct val_neg_zone* zone, in neg_find_data() 411 struct val_neg_zone* zone, uint8_t* nm, size_t nm_len, int labs) in neg_closest_data_parent() 452 struct val_neg_zone* zone = in neg_setup_zone_node() local 488 struct val_neg_zone* zone, *prev = NULL, *first = NULL; in neg_zone_chain() local 518 void val_neg_zone_take_inuse(struct val_neg_zone* zone) in val_neg_zone_take_inuse() 533 struct val_neg_zone* zone; in neg_create_zone() local 673 static void wipeout(struct val_neg_cache* neg, struct val_neg_zone* zone, in wipeout() 749 struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec) in neg_insert_data() 885 struct val_neg_zone* zone; in val_neg_addreply() local 948 static int neg_closest_data(struct val_neg_zone* zone, in neg_closest_data() [all …]
|
/openbsd-src/regress/lib/libz/ |
H A D | infcover.c | 75 struct mem_zone *zone = mem; in mem_alloc() local 115 struct mem_zone *zone = mem; in mem_free() local 160 struct mem_zone *zone; in mem_setup() local 178 struct mem_zone *zone = strm->opaque; in mem_limit() local 186 struct mem_zone *zone = strm->opaque; in mem_used() local 194 struct mem_zone *zone = strm->opaque; in mem_high() local 204 struct mem_zone *zone = strm->opaque; in mem_done() local
|
/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | unitneg.c | 365 static int sum_subtree_inuse(struct val_neg_zone* zone, in sum_subtree_inuse() 381 struct val_neg_zone* zone) in sum_zone_subtree_inuse() 395 static void check_data(struct val_neg_zone* zone, struct val_neg_data* data) in check_data() 417 static void checkzonetree(struct val_neg_zone* zone) in checkzonetree() 429 struct val_neg_zone* zone) in check_zone_invariants()
|
H A D | unitauth.c | 58 const char* zone; member 724 check_read_exact(const char* name, const char* zone) in check_read_exact() 976 check_queries(const char* name, const char* zone, struct q_ans* queries) in check_queries()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ggc-zone.c | 244 struct alloc_zone *zone; member 704 struct alloc_zone *zone; in zone_allocate_marks() local 746 struct alloc_zone *zone; in zone_free_marks() local 768 alloc_anon (char *pref ATTRIBUTE_UNUSED, size_t size, struct alloc_zone *zone) in alloc_anon() 801 alloc_small_page (struct alloc_zone *zone) in alloc_small_page() 857 alloc_large_page (size_t size, struct alloc_zone *zone) in alloc_large_page() 935 release_pages (struct alloc_zone *zone) in release_pages() 972 free_chunk (char *ptr, size_t size, struct alloc_zone *zone) in free_chunk() 1597 sweep_pages (struct alloc_zone *zone) in sweep_pages() 1772 ggc_collect_1 (struct alloc_zone *zone, bool need_marking) in ggc_collect_1() [all …]
|
/openbsd-src/sys/arch/macppc/dev/ |
H A D | thermal.h | 35 int zone; member 45 int zone; member
|
/openbsd-src/usr.sbin/nsd/dnstap/ |
H A D | dnstap_collector.c | 218 uint8_t* zone; in dt_submit_content() local 471 struct zone* zone) in prep_send_data() 579 struct zone* zone) in dt_collector_submit_auth_response()
|
/openbsd-src/usr.sbin/zic/ |
H A D | zic.c | 83 struct zone { struct 84 z_filenamezone global() argument 85 z_linenumzone global() argument 87 z_namezone global() argument 88 z_gmtoffzone global() argument 89 z_rulezone global() argument 90 z_formatzone global() argument 92 z_stdoffzone global() argument 94 z_ruleszone global() argument 95 z_nruleszone global() argument 97 z_untilrulezone global() argument 98 z_untiltimezone global() argument [all...] |