Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h55 #define MEMZALLOC(PTR, CAST, SIZE) \ argument
56 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCFU, M_NOWAIT | M_ZERO))
72 #define MEMZALLOC(PTR, CAST, SIZE) \ argument
73 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCFU_INS, M_NOWAIT | M_ZERO))
/f-stack/freebsd/netgraph/atm/sscop/
H A Dng_sscop_cust.h63 #define MEMZALLOC(PTR, CAST, SIZE) \ argument
64 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCOP, M_NOWAIT | M_ZERO))
88 #define MEMZALLOC(PTR, CAST, SIZE) \ argument
89 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCOP_INS, M_NOWAIT | M_ZERO))