Home
last modified time | relevance | path

Searched refs:M_NETGRAPH_HCI (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_misc.c180 n = malloc(sizeof(*n), M_NETGRAPH_HCI, in ng_hci_new_neighbor()
199 free(n, M_NETGRAPH_HCI); in ng_hci_free_neighbor()
263 con = malloc(sizeof(*con), M_NETGRAPH_HCI, in ng_hci_new_con()
326 free(con, M_NETGRAPH_HCI); in ng_hci_free_con()
H A Dng_hci_var.h40 MALLOC_DECLARE(M_NETGRAPH_HCI);
42 #define M_NETGRAPH_HCI M_NETGRAPH macro
H A Dng_hci_main.c62 MALLOC_DEFINE(M_NETGRAPH_HCI, "netgraph_hci", "Netgraph Bluetooth HCI node");
64 #define M_NETGRAPH_HCI M_NETGRAPH macro
128 unit = malloc(sizeof(*unit), M_NETGRAPH_HCI, M_WAITOK | M_ZERO); in ng_hci_constructor()
186 free(unit, M_NETGRAPH_HCI); in ng_hci_shutdown()