Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h50 MALLOC_DECLARE(M_NETGRAPH_H4);
52 #define M_NETGRAPH_H4 M_NETGRAPH macro
H A Dng_h4.c83 MALLOC_DEFINE(M_NETGRAPH_H4, "netgraph_h4", "Netgraph Bluetooth H4 node");
85 #define M_NETGRAPH_H4 M_NETGRAPH macro
166 sc = malloc(sizeof(*sc), M_NETGRAPH_H4, M_NOWAIT|M_ZERO); in ng_h4_open()
192 free(sc, M_NETGRAPH_H4); in ng_h4_open()
209 free(sc, M_NETGRAPH_H4); in ng_h4_open()
770 free(sc, M_NETGRAPH_H4);