Home
last modified time | relevance | path

Searched refs:SIOC_HCI_RAW_NODE_GET_STAT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h131 #define SIOC_HCI_RAW_NODE_GET_STAT \ macro
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c179 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_STAT, &r, sizeof(r)) < 0) in hci_read_node_stat()
/freebsd/lib/libbluetooth/
H A Dhci.c653 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_STAT, &rp.r4, sizeof(rp.r4)) < 0) in bt_devinfo()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1127 case SIOC_HCI_RAW_NODE_GET_STAT: { in ng_btsocket_hci_raw_control()