Lines Matching refs:M_WAITOK

764 	MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
787 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
810 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
943 MALLOC(new_session, struct necp_session *, sizeof(*new_session), M_NECP, M_WAITOK);
1296 MALLOC(new_service, struct necp_service_registration *, sizeof(*new_service), M_NECP, M_WAITOK);
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);
1545 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
1634 MALLOC(response, u_int8_t *, response_size, M_NECP, M_WAITOK);
1698 MALLOC_ZONE(new_policy, struct necp_session_policy *, sizeof(*new_policy), M_NECP_SESSION_POLICY, M_WAITOK);
1987 MALLOC(string, char *, condition_length + 1, M_NECP, M_WAITOK);
2425 MALLOC_ZONE(new_kernel_policy, struct necp_kernel_socket_policy *, sizeof(*new_kernel_policy), M_NECP_SOCKET_POLICY, M_WAITOK);
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);
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);
3055 MALLOC(new_mapping, struct necp_uuid_id_mapping *, sizeof(*new_mapping), M_NECP, M_WAITOK);
3176 MALLOC(new_mapping, struct necp_uuid_id_mapping *, sizeof(*new_mapping), M_NECP, M_WAITOK);
3252 MALLOC_ZONE(new_kernel_policy, struct necp_kernel_ip_output_policy *, sizeof(*new_kernel_policy), M_NECP_IP_POLICY, M_WAITOK);
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);
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);
5225 MALLOC(local_string, char *, string_size + 1, M_NECP, M_WAITOK);
5268 MALLOC(buffer, u_int8_t *, valsize, M_NECP, M_WAITOK);
5320 MALLOC(buffer, u_int8_t *, valsize, M_NECP, M_WAITOK);