Searched refs:swork (Results 1 – 1 of 1) sorted by relevance
1888 struct sigwork_entry *swork; in do_rotate() local2050 swork = NULL; in do_rotate()2052 swork = save_sigwork(ent); in do_rotate()2061 save_zipwork(ent, swork, ent->fsize, file1); in do_rotate()2069 do_sigwork(struct sigwork_entry *swork) in do_sigwork() argument2075 if (swork->sw_runcmd == 0 && (!(swork->sw_pidok) || swork->sw_pid == 0)) in do_sigwork()2090 swork->sw_pidok = -1; in do_sigwork()2100 nextsig = SLIST_NEXT(swork, sw_nextp); in do_sigwork()2102 if (swork->sw_pid == nextsig->sw_pid) in do_sigwork()2109 if (swork->sw_runcmd) in do_sigwork()[all …]