Searched refs:M_NECP (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dnecp.c460 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);
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h213 #define M_NECP 118 /* General NECP policy data */ macro

Completed in 138 milliseconds