Searched refs:zone (Results 101 - 125 of 215) sorted by relevance

123456789

/freebsd-current/contrib/unbound/util/
H A Dmodule.h275 * Called as func(qinfo, flags, qstate, addr, addrlen, zone, zonelen, region,
283 * zone: name of the zone of the delegation point. wireformat dname.
286 * zonelen: length of zone.
293 socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region,
366 * @param zone: delegation point name.
367 * @param zonelen: length of zone name.
384 uint8_t* zone, size_t zonelen, int tcp_upstream, int ssl_upstream,
521 * that both root hints and stub zone "hints" are stored in this
H A Dnet_help.h91 /** DNSKEY zone sign key flag */
160 * Prints zone name and sockaddr in readable format with log_info. Debug.
163 * @param zone: DNS domain name, uncompressed wireformat.
167 void log_name_addr(enum verbosity_value v, const char* str, uint8_t* zone,
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.h118 uint8_t *second, uint16_t *millisecond, uint16_t *zone);
121 uint16_t millisecond, uint16_t zone);
/freebsd-current/usr.sbin/tzsetup/
H A Dtzsetup.c243 * Both normal (the ones in zone filename, e.g. Europe/Andorra) and
280 TAILQ_HEAD(, zone) zones;
284 struct zone { struct
285 TAILQ_ENTRY(zone) link;
381 struct zone *zp;
394 struct zone *zp;
439 * This must be done AFTER all zone descriptions are read, since it breaks
558 struct zone *zp;
574 struct zone *zp, *zp2;
626 * each continent. For multiple-zone countrie
[all...]
/freebsd-current/sys/netgraph/netflow/
H A Dnetflow.c239 uma_zfree_arg(priv->zone, fle, priv);
254 uma_zfree_arg(priv->zone, fle, priv);
273 uma_zfree_arg(priv->zone, fle, priv);
296 i->nfinfo_used = uma_zone_get_cur(priv->zone);
329 fle = uma_zalloc_arg(priv->zone, priv, M_NOWAIT);
482 /* Initialize cache UMA zone. */
483 priv->zone = uma_zcreate("NetFlow IPv4 cache",
486 uma_zone_set_max(priv->zone, CACHESIZE);
601 uma_zdestroy(priv->zone);
1101 used = uma_zone_get_cur(priv->zone);
[all...]
/freebsd-current/contrib/unbound/services/
H A Doutside_network.c1012 &pend_tcp->pi->addr, comm_tcp, NULL, w->sq->zone,
2241 pend->sq->zone, pend->sq->zonelen, packet);
2520 &pend->pi->addr, comm_tcp, NULL, sq->zone,
2604 uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
2628 sq->zone = regional_alloc_init(region, zone, zonelen);
2629 if(!sq->zone) {
2897 if(!infra_host(sq->outnet->infra, &sq->addr, sq->addrlen, sq->zone,
3082 sq->addrlen, sq->zone, sq->zonelen);
3093 &pi->addr, c->type, c->ssl, sq->zone, s
2601 serviced_create(struct outside_network* outnet, sldns_buffer* buff, int dnssec, int want_dnssec, int nocaps, int tcp_upstream, int ssl_upstream, char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list, size_t pad_queries_block_size, struct alloc_cache* alloc, struct regional* region) argument
3397 outnet_serviced_query(struct outside_network* outnet, struct query_info* qinfo, uint16_t flags, int dnssec, int want_dnssec, int nocaps, int check_ratelimit, int tcp_upstream, int ssl_upstream, char* tls_auth_name, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* zone, size_t zonelen, struct module_qstate* qstate, comm_point_callback_type* callback, void* callback_arg, sldns_buffer* buff, struct module_env* env, int* was_ratelimited) argument
[all...]
H A Doutside_network.h474 /** zone name, uncompressed domain name in wireformat */
475 uint8_t* zone; member in struct:serviced_query
476 /** length of zone name */
644 * @param zone: name of the zone of the delegation point. wireformat dname.
647 * @param zonelen: length of zone.
663 uint8_t* zone, size_t zonelen, struct module_qstate* qstate,
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/idmap_mount/
H A Didmap_mount_005.ksh32 # 2. Create a user namespace and designate the dataset to the zone
33 # 3. In the zone, mount the dataset to "idmap_test"
34 # 4. In the zone, idmap mount the dataset mountpoint to "idmap_dest"
37 # 7. unmount the mountpoints in the zone
38 # 8. Remount the dataset in global zone to "idmap_test"
96 log_must zfs zone /proc/$unshared_pid/ns/user "$TESTPOOL/userns"
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.h82 int zone(struct cam_device *device, int argc, char **argv, char *combinedopt,
/freebsd-current/contrib/unbound/libunbound/
H A Dunbound.h354 * Add a stub zone, with given address to send to. This is for custom
357 * This is similar to a stub-zone entry in unbound.conf.
362 * @param zone: name of the zone, string.
371 int ub_ctx_set_stub(struct ub_ctx* ctx, const char* zone, const char* addr,
410 * @param ta: string, with zone-format RR on one line.
601 * Debug routine. Print the local zone information to debug output.
608 * Add a new zone with the zonetype to the local authority info of the
611 * @param zone_name: name of the zone in text, "example.com"
613 * @param zone_type: type of the zone (lik
[all...]
H A Dlibunbound.c1052 int ub_ctx_set_stub(struct ub_ctx* ctx, const char* zone, const char* addr, argument
1058 /* check syntax for zone name */
1059 if(zone) {
1063 if(!parse_dname(zone, &nm, &nmlen, &nmlabs)) {
1069 zone = ".";
1091 elem = cfg_stub_find(&prev, zone);
1105 if(elem) elem->name = strdup(zone);
1346 /* Add a new zone */
1387 /* Remove zone */
/freebsd-current/share/zoneinfo/
H A DMakefile114 ${CONTRIBDIR}/zone.tab ${DESTDIR}/usr/share/zoneinfo/
/freebsd-current/contrib/unbound/dnstap/
H A Ddnstap.c480 uint8_t *zone, size_t zone_len,
502 dm.m.query_zone.data = zone;
531 uint8_t *zone, size_t zone_len,
556 dm.m.query_zone.data = zone;
475 dt_msg_send_outside_query(struct dt_env *env, struct sockaddr_storage *rsock, struct sockaddr_storage *qsock, enum comm_point_type cptype, void *cpssl, uint8_t *zone, size_t zone_len, sldns_buffer *qmsg) argument
526 dt_msg_send_outside_response(struct dt_env *env, struct sockaddr_storage *rsock, struct sockaddr_storage *qsock, enum comm_point_type cptype, void *cpssl, uint8_t *zone, size_t zone_len, uint8_t *qbuf, size_t qbuf_len, const struct timeval *qtime, const struct timeval *rtime, sldns_buffer *rmsg) argument
/freebsd-current/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c77 struct _zone zone; member in union:_parse_state::__anon337
81 #define ps_zone u.zone
/freebsd-current/lib/libc/iconv/
H A Dcitrus_csmapper.c177 struct zone { struct
189 struct zone z1, z2;
/freebsd-current/contrib/unbound/dynlibmod/
H A Ddynlibmod.c224 socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region,
227 return ((inplace_cb_query_func_type*) cb_pair->cb)(qinfo, flags, qstate, addr, addrlen, zone, zonelen, region, id, cb_pair->cb_arg);
222 dynlib_inplace_cb_query_generic(struct query_info* qinfo, uint16_t flags, struct module_qstate* qstate, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region, int id, void* callback) argument
/freebsd-current/contrib/tzcode/
H A Dtzselect.ksh2 # Ask the user about the time zone, and output the resulting TZ value to stdout.
199 say >&2 "$0: time zone files are not set up correctly"
265 # Awk script to process a time zone table and output the same table,
387 'so that time zone rules can be set correctly.'
632 # If all zone table entries have comments, and there are
744 say >&2 "$0: time zone files are not set up correctly"
/freebsd-current/sys/netinet/
H A Dtcp_fastopen.c436 * this zone can exceed that amount by the number of CPUs in the
438 * present in each UMA per-CPU cache for this zone.
440 V_tcp_fastopen_ccache.zone = uma_zcreate("tfo_ccache_entries",
457 KASSERT(uma_zone_get_cur(V_tcp_fastopen_ccache.zone) == 0,
458 ("%s: TFO ccache zone allocation count not 0", __func__));
459 uma_zdestroy(V_tcp_fastopen_ccache.zone);
1064 cce = uma_zalloc(V_tcp_fastopen_ccache.zone, M_NOWAIT);
1142 uma_zfree(V_tcp_fastopen_ccache.zone, cce);
/freebsd-current/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c119 static int select_zone(const char *zone, uint32_t *optchkd);
193 fprintf(stderr, "\t-z <zone> : zone name\n");
501 * Check if the given zone matches the selection criteria.
504 select_zone(const char *zone, uint32_t *optchkd) argument
509 if (fnmatch(p_zone, zone, FNM_PATHNAME) != 0)
/freebsd-current/usr.bin/mkcsmapper/
H A Dyacc.y117 %type <i_value> dst types oob_mode_sel zone
142 src_zone : R_SRC_ZONE zone { set_src_zone($2); }
143 zone : range { label
624 yyerror("illegal zone");
/freebsd-current/sys/sys/
H A Dmbuf.h594 #define EXT_PACKET 6 /* mbuf+cluster from packet zone */
930 uma_zone_t zone; local
934 zone = zone_clust;
937 zone = zone_jumbop;
940 zone = zone_jumbo9;
943 zone = zone_jumbo16;
949 return (zone);
/freebsd-current/sys/contrib/openzfs/man/
H A DMakefile.am112 %D%/man8/zfs-zone.8
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am78 %D%/spl/sys/zone.h \
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c70 #include <sys/zone.h>
/freebsd-current/contrib/ldns/ldns/
H A Ddnssec.h33 #include <ldns/zone.h>
268 * \param[in] rrs all rrs from the zone, to find all RR types of cur_owner in

Completed in 194 milliseconds

123456789