Searched refs:add_atevent (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cron/ |
H A D | cron.c | 301 static void add_atevent(struct usr *, char *, time_t, int); 883 add_atevent(u, name, tim, jobtype); in init_atevent() 887 add_atevent(u, name, tim, jobtype); in init_atevent() 1056 add_atevent(u, name, tim, jobtype); in mod_atjob() 1067 add_atevent(struct usr *u, char *job, time_t tim, int jobtype) in add_atevent() function 1112 add_atevent(u, name, tim, jobtype); in update_atevent() 3075 add_atevent(next_event->u, next_event->cmd, nt, next_event->etype); in resched()
|