Home
last modified time | relevance | path

Searched refs:timerange (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c923 timerange_option(char *timerange) in timerange_option() argument
926 char *lo_end = timerange, *hi_end; in timerange_option()
927 if (*timerange == '@') { in timerange_option()
929 lo = strtoimax(timerange + 1, &lo_end, 10); in timerange_option()
930 if (lo_end == timerange + 1 || (lo == INTMAX_MAX && errno == ERANGE)) in timerange_option()
2345 struct timerange { struct
2352 static struct timerange argument
2353 limitrange(struct timerange r, zic_t lo, zic_t hi, in limitrange()
2412 struct timerange rangeall = {0}, range32, range64; in writezone()
2493 struct timerange const *r = pass == 1 ? &range32 : &range64; in writezone()
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1295 readperf(timerange) in readperf() argument
1296 long timerange; in readperf()
1325 inputsecs = convert(timerange);
/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl329 my $timerange = ($maxsnap - $minsnap) / $sleeptime;
330 return (0) if ($timerange > $timerange_toohi); # i.e. failure