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

/freebsd-13-stable/contrib/ngatm/libngatm/
H A Dcccust.h45 #define CCMALLOC(S) (malloc((S))) macro
/freebsd-13-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm_cust.h52 #define CCMALLOC(S) (malloc((S), M_NG_CCATM, M_NOWAIT)) macro
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_data.c51 cc = CCMALLOC(sizeof(*cc));
155 *pep = CCMALLOC(sizeof(**pep) * status->neps);
156 *pport = CCMALLOC(sizeof(**pport) * status->nports);
157 *pconn = CCMALLOC(sizeof(**pconn) * status->nconns);
158 *pparty = CCMALLOC(sizeof(**pparty) * status->nparties);
H A Dcc_port.c205 buf = CCMALLOC(*count * sizeof(struct uni_addr));
210 *ports = CCMALLOC(*count * sizeof(u_int));
342 *ports = CCMALLOC(n * sizeof(u_int));
H A Dcc_dump.c312 d.buf = CCMALLOC(maxsiz);
H A Dcc_user.c406 val = CCMALLOC(total);

Completed in 96 milliseconds