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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c233 static struct runinfo struct
242 struct runinfo *next;
303 static void cleanup(struct runinfo *rn, int r);
307 static void logit(int, struct runinfo *, int);
325 static struct runinfo *rinfo_get(pid_t);
326 static void rinfo_free(struct runinfo *rp);
327 static void mail_result(struct usr *p, struct runinfo *pr, size_t filesize);
2050 * or cron jobs (since the runinfo structure also has a
2177 * free at_cmdfile and outfile plus jobname buffers of the runinfo structure.
2190 struct runinfo *r
[all...]

Completed in 67 milliseconds