Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netgraph/bluetooth/socket/
H A Dng_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()
1177 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0); in ng_btsocket_hci_raw_control()
1240 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, path, 0); in ng_btsocket_hci_raw_control()
1369 NG_SEND_MSG_PATH(error, ng_btsocket_hci_raw_node, msg, ".:", 0); in ng_btsocket_hci_raw_control()
/freebsd-14.2/sys/netgraph/
H A Dnetgraph.h966 #define NG_SEND_MSG_PATH(error, here, msg, path, retaddr) \ macro