Searched refs:match_process (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | kern_exit.c | 831 match_process(const struct proc *pp, struct proc **q, idtype_t idtype, id_t id, in match_process() function 966 if (match_process(parent, &pp, P_ALL, id, options, in debugged_child_exists() 987 match_process(parent, &pp, idtype, id, options, NULL, si)) in debugged_child_exists() 994 match_process(parent, &pp, idtype, id, options, NULL, si)) in debugged_child_exists() 1042 int rv = match_process(parent, &child, idtype, id, in find_stopped_child()
|