Searched refs:matching_proc_infos (Results 1 – 1 of 1) sorted by relevance
405 std::vector<struct kinfo_proc> matching_proc_infos; in DNBProcessGetPIDByName() local407 GetAllInfosMatchingName(name, matching_proc_infos); in DNBProcessGetPIDByName()409 return matching_proc_infos[0].kp_proc.p_pid; in DNBProcessGetPIDByName()420 std::vector<struct kinfo_proc> matching_proc_infos; in DNBProcessAttachByName() local422 GetAllInfosMatchingName(name, matching_proc_infos); in DNBProcessAttachByName()432 DNBLogError("%6u - %s\n", matching_proc_infos[i].kp_proc.p_pid, in DNBProcessAttachByName()433 matching_proc_infos[i].kp_proc.p_comm); in DNBProcessAttachByName()614 matching_proc_infos.clear(); in GetAllInfosMatchingName()673 matching_proc_infos.push_back(proc_infos[i]); in GetAllInfosMatchingName()679 matching_proc_infos.push_back(proc_infos[i]); in GetAllInfosMatchingName()[all …]