Home
last modified time | relevance | path

Searched refs:reap (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_procctl.c169 struct proc *reap, *p2, *first_p; in reap_status() local
174 reap = p->p_reaper; in reap_status()
176 reap = p; in reap_status()
179 if (reap == initproc) in reap_status()
181 rs->rs_reaper = reap->p_pid; in reap_status()
190 if (proc_realparent(p2) == reap) in reap_status()
203 struct proc *reap, *p2; in reap_getpids() local
228 if (proc_realparent(p2) == reap) in reap_getpids()
281 struct proc *reap, *p2; in reap_kill() local
317 reap_kill_sched(&tracker, reap); in reap_kill()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/user_ns_exec/
H A Duser_ns_exec.c152 goto reap; in main()
160 goto reap; in main()
168 goto reap; in main()
172 reap: in main()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c3480 struct ip_fw *reap; in vnet_ipfw_uninit() local
3502 reap = NULL; in vnet_ipfw_uninit()
3505 ipfw_reap_add(chain, &reap, chain->map[i]); in vnet_ipfw_uninit()
3514 if (reap != NULL) in vnet_ipfw_uninit()
3515 ipfw_reap_rules(reap); in vnet_ipfw_uninit()
H A Dip_fw_sockopt.c1005 struct ip_fw *reap, *rule, **map; in delete_range() local
1009 reap = NULL; in delete_range()
1078 ipfw_reap_add(chain, &reap, rule); in delete_range()
1082 ipfw_reap_rules(reap); in delete_range()