Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c587 case CRONEVENT: in main()
766 if (!valid_entry(dp->d_name, CRONEVENT)) in read_dirs()
839 if (type == CRONEVENT) { in create_ulist()
859 u = create_ulist(name, CRONEVENT); in init_cronevent()
863 u = create_ulist(name, CRONEVENT); in init_cronevent()
946 u = create_ulist(name, CRONEVENT); in mod_ctab()
1229 e->etype = CRONEVENT; in readcron()
2104 (next_event->etype == CRONEVENT) && in rm_ctevents()
2193 if (e->etype == CRONEVENT) { in ex()
2248 if (next_event->etype == CRONEVENT) { in ex()
[all …]
H A Dcron.h51 #define CRONEVENT 2 macro