• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/bsd/net/

Lines Matching refs:M_NECP

460 	necp_uuid_app_id_hashtbl = hashinit(NECP_UUID_APP_ID_HASH_SIZE, M_NECP, &necp_uuid_app_id_hash_mask);
764 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
776 FREE(response, M_NECP);
787 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
799 FREE(response, M_NECP);
810 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
822 FREE(response, M_NECP);
943 MALLOC(new_session, struct necp_session *, sizeof(*new_session), M_NECP, M_WAITOK);
972 FREE(service, M_NECP);
977 FREE(session, M_NECP);
1296 MALLOC(new_service, struct necp_service_registration *, sizeof(*new_service), M_NECP, M_WAITOK);
1349 FREE(service, M_NECP);
1398 MALLOC(policy_result, u_int8_t *, policy_result_size, M_NECP, M_WAITOK);
1433 MALLOC(conditions_array, u_int8_t *, conditions_array_size, M_NECP, M_WAITOK);
1503 FREE(policy_result, M_NECP);
1506 FREE(conditions_array, M_NECP);
1545 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
1566 FREE(response, M_NECP);
1634 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
1654 FREE(response, M_NECP);
1810 FREE(policy->result, M_NECP);
1815 FREE(policy->conditions, M_NECP);
1858 FREE(policy->applied_account, M_NECP);
1987 MALLOC(string, char *, condition_length + 1, M_NECP, M_WAITOK);
2000 FREE(string, M_NECP);
2553 FREE(policy->cond_domain, M_NECP);
2799 FREE(necp_kernel_socket_policies_map[app_i], M_NECP);
2807 FREE(necp_kernel_socket_policies_app_layer_map, M_NECP);
2837 MALLOC(necp_kernel_socket_policies_map[app_i], struct necp_kernel_socket_policy **, sizeof(struct necp_kernel_socket_policy *) * (bucket_allocation_counts[app_i] + 1), M_NECP, M_WAITOK);
2847 MALLOC(necp_kernel_socket_policies_app_layer_map, struct necp_kernel_socket_policy **, sizeof(struct necp_kernel_socket_policy *) * (app_layer_allocation_count + 1), M_NECP, M_WAITOK);
2893 FREE(necp_kernel_socket_policies_map[app_i], M_NECP);
2898 FREE(necp_kernel_socket_policies_app_layer_map, M_NECP);
2955 MALLOC(new_mapping, struct necp_string_id_mapping *, sizeof(struct necp_string_id_mapping), M_NECP, M_WAITOK);
2960 MALLOC(new_mapping->string, char *, length, M_NECP, M_WAITOK);
2968 FREE(new_mapping, M_NECP);
2987 FREE(existing_mapping->string, M_NECP);
2988 FREE(existing_mapping, M_NECP);
3055 MALLOC(new_mapping, struct necp_uuid_id_mapping *, sizeof(*new_mapping), M_NECP, M_WAITOK);
3097 FREE(existing_mapping, M_NECP);
3176 MALLOC(new_mapping, struct necp_uuid_id_mapping *, sizeof(*new_mapping), M_NECP, M_WAITOK);
3206 FREE(existing_mapping, M_NECP);
3534 FREE(necp_kernel_ip_output_policies_map[i], M_NECP);
3561 MALLOC(necp_kernel_ip_output_policies_map[i], struct necp_kernel_ip_output_policy **, sizeof(struct necp_kernel_ip_output_policy *) * (bucket_allocation_counts[i] + 1), M_NECP, M_WAITOK);
3601 FREE(necp_kernel_ip_output_policies_map[i], M_NECP);
3640 MALLOC(trimmed_domain, char *, sub.length + 1, M_NECP, M_WAITOK);
3928 MALLOC(parameters, u_int8_t *, uap->parameters_size, M_NECP, M_WAITOK);
3945 FREE(parameters, M_NECP);
5225 MALLOC(local_string, char *, string_size + 1, M_NECP, M_WAITOK);
5242 FREE(*buffer_p, M_NECP);
5250 FREE(local_string, M_NECP);
5268 MALLOC(buffer, u_int8_t *, valsize, M_NECP, M_WAITOK);
5295 FREE(buffer, M_NECP);
5320 MALLOC(buffer, u_int8_t *, valsize, M_NECP, M_WAITOK);
5340 FREE(buffer, M_NECP);