Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/uni/
H A Dng_uni_cust.h62 void *ng_uni_malloc(enum unimem, const char *, u_int);
65 #define INS_ALLOC() ng_uni_malloc(UNIMEM_INS, __FILE__, __LINE__)
68 #define UNI_ALLOC() ng_uni_malloc(UNIMEM_ALL, __FILE__, __LINE__)
71 #define SIG_ALLOC() ng_uni_malloc(UNIMEM_SIG, __FILE__, __LINE__)
74 #define CALL_ALLOC() ng_uni_malloc(UNIMEM_CALL, __FILE__, __LINE__)
77 #define PARTY_ALLOC() ng_uni_malloc(UNIMEM_PARTY, __FILE__, __LINE__)
H A Dng_uni.c826 ng_uni_malloc(enum unimem type, const char *file, u_int lno) in ng_uni_malloc() function