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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c1875 struct sigwork_entry *swork; local
2037 swork = NULL;
2039 swork = save_sigwork(ent);
2048 save_zipwork(ent, swork, ent->fsize, file1);
2056 do_sigwork(struct sigwork_entry *swork) argument
2062 if (swork->sw_runcmd == 0 && (!(swork->sw_pidok) || swork->sw_pid == 0))
2072 * just sets swork->sw_pidok to a special value, and do_zipwork
2077 swork
2333 save_zipwork(const struct conf_entry *ent, const struct sigwork_entry *swork, int zsize, const char *zipfname) argument
2371 set_swpid(struct sigwork_entry *swork, const struct conf_entry *ent) argument
[all...]

Completed in 60 milliseconds