Searched refs:swork (Results 1 – 1 of 1) sorted by relevance
1861 struct sigwork_entry *swork; in do_rotate() local2023 swork = NULL; in do_rotate()2025 swork = save_sigwork(ent); in do_rotate()2034 save_zipwork(ent, swork, ent->fsize, file1); in do_rotate()2042 do_sigwork(struct sigwork_entry *swork) in do_sigwork() argument2048 if (swork->sw_runcmd == 0 && (!(swork->sw_pidok) || swork->sw_pid == 0)) in do_sigwork()2063 swork->sw_pidok = -1; in do_sigwork()2073 nextsig = SLIST_NEXT(swork, sw_nextp); in do_sigwork()2075 if (swork->sw_pid == nextsig->sw_pid) in do_sigwork()2082 if (swork->sw_runcmd) in do_sigwork()[all …]