Searched defs:max_time (Results 1 - 5 of 5) sorted by relevance

/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/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/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/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/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...]

Completed in 80 milliseconds