Searched refs:max_time (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c144 static zic_t max_time; variable
687 max_time = -(min_time + 1);
692 max_time = 2 - sflag;
694 max_time *= 2;
695 --max_time;
702 t = (time_t)max_time;
1115 z.z_untiltime < max_time &&
1117 zones[nzones - 1].z_untiltime < max_time &&
1197 if (dayoff > max_time / SECSPERDAY) {
1743 jtime == max_time)
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c978 time_t itime, stime, next_time, max_time; local
981 max_time = MAX(checkidle_time, shutdown_time);
982 if (max_time == 0) {
986 itime = (checkidle_time == 0) ? max_time : checkidle_time;
987 stime = (shutdown_time == 0) ? max_time : shutdown_time;
/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h702 hrtime_t max_time; /* longest event duration */ member in struct:kstat_timer
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c1445 if (etime > ktp->max_time)
1446 ktp->max_time = etime;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c364 uint32_t min_time, max_time, sys_time; local
372 max_time = FCRAM_REFRESH_DEFAULT_MAX_TIME;
392 max_time, sys_time);
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1161 * max_time maximum Refresh Time count
1176 uint32_t max_time, uint32_t sys_time)
1186 max = max_time * sys_time;
1175 npi_fflp_cfg_fcram_refresh_time(npi_handle_t handle, uint32_t min_time, uint32_t max_time, uint32_t sys_time) argument
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1461 SAVE_HRTIME(ksi, ktimer, max_time);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1156 SAVE_HRTIME(self, ktimerp, max_time);

Completed in 122 milliseconds