/src/etc/ |
named.conf | 41 zone "." { 46 zone "localhost" { 51 zone "127.IN-ADDR.ARPA" { 56 zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" { 63 # zone "Berkeley.EDU" { 72 # zone "32.128.IN-ADDR.ARPA" { 83 # zone "Berkeley.EDU" { 88 # zone "32.128.IN-ADDR.ARPA" {
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_memory.c | 89 struct ttm_mem_zone *zone = local in function:ttm_mem_zone_kobj_release 92 pr_info("Zone %7s: Used memory at exit: %llu KiB\n", 93 zone->name, (unsigned long long)zone->used_mem >> 10); 94 kfree(zone); 101 struct ttm_mem_zone *zone = local in function:ttm_mem_zone_show 105 spin_lock(&zone->glob->lock); 107 val = zone->zone_mem; 109 val = zone->emer_mem; 111 val = zone->max_mem 129 struct ttm_mem_zone *zone = local in function:ttm_mem_zone_store 250 struct ttm_mem_zone *zone; local in function:ttm_zones_above_swap_target 311 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL); local in function:ttm_mem_init_kernel_zone 347 struct ttm_mem_zone *zone; local in function:ttm_mem_init_highmem_zone 387 struct ttm_mem_zone *zone = kzalloc(sizeof(*zone), GFP_KERNEL); local in function:ttm_mem_init_dma32_zone 441 struct ttm_mem_zone *zone; local in function:ttm_mem_global_init 487 struct ttm_mem_zone *zone; local in function:ttm_mem_global_release 517 struct ttm_mem_zone *zone; local in function:ttm_check_swapping 540 struct ttm_mem_zone *zone; local in function:ttm_mem_global_free_zone 595 struct ttm_mem_zone *zone; local in function:ttm_mem_global_reserve 665 struct ttm_mem_zone *zone = NULL; local in function:ttm_mem_global_alloc_page 685 struct ttm_mem_zone *zone = NULL; local in function:ttm_mem_global_free_page [all...] |
/src/lib/libc/compat/gen/ |
compat_timezone.c | 64 static char czone[TZ_MAX_CHARS]; /* space for zone name */ 67 timezone(int zone, int dst) 83 return(_tztab(zone,dst)); /* default: table or created zone */ 86 static const struct zone { struct 111 * check static tables or create a new zone name; broken out so that 112 * we can make a guess as to what the zone is if the standard tables 117 _tztab(int zone, int dst) 119 const struct zone *zp; 123 if (zp->offset == zone) { [all...] |
/src/sys/netinet/ |
sctputil.h | 52 * Zone(pool) allocation routines: MUST be defined for each OS 53 * zone = zone/pool pointer 54 * name = string name of the zone/pool 55 * size = size of each zone/pool element 56 * number = number of elements in zone/pool 68 /* SCTP_ZONE_INIT: initialize the zone */ 72 #define SCTP_ZONE_INIT(zone, name, size, number) { \ 73 zone = uma_zcreate(name, size, NULL, NULL, NULL, NULL, UMA_ALIGN_PTR,\ 75 uma_zone_set_max(zone, number); [all...] |
/src/common/dist/zlib/test/ |
infcover.c | 75 struct mem_zone *zone = mem; local in function:mem_alloc 79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit)) 99 item->next = zone->first; 100 zone->first = item; 103 zone->total += item->size; 104 if (zone->total > zone->highwater 115 struct mem_zone *zone = mem; local in function:mem_free 160 struct mem_zone *zone; local in function:mem_setup 178 struct mem_zone *zone = strm->opaque; local in function:mem_limit 186 struct mem_zone *zone = strm->opaque; local in function:mem_used 194 struct mem_zone *zone = strm->opaque; local in function:mem_high 204 struct mem_zone *zone = strm->opaque; local in function:mem_done [all...] |
/src/sys/arch/i386/stand/efiboot/bootx64/ |
Makefile | 9 COPTS+= -mno-red-zone
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_malloc_mac.inc | 10 // This file contains Mac-specific malloc interceptors and a custom zone 41 // zone enumeration. 64 // Prevent the client app from overwriting the zone contents. 65 // Library functions that need to modify the zone will set PROT_WRITE on it. 69 // We're explicitly *NOT* registering the zone. 73 INTERCEPTOR(void, malloc_destroy_zone, malloc_zone_t *zone) { 76 // don't to unregister. Just un-mprotect and free() the zone. 80 mprotect(zone, allocated_size, PROT_READ | PROT_WRITE); 82 if (zone->zone_name) { 83 COMMON_MALLOC_FREE((void *)zone->zone_name) [all...] |
/src/sys/fs/filecorefs/ |
filecore_bmap.c | 138 u_long frag, sect, zone, izone, a, b, m, n; local in function:filecore_map 151 zone = frag / fcmp->idspz; 153 zone = fcmp->drec.nzones / 2; 154 izone = zone; 155 if (zone != 0) 156 zaddr=((8<<fcmp->drec.log2secsize)-fcmp->drec.zone_spare)*zone 164 error=bread(fcmp->fc_devvp, fcmp->map + zone, 168 fcmp->map+zone, 1 << fcmp->drec.log2secsize, bp, error); 174 ptr = (u_long *)(bp->b_data) + 1; /* skip map zone header */ 175 if (zone == 0 [all...] |
/src/sys/arch/powerpc/include/ibm4xx/ |
tlb.h | 74 #define TLB_ZSEL_MASK 0x000000f0 /* Zone SELect mask */ 88 #define TLB_LO(rpn,zone,flags) (((rpn)&TLB_RPN_MASK)|(((zone)<<TLB_ZSEL_SHFT)&TLB_ZSEL_MASK)|(flags))
|
/src/etc/namedb/ |
bind.keys | 4 # trust anchors it contains are those for the DNS root zone ("."), and for 5 # the ISC DNSSEC Lookaside Validation zone ("dlv.isc.org"). Trust anchors 26 # NOTE: The ISC DLV zone is being phased out as of February 2017; 27 # the key will remain in place but the zone will be otherwise empty. 45 # remain in the root zone for some time after its successor key 47 # the root zone. 56 # This key (20326) is to be published in the root zone in 2017.
|
/src/usr.sbin/fstyp/ |
hammer_disk.h | 70 * Per-Zone storage limit: 60 bits 1 MTB 86 #define HAMMER_OFF_ZONE_MASK 0xF000000000000000ULL /* zone portion */ 141 * encode a vol_no. Zone bits are not a part of filesystem capacity as 142 * the zone bits aren't directly or indirectly mapped to physical volumes. 148 * zone 0: available, a big-block that contains the offset is unused 149 * zone 1 (z,v,o): raw volume relative (offset 0 is the volume header) 150 * zone 2 (z,v,o): raw buffer relative (offset 0 is the first buffer) 151 * zone 3 (z,o): undo/redo fifo - fixed zone-2 offset array in volume header 152 * zone 4 (z,v,o): freemap - only real blockma 447 uint8_t zone; \/* typed allocation zone *\/ member in struct:hammer_blockmap_layer2 [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos4-cpu-thermal.dtsi | 3 * Device tree sources for Exynos4 thermal zone
|
intel-ixp42x-freecom-fsg-3.dts | 72 * the sensor and temperature zone and create a 73 * zone with fan control.
|
/src/sys/lib/libsa/ |
minixfs3.c | 220 * Given an offset in a file, find the disk block number (not zone!) 231 zone_t zone; local in function:block_map 235 int scale = fs->mfs_log_zone_size; /* for block-zone conversion */ 242 * hold zone numbers for zones 247 * holds zone numbers for zones 252 * holds zone numbers for INDEX blocks for zones 257 zone = file_block >> scale; 258 boff = (int) (file_block - (zone << scale) ); /* relative blk in zone */ 260 if (zone < NR_DZONES) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_malloc_mac.cc | 52 #define COMMON_MALLOC_FILL_STATS(zone, stats) \ 77 // When we are loaded via `dlopen()` path we still initialize the malloc zone 79 // find an initialized malloc zone.
|
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_malloc_mac.cc | 50 #define COMMON_MALLOC_FILL_STATS(zone, stats)
|
/src/sys/arch/amd64/stand/prekern/ |
Makefile | 28 CFLAGS+= -mno-red-zone -mno-mmx -mno-sse -mno-avx -ffreestanding
|
/src/sys/arch/macppc/dev/ |
smusat.c | 64 int zone; member in struct:smusat_sensor 167 if (OF_getprop(node, "zone", &sensor->zone, 168 sizeof(sensor->zone)) <= 0) 188 DPRINTF("sensor: location %s reg %x zone %d type %s\n", 189 sensor->location, sensor->reg, sensor->zone, type); 225 CTLTYPE_INT, "zone", "sensor zone", 226 NULL, 0, &sensor->zone, 0,
|
/src/usr.bin/mail/ |
format.c | 476 const char *zone; member in struct:convert_obs_zone::obs_zone_tbl_s 516 for (zp = obs_zone_tbl; zp->zone; zp++) { 517 if (strcmp(obs_zone, zp->zone) == 0) 544 * time = time-of-day FWS zone 549 * zone = (( "+" / "-" ) 4DIGIT) / obs-zone 615 * zone offset. 652 char zone[4]; local in function:hl_date_to_tm 656 zone[0] = '\0'; 674 * XXX - Is the zone name always 3 characters as in isdate() [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_malloc_mac.cc | 62 #define COMMON_MALLOC_FILL_STATS(zone, stats)
|
/src/tests/lib/libc/time/ |
t_strptime.c | 416 ATF_TC(zone); 418 ATF_TC_HEAD(zone, tc) 426 ATF_TC_BODY(zone, tc) 431 ATF_TC(Zone); 433 ATF_TC_HEAD(Zone, tc) 441 ATF_TC_BODY(Zone, tc) 510 * which time zone your machine is configured for. 600 ATF_TP_ADD_TC(tp, zone); 601 ATF_TP_ADD_TC(tp, Zone);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sc7180-trogdor-lazor.dtsi | 26 * not supported by the PM6150 ADC driver. Disable the charger thermal zone
|
/src/lib/libc/time/ |
tzselect.ksh | 2 # Ask the user about the time zone, and output the resulting TZ value to stdout. 186 say >&2 "$0: time zone files are not set up correctly" 252 # Awk script to process a time zone table and output the same table, 374 'so that time zone rules can be set correctly.' 620 # If all zone table entries have comments, and there are 732 say >&2 "$0: time zone files are not set up correctly"
|
zdump.c | 2 /* Dump time zone data in a textual format. */ 304 /* A UT time zone, and its initializer. */ 312 the "Zone GMT 0 - GMT" line in the "etcetera" file. If "GMT" 376 abbrok(const char *const abbrp, const char *const zone) 396 _("%s: warning: zone \"%s\" abbreviation \"%s\" %s\n"), 397 progname, zone, abbrp, wp); 401 /* Return a time zone abbreviation. If the abbreviation needs to be 835 show(timezone_t tz, char *zone, time_t t, bool v) 841 (void) printf("%-*s ", (int) longest, zone); 870 abbrok(abbr(tmp), zone); [all...] |
/src/lib/libutil/ |
parsedate.y | 138 | zone { param->yyHaveZone++; } 325 zone: label 623 { "eet", tZONE, -HOUR(2) }, /* Eastern Europe, USSR Zone 1 */ 624 { "bt", tZONE, -HOUR(3) }, /* Baghdad, USSR Zone 2 */ 626 { "zp4", tZONE, -HOUR(4) }, /* USSR Zone 3 */ 627 { "zp5", tZONE, -HOUR(5) }, /* USSR Zone 4 */ 629 { "zp6", tZONE, -HOUR(6) }, /* USSR Zone 5 */ 634 { "sst", tZONE, -HOUR(7) }, /* South Sumatra, USSR Zone 6 */ 644 { "cct", tZONE, -HOUR(8) }, /* China Coast, USSR Zone 7 */ 647 { "jst", tZONE, -HOUR(9) }, /* Japan Standard, USSR Zone 8 * [all...] |