Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_misc.c181 n = malloc(sizeof(*n), M_NETGRAPH_HCI, in ng_hci_new_neighbor()
200 free(n, M_NETGRAPH_HCI); in ng_hci_free_neighbor()
264 con = malloc(sizeof(*con), M_NETGRAPH_HCI, in ng_hci_new_con()
327 free(con, M_NETGRAPH_HCI); in ng_hci_free_con()
H A Dng_hci_var.h41 MALLOC_DECLARE(M_NETGRAPH_HCI);
43 #define M_NETGRAPH_HCI M_NETGRAPH macro
H A Dng_hci_main.c63 MALLOC_DEFINE(M_NETGRAPH_HCI, "netgraph_hci", "Netgraph Bluetooth HCI node");
65 #define M_NETGRAPH_HCI M_NETGRAPH macro
129 unit = malloc(sizeof(*unit), M_NETGRAPH_HCI, M_WAITOK | M_ZERO); in ng_hci_constructor()
187 free(unit, M_NETGRAPH_HCI); in ng_hci_shutdown()