Searched refs:min_time (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/cmd/zic/ |
| H A D | zic.c | 905 static zic_t const min_time = MINVAL(zic_t, TIME_T_BITS_IN_FILE); variable 925 intmax_t lo = min_time, hi = max_time; in timerange_option() 941 if (*hi_end || hi < lo || max_time < lo || hi < min_time) in timerange_option() 943 lo_time = max(lo, min_time); in timerange_option() 1995 z.z_untiltime > min_time && in inzsub() 1997 zones[nzones - 1].z_untiltime > min_time && in inzsub() 2080 if (dayoff < min_time / SECSPERDAY) { in getleapdatetime() 2551 thismin = min_time; in writezone() 3229 if (min_time < lo_time || hi_time < max_time) in outzone() 3238 bool usestart = i > 0 && (zp - 1)->z_untiltime > min_time; in outzone() [all …]
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | kstat.h | 701 hrtime_t min_time; /* shortest event duration */ member
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | kstat_fr.c | 1449 if (etime < ktp->min_time || num_events == 0) in kstat_timer_stop() 1450 ktp->min_time = etime; in kstat_timer_stop()
|
| /illumos-gate/usr/src/uts/common/io/nxge/ |
| H A D | nxge_fflp.c | 364 uint32_t min_time, max_time, sys_time; in nxge_fflp_fcram_init() local 371 min_time = FCRAM_REFRESH_DEFAULT_MIN_TIME; in nxge_fflp_fcram_init() 391 rs = npi_fflp_cfg_fcram_refresh_time(handle, min_time, in nxge_fflp_fcram_init()
|
| /illumos-gate/usr/src/uts/common/io/nxge/npi/ |
| H A D | npi_fflp.c | 1173 npi_fflp_cfg_fcram_refresh_time(npi_handle_t handle, uint32_t min_time, in npi_fflp_cfg_fcram_refresh_time() argument 1185 min = min_time * sys_time; in npi_fflp_cfg_fcram_refresh_time()
|
| /illumos-gate/usr/src/cmd/stat/kstat/ |
| H A D | kstat.c | 1481 SAVE_HRTIME(ksi, ktimer, min_time); in save_timer()
|
| /illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
| H A D | Kstat.xs | 987 SAVE_HRTIME(self, ktimerp, min_time); in save_timer()
|