Home
last modified time | relevance | path

Searched refs:zone (Results 76 – 100 of 227) sorted by relevance

12345678910

/openbsd/usr.sbin/unbound/validator/
H A Dval_nsec3.h344 size_t nsec3_hash_to_b32(uint8_t* hash, size_t hashlen, uint8_t* zone,
418 int nsec3_covers(uint8_t* zone, struct nsec3_cached_hash* hash,
/openbsd/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp133 typedef void zone_callback_t(void *info, const malloc_zone_t *zone);
534 static void enumerate_range_in_zone(void *baton, const malloc_zone_t *zone) { in enumerate_range_in_zone() argument
537 if (zone && zone->introspect) in enumerate_range_in_zone()
538 zone->introspect->enumerator( in enumerate_range_in_zone()
540 (vm_address_t)zone, task_peek, ranges_callback); in enumerate_range_in_zone()
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DSpaceshipProjects.csv72 "| `[time.zone.nonmembers] <https://wg21.link/time.zone.nonmembers>`_
73 | `[time.zone.leap.nonmembers] <https://wg21.link/time.zone.leap.nonmembers>`_
74 | `[time.zone.link.nonmembers] <https://wg21.link/time.zone.link.nonmembers>`_","| chrono::time_zone
/openbsd/sys/arch/macppc/dev/
H A Dthermal.c152 if (sensor->sensor->zone == fan->fan->zone) { in thermal_manage_fans()
/openbsd/share/zoneinfo/
H A DMakefile85 TABDATA= iso3166.tab zone.tab zone1970.tab zonenow.tab $(TZDATA_TEXT)
148 ${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/zone.tab \
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c171 free(pend->zone); in delete_fake_pending()
1169 pend->zone = NULL; in pending_udp_query()
1219 pend->zone = NULL; in pending_tcp_query()
1254 socklen_t addrlen, uint8_t* zone, size_t zonelen, in outnet_serviced_query() argument
1266 dname_str(zone, z); in outnet_serviced_query()
1302 zone, zonelen, qstate, qstate->region)) { in outnet_serviced_query()
1336 pend->zone = memdup(zone, zonelen); in outnet_serviced_query()
1339 log_assert(pend->zone); in outnet_serviced_query()
1389 free(p->zone); in outnet_serviced_query_stop()
1801 pend->zone = NULL; in outnet_comm_point_for_tcp()
[all …]
/openbsd/share/zoneinfo/datfiles/
H A Dantarctica15 # Unless otherwise specified, we have no time zone information.
43 # Three Australian stations in Antarctica have changed their time zone:
72 # zone to UTC+11 in "the morning of 22nd October 2016".
79 # be on the same time zone as Hobart. Some past dates too for this 3 hour
86 # https://www.timeanddate.com/time/zone/antarctica/casey
278 # of GMT). This is a time zone I think two hours east of Moscow. The
279 # natural time zone is in between the two: 8 hours ahead of GMT."
H A Dnorthamerica193 # this time zone package.
334 # time zone, but we do go by the Eastern time zone because so many people work
469 # mountain time zone to the central time zone at the last transition from
866 # For a map of Indiana's time zone regions, see:
1117 # location in the Central time zone.
2154 # Nunavut moves to single time zone Oct. 31
2184 # unified time zone in 1999.
2552 # zone along with the rest of the country."
2559 # Also, the new zone will not use DST.
2712 # changed time zone UTC-7 to new time zone UTC-6 on April 4, 2010 (to
[all …]
H A Detcetera20 # The following zone is used by tzcode functions like gmtime,
53 # Also, the time zone abbreviations are now compatible with %z.
/openbsd/usr.sbin/unbound/smallapp/
H A Dworker_cb.c102 socklen_t ATTR_UNUSED(addrlen), uint8_t* ATTR_UNUSED(zone), in worker_send_query() argument
136 socklen_t ATTR_UNUSED(addrlen), uint8_t* ATTR_UNUSED(zone), in libworker_send_query() argument
/openbsd/usr.sbin/nsd/
H A Dzonec.h141 unsigned int zonec_read(const char *name, const char *zonefile, zone_type* zone);
147 zone_type* zone, char* str, domain_type** parsed, int* num_rrs);
H A Dconfiglexer.lex231 zone{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_ZONE;}
290 confine-to-zone{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_CONFINE_TO_ZONE;}
316 verify-zone{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFY_ZONE; }
320 verifier-feed-zone{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_VERIFIER_FEED_ZONE; }
324 catalog-producer-zone{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_CATALOG_PRODUCER_ZONE; }
/openbsd/usr.sbin/nsd/dnstap/
H A Ddnstap.c830 int is_tcp, uint8_t* zone, size_t zonelen, uint8_t* pkt, size_t pktlen) argument
840 if(zone) {
842 dm.m.query_zone.data = zone;
876 int is_tcp, uint8_t* zone, size_t zonelen, uint8_t* pkt, size_t pktlen) argument
886 if(zone) {
888 dm.m.query_zone.data = zone;
/openbsd/usr.sbin/unbound/services/
H A Doutside_network.c2241 pend->sq->zone, pend->sq->zonelen, packet);
2520 &pend->pi->addr, comm_tcp, NULL, sq->zone,
2628 sq->zone = regional_alloc_init(region, zone, zonelen);
2629 if(!sq->zone) {
3082 sq->addrlen, sq->zone, sq->zonelen);
3118 sq->addrlen, sq->zone, sq->zonelen, -1,
3372 sq->zone, sq->zonelen, sq->qtype, roundtime,
3469 "delegation point", zone,
3476 addrlen, zone, zonelen, (int)qinfo->qtype,
3484 zone, zonelen, timenow);
[all …]
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.c2241 pend->sq->zone, pend->sq->zonelen, packet);
2520 &pend->pi->addr, comm_tcp, NULL, sq->zone,
2628 sq->zone = regional_alloc_init(region, zone, zonelen);
2629 if(!sq->zone) {
3082 sq->addrlen, sq->zone, sq->zonelen);
3118 sq->addrlen, sq->zone, sq->zonelen, -1,
3372 sq->zone, sq->zonelen, sq->qtype, roundtime,
3469 "delegation point", zone,
3476 addrlen, zone, zonelen, (int)qinfo->qtype,
3484 zone, zonelen, timenow);
[all …]
/openbsd/lib/libc/time/
H A DREADME11 The 1989 update of the time zone package featured
18 * corrections to some time zone data (including corrections to the rules
71 The information in the time zone data files is by no means authoritative;
/openbsd/gnu/usr.bin/cvs/contrib/
H A Dlog_accum.in211 ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst, $zone, $gmtoff) =
219 if ($zone ne '') {
220 $TZ = $zone;
/openbsd/usr.bin/dig/lib/lwres/include/lwres/
H A Dlwres.h96 uint32_t zone; member
/openbsd/usr.sbin/unbound/dnstap/
H A Ddnstap.c480 uint8_t *zone, size_t zone_len, in dt_msg_send_outside_query() argument
502 dm.m.query_zone.data = zone; in dt_msg_send_outside_query()
531 uint8_t *zone, size_t zone_len, in dt_msg_send_outside_response() argument
556 dm.m.query_zone.data = zone; in dt_msg_send_outside_response()
/openbsd/usr.sbin/unbound/doc/
H A DREADME85 o If there are no replies for a forward or stub zone, for a reverse zone,
86 you may need to add a local-zone: name transparent or nodefault to the
87 server: section of the config file to unblock the reverse zone.
H A DTODO16 get stats, get memstats, get ..., reload, clear one zone from cache
41 o listen to NOTIFY messages for zones and flush the cache for that zone
58 o local-zone directive with authority service, full authority server
H A DChangelog1160 - Fix to describe auth-zone and other configuration at the local-zone
1478 zone does not find the zone. Readlock the clientip that is found
2547 zone origin.
3418 - List example config for root zone copy locally hosted with auth-zone
3730 in forward zone.
3767 - Fix that a local-zone with a local-zone-type that is transparent
3954 zone record parser.
4200 - Fix downstream auth zone, only fallback when auth zone fails to
4315 to the global local zone contents, for queries for that zone.
4430 - auth zone work.
[all …]
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.opt149 mno-red-zone
172 mred-zone
174 Use red-zone in the x86-64 code
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_malloc_mac.cpp49 #define COMMON_MALLOC_FILL_STATS(zone, stats) argument
/openbsd/usr.sbin/unbound/util/
H A Dmodule.h293 socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region,
384 uint8_t* zone, size_t zonelen, int tcp_upstream, int ssl_upstream,

12345678910