Symbol: next_time
usr/src/cmd/cron/cron.c
1290
e->time = next_time(e, reftime);
usr/src/cmd/cron/cron.c
2250
next_event->time = next_time(next_event, dhltime);
usr/src/cmd/cron/cron.c
3025
next_event->time = next_time(next_event, (time_t)0);
usr/src/cmd/cron/cron.c
326
static time_t next_time(struct event *, time_t);
usr/src/cmd/cron/cron.c
619
next_time(next_event, newtime);
usr/src/cmd/cron/cron.c
623
next_time(next_event, (time_t)0);
usr/src/cmd/power/powerd.c
614
int next_time;
usr/src/cmd/power/powerd.c
664
next_time = info->pd_idle_time * 60 -
usr/src/cmd/power/powerd.c
668
fprintf(stderr, " check_shutdown: next_time=%d\n", next_time);
usr/src/cmd/power/powerd.c
680
next_time = info->pd_idle_time * 60 -
usr/src/cmd/power/powerd.c
688
if (next_time <= 0 && do_idlecheck) {
usr/src/cmd/power/powerd.c
691
next_time = info->pd_idle_time * 60 -
usr/src/cmd/power/powerd.c
704
next_time = info->pd_idle_time * 60 -
usr/src/cmd/power/powerd.c
710
if (next_time <= 0) {
usr/src/cmd/power/powerd.c
764
shutdown_time = *now + next_time;
usr/src/cmd/power/powerd.c
978
time_t itime, stime, next_time, max_time;
usr/src/cmd/power/powerd.c
988
next_time = MIN(itime, stime);
usr/src/cmd/power/powerd.c
989
next_alarm = (next_time <= now) ? 1 : (next_time - now);
usr/src/lib/libcommputil/common/sdp_parse_helper.c
191
sdp_time_t *next_time;
usr/src/lib/libcommputil/common/sdp_parse_helper.c
194
next_time = time->t_next;
usr/src/lib/libcommputil/common/sdp_parse_helper.c
197
time = next_time;
usr/src/uts/common/fs/zfs/mmp.c
568
hrtime_t next_time = gethrtime() +
usr/src/uts/common/fs/zfs/mmp.c
606
next_time = gethrtime() + mmp_interval / leaves;
usr/src/uts/common/fs/zfs/mmp.c
617
next_time);
usr/src/uts/common/fs/zfs/mmp.c
675
next_time = gethrtime() + MSEC2NSEC(MMP_MIN_INTERVAL) /
usr/src/uts/common/fs/zfs/mmp.c
682
&mmp->mmp_thread_lock, next_time);