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

/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c191 struct sigwork_entry { struct
192 SLIST_ENTRY(sigwork_entry) sw_nextp;
204 const struct sigwork_entry *zw_swork; /* to know success of signal */
224 static SLIST_HEAD(swlisthead, sigwork_entry) swhead =
289 static void do_sigwork(struct sigwork_entry *);
291 static struct sigwork_entry *
295 sigwork_entry *, int, const char *);
296 static void set_swpid(struct sigwork_entry *, const struct conf_entry *);
328 struct sigwork_entry *stmp;
357 * sigwork_entry'
[all...]

Completed in 92 milliseconds