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

/freebsd-10.0-release/sys/netgraph/atm/uni/
H A Dng_uni_cust.h60 void *ng_uni_malloc(enum unimem, const char *, u_int);
63 #define INS_ALLOC() ng_uni_malloc(UNIMEM_INS, __FILE__, __LINE__)
66 #define UNI_ALLOC() ng_uni_malloc(UNIMEM_ALL, __FILE__, __LINE__)
69 #define SIG_ALLOC() ng_uni_malloc(UNIMEM_SIG, __FILE__, __LINE__)
72 #define CALL_ALLOC() ng_uni_malloc(UNIMEM_CALL, __FILE__, __LINE__)
75 #define PARTY_ALLOC() ng_uni_malloc(UNIMEM_PARTY, __FILE__, __LINE__)
H A Dng_uni.c832 ng_uni_malloc(enum unimem type, const char *file, u_int lno) function

Completed in 58 milliseconds