Searched refs:responsible_proc (Results 1 – 3 of 3) sorted by relevance
1120 proc_t responsible_proc = PROC_NULL; in flow_divert_add_all_proc_info() local1151 responsible_proc = proc_find(so->so_rpid); in flow_divert_add_all_proc_info()1159 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()1160 src_proc = responsible_proc; in flow_divert_add_all_proc_info()1183 if (responsible_proc != PROC_NULL) { in flow_divert_add_all_proc_info()1184 proc_rele(responsible_proc); in flow_divert_add_all_proc_info()
7750 proc = responsible_proc; in necp_application_fillout_info_locked()7765 } else if (responsible_proc != NULL && necp_is_platform_binary(responsible_proc)) { in necp_application_fillout_info_locked()7964 proc_t responsible_proc = PROC_NULL; in necp_application_find_policy_match_internal() local8300 responsible_proc = proc_find(effective_proc->p_responsible_pid); in necp_application_find_policy_match_internal()8329 info.used_responsible_pid ? responsible_proc : effective_proc, in necp_application_find_policy_match_internal()8961 if (responsible_proc != PROC_NULL) { in necp_application_find_policy_match_internal()8962 proc_rele(responsible_proc); in necp_application_find_policy_match_internal()9782 proc_t responsible_proc = proc_find(so->so_rpid); in necp_socket_fillout_info_locked() local9783 if (responsible_proc != NULL) { in necp_socket_fillout_info_locked()9784 if (necp_is_platform_binary(responsible_proc)) { in necp_socket_fillout_info_locked()[all …]
4767 proc_t responsible_proc = proc_find(responsible_pid); in proc_set_responsible_pid() local4768 if (responsible_proc != PROC_NULL) { in proc_set_responsible_pid()4769 …proc_getexecutableuuid(responsible_proc, target_proc->p_responsible_uuid, sizeof(target_proc->p_re… in proc_set_responsible_pid()4770 proc_rele(responsible_proc); in proc_set_responsible_pid()