Home
last modified time | relevance | path

Searched refs:zone (Results 26 – 50 of 404) sorted by relevance

12345678910>>...17

/freebsd/contrib/unbound/testdata/stat_values.tdir/
H A Dstat_values_cachedb.conf20 local-zone: local.zone static
31 forward-zone:
34 forward-zone:
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-zones.yaml8 title: Thermal zone
28 (temperature derivative over time) in two situations for a thermal zone:
30 2. when the zone just needs to be monitored (polling-delay) or when
55 Each thermal zone node contains information about how frequently it
57 this zone, one sub-node containing the various trip points for this
58 zone and one sub-node containing all the zone cooling-maps.
67 sensors in this zone support interrupts.
75 framework and assumes that the thermal sensors in this zone
99 thermal zone.
105 that binds all the sensors listed in this thermal zone.
[all …]
H A Drcar-thermal.yaml20 - const: renesas,rcar-thermal # Generic without thermal-zone
26 - const: renesas,rcar-gen2-thermal # Generic thermal-zone
33 - const: renesas,rcar-gen2-thermal # Generic thermal-zone
34 - const: renesas,rcar-thermal # Generic without thermal-zone
120 # Example (with thermal-zone)
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcmn_err.h93 #define zcmn_err_once(zone, ce, ...) \ argument
97 zcmn_err(zone, ce, __VA_ARGS__); \
101 #define vzcmn_err_once(zone, ce, fmt, ap) \ argument
105 vzcmn_err(zone, ce, fmt, ap); \
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc197 // [time.zone.db], time zone database
201 // [time.zone.db.access], time zone database access
207 // [time.zone.db.remote], remote time zone database support
215 // [time.zone.exception], exception classes
219 // [time.zone.info], information classes
222 // [time.zone.timezone], class time_zone
226 // [time.zone.zonedtraits], class template zoned_traits
229 // [time.zone.zonedtime], class template zoned_time
234 // [time.zone.leap], leap second support
237 // [time.zone.link], class time_zone_link
/freebsd/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt56 local_zone_remove <name of local-zone entry>
57 the local-zone entry is removed.
58 All data from the local zone is also deleted.
60 local_zone <name of local zone> <type>
61 As the config file entry. Adds new local zone or updates
62 existing zone type.
68 if no local_zone exists for it; a transparent zone with the same
H A Dexample.conf.in469 # log the local-zone actions, like local-zone type inform is enabled
544 # to validate the zone.
848 # local-zone: <zone> <type>
854 # o redirect serves the zone data for any subdomain in the zone.
876 # local-zone: "local." static
1152 # stub-zone:
1160 # stub-zone:
1170 # forward-zone:
1178 # forward-zone:
1191 # auth-zone:
[all …]
/freebsd/sys/vm/
H A Duma_int.h556 #define KEG_GET(zone, keg) do { \ argument
557 (keg) = (zone)->uz_keg; \
559 ("%s: Invalid zone %p type", __func__, (zone))); \
628 vtozoneslab(vm_offset_t va, uma_zone_t *zone, uma_slab_t *slab) in vtozoneslab() argument
634 *zone = p->plinks.uma.zone; in vtozoneslab()
638 vsetzoneslab(vm_offset_t va, uma_zone_t zone, uma_slab_t slab) in vsetzoneslab() argument
644 p->plinks.uma.zone = zone; in vsetzoneslab()
671 void *uma_small_alloc(uma_zone_t zone, vm_size_t bytes, int domain,
/freebsd/sys/kern/
H A Dkern_malloc.c630 uma_zone_t zone; variable
651 va = uma_zalloc_arg(zone, zone, flags);
653 size = zone->uz_size;
679 uma_zone_t zone; in malloc_domain() local
691 va = uma_zalloc_domain(zone, zone, domain, flags); in malloc_domain()
903 uma_zone_t zone; in free() local
921 size = zone->uz_size; in free()
943 uma_zone_t zone; in zfree() local
961 size = zone->uz_size; in zfree()
984 uma_zone_t zone; in realloc() local
[all …]
H A Dkern_devctl.c74 uma_zone_t zone; member
162 z = devsoftc.zone = uma_zcreate("DEVCTL", in devctl_init()
279 uma_zfree(devsoftc.zone, n1); in devread()
376 dei = uma_zalloc(devsoftc.zone, M_NOWAIT); in devctl_alloc_dei()
378 dei = uma_zalloc(devsoftc.zone, M_NOWAIT | M_USE_RESERVE); in devctl_alloc_dei()
415 uma_zfree(devsoftc.zone, dei); in devctl_free_dei()
573 uma_zdestroy(devsoftc.zone); in sysctl_devctl_queue()
574 devsoftc.zone = 0; in sysctl_devctl_queue()
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg30 ZONE="${ZONE:=zone}"
39 # doesn't clash with an existing zone name. Once we've found a unique
42 function find_unique_zonename { # initial name of zone
59 # Need a longer timeout for zone installation
62 # Make sure that multiple sourcing of this script doesn't change the zone name
70 log_note "zones.cfg gave us new zone names $ZONE,$ZONE2,$ZONE3,$ZONE4"
H A Dzones_common.kshlib50 $CAT > $TMPDIR/zone.${TESTCASE_ID}.cfg <<EOF
57 log_must $ZONECFG -z $ZNAME -f $TMPDIR/zone.${TESTCASE_ID}.cfg > /dev/null
58 $RM $TMPDIR/zone.${TESTCASE_ID}.cfg
/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.c31 uint8_t zone; member
77 const uint32_t alignment, const enum qemu_loader_zone zone) in qemu_loader_alloc() argument
93 element->entry.alloc.zone = zone; in qemu_loader_alloc()
187 qemu_loader_get_zone_name(const enum qemu_loader_zone zone) in qemu_loader_get_zone_name() argument
189 switch (zone) { in qemu_loader_get_zone_name()
209 qemu_loader_get_zone_name(entry->alloc.zone)); in qemu_loader_dump_entry()
/freebsd/contrib/unbound/validator/
H A Dval_neg.h161 struct val_neg_zone* zone; member
219 uint8_t* zone);
259 struct val_neg_zone* zone, struct ub_packed_rrset_key* nsec);
300 void val_neg_zone_take_inuse(struct val_neg_zone* zone);
H A Dval_nsec3.c112 uint8_t* zone; member
284 uint8_t* nm, *zone; in nsec3_get_nextowner_b32() local
289 zone = rrset->rk.dname; in nsec3_get_nextowner_b32()
425 filter->zone = NULL; in filter_init()
453 filter->zone = nm; in filter_init()
1191 if(!flt.zone) in nsec3_prove_nameerror()
1196 flt.zone, 0, 0); in nsec3_prove_nameerror()
1377 if(!flt.zone) in nsec3_prove_nodata()
1400 if(!flt.zone) in nsec3_prove_wildcard()
1499 if(!flt.zone) { in nsec3_prove_nods()
[all …]
/freebsd/contrib/tzdata/
H A Dfactory8 # time zone abbreviation "-00", indicating that the actual time zone
12 Zone Factory 0 - "Local time zone must be set--use tzsetup"
/freebsd/contrib/ldns/ldns/
H A Dzone.h157 void ldns_zone_free(ldns_zone *zone);
164 void ldns_zone_deep_free(ldns_zone *zone);
170 void ldns_zone_sort(ldns_zone *zone);
/freebsd/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh108 @@ -2148,6 +2149,23 @@ uma_zalloc_arg(uma_zone_t zone, void *udata, int flags)
111 "uma_zalloc_arg: zone \"%s\"", zone->uz_name);
120 + if (((zone->uz_flags & UMA_ZONE_MALLOC) == 0 ||
123 + zone->uz_name)) {
125 + atomic_add_long(&zone->uz_fails, 1);
145 @@ -292,4 +294,143 @@ uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item)
294 void *uma_small_alloc(uma_zone_t zone, vm_size_t bytes, uint8_t *pflag,
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h231 #define SCTP_ZONE_INIT(zone, name, size, number) { \ argument
232 zone = uma_zcreate(name, size, NULL, NULL, NULL, NULL, UMA_ALIGN_PTR,\
234 uma_zone_set_max(zone, number); \
237 #define SCTP_ZONE_DESTROY(zone) uma_zdestroy(zone) argument
240 #define SCTP_ZONE_GET(zone, type) \ argument
241 (type *)uma_zalloc(zone, M_NOWAIT);
244 #define SCTP_ZONE_FREE(zone, element) \ argument
245 uma_zfree(zone, element);
/freebsd/usr.sbin/bsdconfig/timezone/include/
H A Dmessages.subr40 msg_conflicting_zone_definition="%s:%d: conflicting zone definition"
59 msg_invalid_zone_name="%s:%d: invalid zone name \`%s'"
71 msg_select_zone="Select a zone which observes the same time as your locality."
74 msg_use_default_zone="Use the default \`%s' zone?"
76 msg_zone_multiply_defined="%s:%d: zone multiply defined"
77 msg_zone_must_have_description="%s:%d: zone must have description"
/freebsd/contrib/ldns/
H A DMakefile.in107zone ldns-key2ds ldns-keyfetcher ldns-keygen ldns-mx ldns-notify ldns-nsec3-hash ldns-read-zone ld…
224 examples/ldns-verify-zone.1: $(srcdir)/examples/ldns-verify-zone.1.in
225 $(edit) $(srcdir)/examples/ldns-verify-zone.1.in > examples/ldns-verify-zone.1
250 $(LIBTOOL) --mode clean rm -f examples/ldns-dane.1 examples/ldns-verify-zone.1
802 zone.lo zone.o: $(srcdir)/zone.c ldns/config.h $(srcdir)/ldns/ldns.h ldns/util.h ldns/common.h \
869 examples/ldns-gen-zone.lo examples/ldns-gen-zone.o: $(srcdir)/examples/ldns-gen-zone.c ldns/config.…
925 examples/ldns-read-zone.lo examples/ldns-read-zone.o: $(srcdir)/examples/ldns-read-zone.c ldns/conf…
999 examples/ldns-verify-zone.lo examples/ldns-verify-zone.o: $(srcdir)/examples/ldns-verify-zone.c ldn…
1114 examples/ldns-gen-zone: examples/ldns-gen-zone.lo examples/ldns-gen-zone.o $(LIB)
1120 examples/ldns-read-zone: examples/ldns-read-zone.lo examples/ldns-read-zone.o $(LIB)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Drepaper.txt21 - pervasive,thermal-zone: name of thermometer's thermal zone
51 pervasive,thermal-zone = "display";
/freebsd/contrib/diff/lib/
H A Dstrftime.c420 const char *zone; variable
428 zone = NULL;
436 zone = (const char *) tp->tm_zone;
441 if (! (zone && *zone))
442 zone = "GMT";
1218 if (!(zone && *zone) && tp->tm_isdst >= 0)
1219 zone = tzname[tp->tm_isdst];
1221 if (! zone)
1222 zone = "";
1230 widen (zone, wczone, len);
[all …]
/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.h38 int zone; member
48 int zone; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/
H A Duser_namespace_004.ksh62 log_mustnot zfs zone "$temp_file" "$TESTPOOL/userns"
65 log_mustnot zfs zone "$TEMP_BASE_DIR/nonexistent" "$TESTPOOL/userns"

12345678910>>...17