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

/freebsd-10.2-release/sys/dev/etherswitch/
H A Dmiiproxy.c52 MALLOC_DECLARE(M_MIIPROXY); variable
53 MALLOC_DEFINE(M_MIIPROXY, "miiproxy", "miiproxy data structures");
144 e = malloc(sizeof(*e), M_MIIPROXY, M_WAITOK | M_ZERO);
172 e = malloc(sizeof(*e), M_MIIPROXY, M_WAITOK | M_ZERO);
193 free(e, M_MIIPROXY);
220 free(e, M_MIIPROXY);

Completed in 36 milliseconds