/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | user_ns_exec.c | 151 goto reap; in main() 159 goto reap; in main() 167 goto reap; in main() 171 reap: in main()
|
/freebsd/sys/kern/ |
H A D | kern_procctl.c | 171 struct proc *reap, *p2, *first_p; in reap_status() local 177 reap = p->p_reaper; in reap_status() 179 reap = p; in reap_status() 182 if (reap == initproc) in reap_status() 184 rs->rs_reaper = reap->p_pid; in reap_status() 187 if (!LIST_EMPTY(&reap->p_reaplist)) { in reap_status() 188 first_p = LIST_FIRST(&reap->p_children); in reap_status() 190 first_p = LIST_FIRST(&reap->p_reaplist); in reap_status() 192 LIST_FOREACH(p2, &reap->p_reaplist, p_reapsibling) { in reap_status() 193 if (proc_realparent(p2) == reap) in reap_status() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | sigfastblock2.sh | 98 // Spawn and reap children in a loop.
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor.cpp | 694 reap(const pid_t original_pid) in reap() function 918 executor::executor_handle::reap(const int pid) in reap() function in executor::executor_handle 920 return _pimpl->reap(pid); in reap()
|
H A D | executor.hpp | 218 exit_handle reap(const pid_t);
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.h | 126 void reap(int);
|
H A D | rpcbind.c | 218 (void) signal(SIGCHLD, reap); in main() 882 reap(int dummy __unused) in reap() function
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/usdt/ |
H A D | Makefile | 47 tst.reap.ksh \
|
/freebsd/sbin/init/ |
H A D | NOTES | 91 check wait status of children we reap 110 7: death: send SIGHUP to all controlling processes, reap for 30 seconds,
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
H A D | exception.lst | 64 common/usdt/tst.reap.ksh
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 3724 struct ip_fw *reap; in vnet_ipfw_uninit() local 3746 reap = NULL; in vnet_ipfw_uninit() 3749 ipfw_reap_add(chain, &reap, chain->map[i]); in vnet_ipfw_uninit() 3756 if (reap != NULL) in vnet_ipfw_uninit() 3757 ipfw_reap_rules(reap); in vnet_ipfw_uninit()
|
H A D | ip_fw_sockopt.c | 781 struct ip_fw *reap, *rule, **map; in delete_range() local 785 reap = NULL; in delete_range() 853 ipfw_reap_add(chain, &reap, rule); in delete_range() 857 ipfw_reap_rules(reap); in delete_range()
|
/freebsd/contrib/kyua/engine/ |
H A D | scheduler.cpp | 964 test_data->exit_handle = generic.reap(test_data->pid); in tests_needing_cleanup() 995 test_data->exit_handle = generic.reap(test_data->pid); in tests_needing_execenv_cleanup()
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 260 "Monitor did not reap properly.",
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 309 ReapMonitorError "Monitor did not reap properly."
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 1757 upstream: reap preauth net child if it hangs up during privsep message 1777 upstream: reap the pre-auth [net] child if it hangs up during privsep 1821 upstream: reap the [net] child if it hangs up while writing privsep
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 67 child_cleanup: reap as many child processes as possible.
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 1209 - Fix windows compile for libunbound subprocess reap comm point closes. 1263 - Fix #775: libunbound: subprocess reap causes parent process reap
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 3291 And when ye reap the harvest of your land, thou shalt not wholly reap the corners of thy field, nei… 3413 …unto them, When ye be come into the land which I give unto you, and shall reap the harvest thereof… 3425 And when ye reap the harvest of your land, thou shalt not make clean riddance of the corners of thy… 3475 That which groweth of its own accord of thy harvest thou shalt not reap, neither gather the grapes … 3481 A jubile shall that fiftieth year be unto you: ye shall not sow, neither reap that which groweth of… 7159 Let thine eyes be on the field that they do reap, and go thou after them: have I not charged the yo… 7382 …s, and captains over fifties; and will set them to ear his ground, and to reap his harvest, and to… 10091 … year that which springeth of the same; and in the third year sow ye, and reap, and plant vineyard… 12939 Even as I have seen, they that plow iniquity, and sow wickedness, reap the same. 13443 They reap every one his corn in the field: and they gather the vintage of the wicked. [all …]
|
/freebsd/share/dict/ |
H A D | web2 | 163976 reap
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 25829 - reap/harvest async resolver results from mainloop [all...] |