Searched refs:zone (Results 76 - 100 of 215) sorted by relevance

123456789

/freebsd-current/contrib/unbound/dynlibmod/
H A Ddynlibmod.h78 socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region,
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/
H A Duser_namespace_002.ksh84 # 1b. Pre-test by checking that 'zone' does something new.
87 log_must zfs zone $proc_ns $TESTPOOL/userns
/freebsd-current/stand/efi/libefi/
H A DMakefile49 CFLAGS+= -fPIC -mno-red-zone
/freebsd-current/sys/dev/mlx5/mlx5_en/
H A Den_hw_tls_rx.h135 uma_zone_t zone; member in struct:mlx5e_tls_rx
/freebsd-current/sys/vm/
H A Dmemguard.c488 memguard_cmp_zone(uma_zone_t zone) argument
492 zone->uz_flags & UMA_ZONE_NOFREE)
495 if (memguard_cmp(zone->uz_size))
499 * The safest way of comparison is to always compare zone name,
502 return (strcmp(zone->uz_name, vm_memguard_desc) == 0);
H A Dvm_pager.c199 /* Main zone for paging bufs. */
204 /* Few systems may still use this zone directly, so it needs a limit. */
211 uma_zone_t zone; local
213 zone = uma_zsecond_create(name, pbuf_ctor, pbuf_dtor, NULL, NULL,
231 nswbuf_max += uma_zone_set_max(zone, max);
233 uma_prealloc(pbuf_zone, uma_zone_set_max(zone, max));
235 return (zone);
/freebsd-current/contrib/unbound/edns-subnet/
H A Dsubnetmod.h142 socklen_t addrlen, uint8_t* zone, size_t zonelen,
/freebsd-current/sys/powerpc/powerpc/
H A Duma_machdep.c46 uma_small_alloc(uma_zone_t zone, vm_size_t bytes, int domain, u_int8_t *flags, argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_malloc_mac.cpp77 #define COMMON_MALLOC_FILL_STATS(zone, stats)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp54 # define COMMON_MALLOC_FILL_STATS(zone, stats) \
82 // When we are loaded via `dlopen()` path we still initialize the malloc zone
84 // find an initialized malloc zone.
/freebsd-current/cddl/lib/libspl/
H A DMakefile17 os/freebsd/zone.c \
/freebsd-current/sys/dev/iicbus/sensor/
H A Dds1775.c188 if (OF_getprop(child, "hwsensor-zone", &sc->sc_sensor.zone,
190 sc->sc_sensor.zone = 0;
207 if (sc->sc_sensor.zone == 0) {
H A Dds1631.c313 if (OF_getprop(child, "hwsensor-zone", &sc->sc_sensor.zone,
315 sc->sc_sensor.zone = 0;
341 if (sc->sc_sensor.zone == 0) {
/freebsd-current/share/man/man9/
H A DMakefile465 zone.9
2441 MLINKS+=zone.9 uma.9 \
2442 zone.9 uma_prealloc.9 \
2443 zone.9 uma_reclaim.9 \
2444 zone.9 uma_zalloc.9 \
2445 zone.9 uma_zalloc_arg.9 \
2446 zone.9 uma_zalloc_domain.9 \
2447 zone.9 uma_zalloc_pcpu.9 \
2448 zone.9 uma_zalloc_pcpu_arg.9 \
2449 zone
[all...]
/freebsd-current/contrib/unbound/util/
H A Dfptr_wlist.h215 socklen_t addrlen, uint8_t* zone, size_t zonelen, int tcp_upstream,
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h69 #define VFS_SMR_ZONE_SET(zone)
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c34 #include <sys/zone.h>
/freebsd-current/sys/netinet/
H A Dtcp_syncache.h123 uma_zone_t zone; member in struct:tcp_syncache
/freebsd-current/sys/kern/
H A Dsubr_busdma_bufalloc.c88 * Each uma zone is created with an alignment of size-1, meaning that
143 panic("Didn't find a buffer zone of the right size");
147 busdma_bufalloc_alloc_uncacheable(uma_zone_t zone, vm_size_t size, int domain, argument
H A Dkern_mbuf.c373 /* Make jumbo frame zone too. Page size, 9k and 16k. */
406 * items from this pool. At panic-time, the regular UMA zone pointers are
548 /* Save the old zone pointers to restore when debugnet is closed. */
564 printf("debugnet: overwriting mbuf zone pointers\n");
582 printf("debugnet: restoring mbuf zone pointers\n");
633 * Constructor for Mbuf primary zone.
668 * The Mbuf primary zone destructor.
686 * The Mbuf Packet zone destructor.
711 * packet zone. We are exposed to a race here (in the check for
713 * is deliberate. We don't want to acquire the zone loc
1330 uma_zone_t zone; local
1389 uma_zone_t zone; local
1427 uma_zone_t zone; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A DMakefile.am12 %D%/zone.h
64 %D%/sys/zone.h
/freebsd-current/contrib/ldns/
H A Dupdate.c20 * zone/ZO -- QD/question
90 ldns_update_soa_mname(ldns_rdf *zone, ldns_resolver *r, argument
96 /* Nondestructive, so clone 'zone' here */
97 query = ldns_pkt_query_new(ldns_rdf_clone(zone), LDNS_RR_TYPE_SOA,
128 /* Try to get zone and MNAME from SOA queries. */
/freebsd-current/contrib/unbound/smallapp/
H A Dworker_cb.c102 socklen_t ATTR_UNUSED(addrlen), uint8_t* ATTR_UNUSED(zone),
136 socklen_t ATTR_UNUSED(addrlen), uint8_t* ATTR_UNUSED(zone),
/freebsd-current/usr.sbin/pkg/
H A Ddns_utils.c116 dns_getsrvinfo(const char *zone) argument
125 if ((len = res_query(zone, C_IN, T_SRV, q.buf, sizeof(q.buf))) == -1 ||
/freebsd-current/contrib/tzcode/
H A Dzdump.c1 /* Dump time zone data in a textual format. */
318 /* A UT time zone, and its initializer. */
393 abbrok(const char *const abbrp, const char *const zone) argument
413 _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"),
414 progname, zone, abbrp, wp);
418 /* Return a time zone abbreviation. If the abbreviation needs to be
848 show(timezone_t tz, char *zone, time_t t, bool v) argument
854 printf("%-*s ", (int)longest, zone);
883 abbrok(abbr(tmp), zone); local
893 showextrema(timezone_t tz, char *zone, time_ argument
[all...]

Completed in 352 milliseconds

123456789