Home
last modified time | relevance | path

Searched refs:ctevents (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c216 struct event *ctevents; /* list of this usr's crontab events */ member
973 u->ctevents = NULL; in mod_ctab()
1287 e->link = u->ctevents; in readcron()
1288 u->ctevents = e; in readcron()
2108 e2 = u->ctevents; in rm_ctevents()
2125 u->ctevents = NULL; in rm_ctevents()
3413 if (u->ctexists && u->ctevents != NULL) { in process_anc_files()
3414 e = u->ctevents; in process_anc_files()