Searched refs:min_time (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/zic/ |
H A D | zic.c | 147 static zic_t min_time; variable 684 min_time = -1; in setboundaries() 686 min_time *= 2; in setboundaries() 687 max_time = -(min_time + 1); in setboundaries() 689 min_time = 0; in setboundaries() 691 min_time = 0; in setboundaries() 700 t = (time_t)min_time; in setboundaries() 1114 z.z_untiltime > min_time && 1116 zones[nzones - 1].z_untiltime > min_time && 1193 if (dayoff < min_time / SECSPERDAY) { [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kstat.h | 701 hrtime_t min_time; /* shortest event duration */ member
|
/titanic_41/usr/src/uts/common/os/ |
H A D | kstat_fr.c | 1443 if (etime < ktp->min_time || num_events == 0) in kstat_timer_stop() 1444 ktp->min_time = etime; in kstat_timer_stop()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_fflp.c | 1175 npi_fflp_cfg_fcram_refresh_time(npi_handle_t handle, uint32_t min_time, in npi_fflp_cfg_fcram_refresh_time() argument 1187 min = min_time * sys_time; in npi_fflp_cfg_fcram_refresh_time()
|
/titanic_41/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1459 SAVE_HRTIME(ksi, ktimer, min_time); in save_timer()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 1155 SAVE_HRTIME(self, ktimerp, min_time); in save_timer()
|