Searched refs:is_entitled (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 333 unsigned is_entitled : 1; member 6603 info->is_entitled = necp_task_has_match_entitlement(lead_task); in necp_get_parent_is_entitled() 6737 info->is_entitled = necp_task_has_match_entitlement(task); in necp_application_fillout_info_locked() 6738 if (!info->is_entitled) { in necp_application_fillout_info_locked() 7900 …y *kernel_policy, necp_app_id app_id, necp_app_id real_app_id, uint8_t is_entitled, u_int32_t acco… in necp_socket_check_policy() argument 7999 …A_TRACE_LOG_CONDITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_ENTITLEMENT", 0, is_entitled); in necp_socket_check_policy() 8000 if (!is_entitled) { in necp_socket_check_policy() 8543 info->is_entitled = necp_task_has_match_entitlement(task); in necp_socket_fillout_info_locked() 8544 if (!info->is_entitled) { in necp_socket_fillout_info_locked() 8779 …earch_array[i], info->application_id, info->real_application_id, info->is_entitled, info->account_… in necp_socket_find_policy_match_with_info_locked()
|