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

/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c117 static node_p ng_btsocket_hci_raw_node; variable
197 error = ng_make_node_common(&typestruct, &ng_btsocket_hci_raw_node);
202 ng_btsocket_hci_raw_node = NULL;
207 error = ng_name_node(ng_btsocket_hci_raw_node,
213 NG_NODE_UNREF(ng_btsocket_hci_raw_node);
214 ng_btsocket_hci_raw_node = NULL;
398 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0);
424 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0);
740 ng_btsocket_hci_raw_node = NULL;
754 error = ng_make_node_common(&typestruct, &ng_btsocket_hci_raw_node);
[all...]

Completed in 287 milliseconds