Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/sys/vm/
H A Dvm_pager.c211 uma_zone_t zone; in pbuf_zsecond_create() local
213 zone = uma_zsecond_create(name, pbuf_ctor, pbuf_dtor, NULL, NULL, in pbuf_zsecond_create()
231 nswbuf_max += uma_zone_set_max(zone, max); in pbuf_zsecond_create()
233 uma_prealloc(pbuf_zone, uma_zone_set_max(zone, max)); in pbuf_zsecond_create()
235 return (zone); in pbuf_zsecond_create()
H A Dmemguard.h56 #define memguard_cmp_zone(zone) 0 argument
/freebsd/contrib/unbound/testdata/
H A Dlocal_cnameother.rpl3 local-zone: "a." static
11 stub-zone:
/freebsd/contrib/tzdata/
H A DNEWS599 Changes to zone name
811 Changes to zone name
1447 Changes to time zone abbreviations
1642 Changes to time zone abbreviations
2138 Changes to zone names
2299 new zone. Similarly, switch from invented to numeric time zone
2422 time zone abbreviations for this zone.
2552 The Factory zone now uses the time zone abbreviation -00 instead
2578 Changes to zone names
4419 The zone offset at the end of version-2-format zone files is now
[all …]
H A Dantarctica14 # Unless otherwise specified, we have no time zone information.
42 # Three Australian stations in Antarctica have changed their time zone:
71 # zone to UTC+11 in "the morning of 22nd October 2016".
78 # be on the same time zone as Hobart. Some past dates too for this 3 hour
85 # https://www.timeanddate.com/time/zone/antarctica/casey
264 # of GMT). This is a time zone I think two hours east of Moscow. The
265 # natural time zone is in between the two: 8 hours ahead of GMT."
/freebsd/contrib/tzcode/
H A DNEWS599 Changes to zone name
811 Changes to zone name
1447 Changes to time zone abbreviations
1642 Changes to time zone abbreviations
2138 Changes to zone names
2299 new zone. Similarly, switch from invented to numeric time zone
2422 time zone abbreviations for this zone.
2552 The Factory zone now uses the time zone abbreviation -00 instead
2578 Changes to zone names
4419 The zone offset at the end of version-2-format zone files is now
[all …]
H A Dzdump.c393 abbrok(const char *const abbrp, const char *const zone) in abbrok() argument
414 progname, zone, abbrp, wp); in abbrok()
848 show(timezone_t tz, char *zone, time_t t, bool v) in show() argument
854 printf("%-*s ", (int)longest, zone); in show()
883 abbrok(abbr(tmp), zone); in show()
893 showextrema(timezone_t tz, char *zone, time_t lo, struct tm *lotmp, time_t hi) in showextrema() argument
924 show(tz, zone, t - 1, true); in showextrema()
925 show(tz, zone, t, true); in showextrema()
/freebsd/sys/dev/bnxt/
H A Dbnxt_ioctl.h150 uint16_t zone; member
162 uint16_t zone; member
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-coachz-r1.dts19 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone
41 * skin temperature thermal zone to avoid using bogus temperature values.
/freebsd/sys/kern/
H A Dkern_mbuf.c824 mb_reclaim(uma_zone_t zone __unused, int pending __unused) in mb_reclaim()
1330 uma_zone_t zone; in m_cljget() local
1339 zone = m_getzone(size); in m_cljget()
1340 retval = uma_zalloc_arg(zone, m, how); in m_cljget()
1389 uma_zone_t zone; in m_get3() local
1405 zone = zone_jumbo9; in m_get3()
1407 zone = zone_jumbo16; in m_get3()
1409 n = uma_zalloc_arg(zone, m, how); in m_get3()
1427 uma_zone_t zone; in m_getjcl() local
1439 zone = m_getzone(size); in m_getjcl()
[all …]
/freebsd/contrib/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,
/freebsd/sys/dev/iicbus/sensor/
H A Dds1631.c313 if (OF_getprop(child, "hwsensor-zone", &sc->sc_sensor.zone, in ds1631_start()
315 sc->sc_sensor.zone = 0; in ds1631_start()
341 if (sc->sc_sensor.zone == 0) { in ds1631_start()
/freebsd/crypto/openssh/
H A DREADME.dns27 to your DNS zone file and sign your zone.
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-omap.txt5 …ermal" node which maps to the appropriate thermal zone. This is used to get the temperature of the…
/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.c151 if (sensor->sensor->zone == fan->fan->zone) { in pmac_therm_manage_fans()
/freebsd/usr.sbin/pkg/
H A Ddns_utils.h44 dns_getsrvinfo(const char *zone);
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c239 uma_zfree_arg(priv->zone, fle, priv); in expire_flow()
254 uma_zfree_arg(priv->zone, fle, priv); in expire_flow()
273 uma_zfree_arg(priv->zone, fle, priv); in expire_flow()
296 i->nfinfo_used = uma_zone_get_cur(priv->zone); in ng_netflow_copyinfo()
329 fle = uma_zalloc_arg(priv->zone, priv, M_NOWAIT); in hash_insert()
483 priv->zone = uma_zcreate("NetFlow IPv4 cache", in ng_netflow_cache_init()
486 uma_zone_set_max(priv->zone, CACHESIZE); in ng_netflow_cache_init()
601 uma_zdestroy(priv->zone); in ng_netflow_cache_flush()
1101 used = uma_zone_get_cur(priv->zone); in ng_netflow_expire()
/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff20 verbose(VERB_ALGO, "worker request: refused zone transfer.");
43 stub-zone{COLON} { YDVAR(0, VAR_STUB_ZONE) }
/freebsd/stand/efi/
H A DMakefile.inc9 CFLAGS+= -mno-red-zone
/freebsd/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.dsc3 Description: ZONEMD check for root zone
/freebsd/contrib/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
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr45 _PATH_ZONETAB="/usr/share/zoneinfo/zone.tab"
67 # Read the zone descriptions database in _PATH_ZONETAB:
68 # /usr/share/zoneinfo/zone.tab on all OSes
79 # Latitude and logitude of the zone's principal location in ISO
106 # code has only a single zone associated with it (and therefore
346 # Installs a zone file to _PATH_LOCALTIME.
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dcharger-manager.yaml79 cm-thermal-zone:
80 description: name of external thermometer's thermal zone
190 cm-thermal-zone = "thermal_zone.1";
/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.h33 uint32_t alignment, enum qemu_loader_zone zone);
/freebsd/sys/sys/
H A Dbusdma_bufalloc.h114 void * busdma_bufalloc_alloc_uncacheable(uma_zone_t zone, vm_size_t size,

12345678910>>...17