Home
last modified time | relevance | path

Searched refs:result_string (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dnecp.c406 static inline const char * necp_get_result_description(char *result_string, necp_kernel_policy_resu…
2654 char result_string[MAX_RESULT_STRING_LEN]; in necp_handle_policy_dump_all() local
2698 memset(result_string, 0, MAX_RESULT_STRING_LEN); in necp_handle_policy_dump_all()
2701 necp_get_result_description(result_string, policy->result, policy->result_parameter); in necp_handle_policy_dump_all()
2705 u_int16_t result_string_len = strlen(result_string) + 1; in necp_handle_policy_dump_all()
2708 NECPLOG(LOG_DEBUG, "Policy: process: %s, result: %s", proc_name_string, result_string); in necp_handle_policy_dump_all()
2861 …r_write_tlv(cursor, NECP_TLV_POLICY_RESULT_STRING, result_string_len, result_string, tlv_buffer, t… in necp_handle_policy_dump_all()
4290 necp_get_result_description(char *result_string, necp_kernel_policy_result result, necp_kernel_poli… in necp_get_result_description() argument
4295 snprintf(result_string, MAX_RESULT_STRING_LEN, "None"); in necp_get_result_description()
4299 snprintf(result_string, MAX_RESULT_STRING_LEN, "Pass (%X)", result_parameter.pass_flags); in necp_get_result_description()
[all …]