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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c218 struct event *atevents; /* list of this usr's at events */ member in struct:usr
522 e = u->atevents;
529 u->atevents = NULL;
651 e = (next_event->u)->atevents;
655 (e->u)->atevents = e->link;
1076 e->link = u->atevents;
1077 u->atevents = e;
1098 e = u->atevents;
2053 if (!u->ctexists && u->atevents == NULL &&
2085 e = u->atevents;
[all...]

Completed in 69 milliseconds