Home
last modified time | relevance | path

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

/freebsd-head/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c398 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0); in ng_btsocket_hci_raw_send_ngmsg()
424 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0); in ng_btsocket_hci_raw_send_sync_ngmsg()
1176 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0); in ng_btsocket_hci_raw_control()
1239 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0); in ng_btsocket_hci_raw_control()
1368 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, ".:", 0); in ng_btsocket_hci_raw_control()
/freebsd-head/sys/netgraph/
HDnetgraph.h975 #define NG_SEND_MSG_PATH(error, here, msg, path, retaddr) \ macro