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

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c215 struct event *atevents; /* list of this usr's at events */ member in struct:usr
519 e = u->atevents;
526 u->atevents = NULL;
648 e = (next_event->u)->atevents;
652 (e->u)->atevents = e->link;
1073 e->link = u->atevents;
1074 u->atevents = e;
1095 e = u->atevents;
2050 if (!u->ctexists && u->atevents == NULL &&
2082 e = u->atevents;
[all...]

Completed in 165 milliseconds