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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DFacility.java176 public static final Facility CRON = new Facility(LOG_CRON, "CRON"); field in class:Facility
/illumos-gate/usr/src/cmd/cron/
H A Dcron.h51 #define CRON 'c' macro
H A Dcrontab.c234 cron_sendmsg(DELETE, login, login, CRON);
399 cron_sendmsg(ADD, login, login, CRON);
H A Dcron.c764 cwd = CRON;
911 if (cwd != CRON) {
1141 if (cwd != CRON) {
2851 case CRON:
2988 msg("******* CRON ABORTED ********");
3396 (cwd == CRON) ? NULL:CRONDIR,
3408 (cwd == CRON) ? NULL:CRONDIR);
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c45 #define CRON (1<<2) macro
518 if (!(state & CRON))
557 state |= CRON;

Completed in 60 milliseconds