Searched refs:is_platform_binary (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 336 unsigned is_platform_binary : 1; member 6745 info->is_platform_binary = necp_is_platform_binary(proc) ? true : false; in necp_application_fillout_info_locked() 7900 …_required_agent_types, bool has_client, uint32_t client_flags, int is_platform_binary, bool has_si… in necp_socket_check_policy() argument 8007 …_CONDITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_PLATFORM_BINARY", 0, is_platform_binary); in necp_socket_check_policy() 8008 if (is_platform_binary == 0) { in necp_socket_check_policy() 8015 …ITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_SYSTEM_SIGNED_RESULT", 0, is_platform_binary); in necp_socket_check_policy() 8557 …info->is_platform_binary = necp_is_platform_binary(sock_proc ? sock_proc : curr_proc) ? true : fal… in necp_socket_fillout_info_locked() 8779 …_required_agent_types, info->has_client, info->client_flags, info->is_platform_binary, info->has_s… in necp_socket_find_policy_match_with_info_locked()
|