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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_sched.h37 int isdummy; member in struct:el_notice
/illumos-gate/usr/src/cmd/cron/
H A Delm.c81 * isdummy = tells whether this notice points to a real event or
92 short int isdummy; member in struct:notice
155 n->isdummy = TRUE;
175 n->isdummy = TRUE;
197 n->isdummy = TRUE;
256 n->isdummy = FALSE;
327 while ((n != NULL) && ((n->isdummy) || (n->id != id)))
353 if ((!(kl->notice)->isdummy) &&
361 } else if ((!(k->notice)->isdummy) &&
384 while ((n != NULL) && (n->isdummy))
[all...]

Completed in 58 milliseconds