Searched refs:is_platform_binary (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | necp.c | 337 unsigned is_platform_binary : 1; member 6758 info->is_platform_binary = necp_is_platform_binary(proc) ? true : false; in necp_application_fillout_info_locked() 7913 …_required_agent_types, bool has_client, uint32_t client_flags, int is_platform_binary, bool has_si… in necp_socket_check_policy() argument 8020 …_CONDITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_PLATFORM_BINARY", 0, is_platform_binary); in necp_socket_check_policy() 8021 if (is_platform_binary == 0) { in necp_socket_check_policy() 8028 …ITION(debug, "SOCKET", false, "NECP_KERNEL_CONDITION_SYSTEM_SIGNED_RESULT", 0, is_platform_binary); in necp_socket_check_policy() 8573 …info->is_platform_binary = necp_is_platform_binary(sock_proc ? sock_proc : curr_proc) ? true : fal… in necp_socket_fillout_info_locked() 8816 …_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()
|