Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h96 #define SIOC_HCI_RAW_NODE_GET_DEBUG \ macro
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c78 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_DEBUG, &r, sizeof(r)) < 0) in hci_read_debug_level()
/freebsd/lib/libbluetooth/
H A Dhci.c679 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_DEBUG, &rp.r8, sizeof(rp.r8)) < 0) in bt_devinfo()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1079 case SIOC_HCI_RAW_NODE_GET_DEBUG: { in ng_btsocket_hci_raw_control()