Searched refs:NG_SEND_MSG_PATH (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/sys/netgraph/bluetooth/socket/ |
| HD | ng_btsocket_hci_raw.c | 398 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/ |
| HD | netgraph.h | 975 #define NG_SEND_MSG_PATH(error, here, msg, path, retaddr) \ macro
|