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

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c253 static struct event *next_event; /* the next event to execute */ variable in typeref:struct:event
543 if (next_event == NULL && !el_empty()) {
544 next_event = (struct event *)el_first();
546 if (next_event == NULL) {
549 ne_time = next_event->time - t;
551 cftime(timebuf, "%C", &next_event->time);
553 next_event->time, timebuf);
574 last_time = next_event->time; /* save execution time */
580 if (ex(next_event) || reset_needed) {
585 switch (next_event
[all...]

Completed in 43 milliseconds