Searched refs:ats (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | dist.c | 200 char ats[NCHARS + 1], spaces[NCHARS + 1]; in dist_print_bucket() local 213 (void) memset(ats, '@', nats); in dist_print_bucket() 214 ats[nats] = 0; in dist_print_bucket() 222 mdb_printf("%*s |%s%s %lld\n", width, range, ats, spaces, count); in dist_print_bucket()
|
| /illumos-gate/usr/src/test/tz-tests/tests/ |
| H A D | tz_dump.ksh | 110 $lc_print ats types ttis lsis last_ats_idx start_rule end_rule 125 $lc_print ats types ttis lsis last_ats_idx start_rule end_rule
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | localtime.c | 290 time_t ats[TZ_MAX_TIMES]; /* Trans. times */ member 1117 if (t < lclzonep->ats[0] || t >= lclzonep->ats[hi]) { in get_zone_context() 1129 } else if (t < lclzonep->ats[0]) { /* zoneinfo... */ in get_zone_context() 1140 t >= lclzonep->ats[lidx] && in get_zone_context() 1141 t < lclzonep->ats[lidx + 1]) { in get_zone_context() 1150 if (t == lclzonep->ats[tidx]) in get_zone_context() 1152 else if (t < lclzonep->ats[tidx]) in get_zone_context() 1638 sp->ats[i] = CVTZCODE(cp); in load_zoneinfo() 1813 (void) asctime_r(gmtime_r(&sp->ats[i], &tmp), in print_state() 2113 sp->ats[i] += dstoff - zone_dstoff; in adjust_posix_default() [all …]
|
| /illumos-gate/usr/src/cmd/zic/ |
| H A D | zic.c | 2354 zic_t const *ats, unsigned char const *types) in limitrange() argument 2357 while (0 < r.count && ats[r.base] < lo) { in limitrange() 2382 while (0 < r.count && hi + 1 < ats[r.base + r.count - 1]) in limitrange() 2407 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt, in writezone() local 2408 sizeof *ats + 1), in writezone() 2410 void *typesptr = ats + timecnt; in writezone() 2464 ats[i] = attypes[i].at; in writezone() 2474 if (ats[i] > trans[j] - corr[j]) { in writezone() 2475 ats[i] = tadd(ats[i], corr[j]); in writezone() 2486 ats, types); in writezone() [all …]
|
| /illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
| H A D | ivrs_drv.c | 179 uint32_t end_id, uint8_t cfg, bool ats) in ivhd_dev_add_entry() argument 199 dev_cfg->enable_ats = ats; in ivhd_dev_add_entry()
|
| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_consume.c | 631 const char *ats = "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"; in dt_print_quantline() local 634 assert(strlen(ats) == len && strlen(spaces) == len); in dt_print_quantline() 653 return (dt_printf(dtp, fp, "|%s%s %-9lld\n", ats + len - depth, in dt_print_quantline() 662 ats + len - depth, (long long)val / normal)); in dt_print_quantline() 673 ats = &ats[len]; in dt_print_quantline() 681 ats + len - depth, len, "", (long long)val / normal)); in dt_print_quantline() 684 ats + len - depth, spaces + depth, in dt_print_quantline()
|
| /illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 406 String ats = ATS.substring(len); in printDistributionLine() local 414 ats.substring(len - depth), repeat(" ", len), val); in printDistributionLine() 417 out.printf("%20s|%s%s %-9d\n", "", ats.substring(len - depth), in printDistributionLine()
|
| /illumos-gate/usr/src/cmd/spell/ |
| H A D | stop | 60 ats
|