Searched refs:result_string (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp.c | 424 static inline const char * necp_get_result_description(char *result_string, necp_kernel_policy_resu… 2842 char result_string[MAX_RESULT_STRING_LEN]; in necp_handle_policy_dump_all() local 2886 memset(result_string, 0, MAX_RESULT_STRING_LEN); in necp_handle_policy_dump_all() 2889 necp_get_result_description(result_string, policy->result, policy->result_parameter); in necp_handle_policy_dump_all() 2893 u_int16_t result_string_len = strlen(result_string) + 1; in necp_handle_policy_dump_all() 2896 NECPLOG(LOG_DEBUG, "Policy: process: %s, result: %s", proc_name_string, result_string); in necp_handle_policy_dump_all() 3057 …r_write_tlv(cursor, NECP_TLV_POLICY_RESULT_STRING, result_string_len, result_string, tlv_buffer, t… in necp_handle_policy_dump_all() 4493 necp_get_result_description(char *result_string, necp_kernel_policy_result result, necp_kernel_poli… in necp_get_result_description() argument 4498 snprintf(result_string, MAX_RESULT_STRING_LEN, "None"); in necp_get_result_description() 4502 snprintf(result_string, MAX_RESULT_STRING_LEN, "Pass (%X)", result_parameter.pass_flags); in necp_get_result_description() [all …]
|