Searched refs:MEMZALLOC (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ngatm/libngatm/
H A Dsscfucust.h50 #define MEMZALLOC(PTR,CAST,SIZE) do { \ macro
61 MEMZALLOC(PTR, struct sscfu_sig *, sizeof(struct sscfu_sig))
H A Dsscopcust.h53 #define MEMZALLOC(PTR,CAST,SIZE) do { \ macro
63 MEMZALLOC(PTR, struct sscop_msg *, sizeof(struct sscop_msg))
68 MEMZALLOC(PTR, struct sscop_sig *, sizeof(struct sscop_sig))
/freebsd-13-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h55 #define MEMZALLOC(PTR, CAST, SIZE) \ macro
61 MEMZALLOC(PTR, struct sscfu_sig *, sizeof(struct sscfu_sig))
72 #define MEMZALLOC(PTR, CAST, SIZE) \ macro
/freebsd-13-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h63 #define MEMZALLOC(PTR, CAST, SIZE) \ macro
69 MEMZALLOC(PTR, struct sscop_msg *, sizeof(struct sscop_msg))
74 MEMZALLOC(PTR, struct sscop_sig *, sizeof(struct sscop_sig))
88 #define MEMZALLOC(PTR, CAST, SIZE) \ macro
/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscfu.c83 MEMZALLOC(sscf, struct sscfu *, sizeof(struct sscfu));
H A Dsaal_sscop.c454 MEMZALLOC(sscop, struct sscop *, sizeof(struct sscop));

Completed in 120 milliseconds